diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index cedd75d7210..69ac9fc4c4f 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -333,12 +333,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 333 | #define HAVE_XRMSETDATABASE | 333 | #define HAVE_XRMSETDATABASE |
| 334 | #endif | 334 | #endif |
| 335 | 335 | ||
| 336 | /* The regex.o routines are a part of the GNU C-library used with Linux. */ | ||
| 337 | /* However, sometimes they disagree with the src/regex.h that comes with Emacs, | ||
| 338 | and that can make trouble in etags.c because it gets the regex.h from Emacs | ||
| 339 | and the function definitions in libc. So turn this off. */ | ||
| 340 | /* #define REGEXP_IN_LIBC */ | ||
| 341 | |||
| 342 | /* Use BSD process groups, but use setpgid() instead of setpgrp() to | 336 | /* Use BSD process groups, but use setpgid() instead of setpgrp() to |
| 343 | actually set a process group. */ | 337 | actually set a process group. */ |
| 344 | 338 | ||