diff options
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 | ||