diff options
| author | Richard M. Stallman | 1995-07-30 07:04:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-30 07:04:03 +0000 |
| commit | 639f52d85873d09bc1b0e53ab55dbaf25c4299f2 (patch) | |
| tree | 6cccf205f26af908da8efa003751a434eb73558e /src/s/gnu-linux.h | |
| parent | dac4ea74ccf14a7e759253fb20d6acf2d2f2acc0 (diff) | |
| download | emacs-639f52d85873d09bc1b0e53ab55dbaf25c4299f2.tar.gz emacs-639f52d85873d09bc1b0e53ab55dbaf25c4299f2.zip | |
(HAVE_XRMSETDATABASE): Define if not defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 6284a1df927..7d64b574a0b 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -264,10 +264,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 264 | #ifndef HAVE_XSCREENNUMBEROFSCREEN | 264 | #ifndef HAVE_XSCREENNUMBEROFSCREEN |
| 265 | #define HAVE_XSCREENNUMBEROFSCREEN | 265 | #define HAVE_XSCREENNUMBEROFSCREEN |
| 266 | #endif | 266 | #endif |
| 267 | #endif /* 0 */ | ||
| 268 | |||
| 269 | /* This is to work around mysterious gcc failures in some system versions. | ||
| 270 | It is unlikely that Emacs changes will work around this problem; | ||
| 271 | therefore, this should remain permanently. */ | ||
| 267 | #ifndef HAVE_XRMSETDATABASE | 272 | #ifndef HAVE_XRMSETDATABASE |
| 268 | #define HAVE_XRMSETDATABASE | 273 | #define HAVE_XRMSETDATABASE |
| 269 | #endif | 274 | #endif |
| 270 | #endif /* 0 */ | ||
| 271 | 275 | ||
| 272 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ | 276 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ |
| 273 | #define REGEXP_IN_LIBC | 277 | #define REGEXP_IN_LIBC |