diff options
| author | Richard M. Stallman | 1995-04-25 02:31:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-25 02:31:36 +0000 |
| commit | e20008859b2c05206cf964be4c239697ac15e806 (patch) | |
| tree | fd08ecfee8a23d620c9465a5ae6db76863cbedcb /src/s/gnu-linux.h | |
| parent | e63ceebf0d4c8fb6eb8c1564b710f4611c506234 (diff) | |
| download | emacs-e20008859b2c05206cf964be4c239697ac15e806.tar.gz emacs-e20008859b2c05206cf964be4c239697ac15e806.zip | |
(REGEXP_IN_LIBC): Defined.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 375b7dff706..3c251fb3336 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -250,3 +250,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 250 | #define HAVE_XRMSETDATABASE | 250 | #define HAVE_XRMSETDATABASE |
| 251 | #endif | 251 | #endif |
| 252 | #endif /* 0 */ | 252 | #endif /* 0 */ |
| 253 | |||
| 254 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ | ||
| 255 | #define REGEXP_IN_LIBC | ||