aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-09 07:42:06 +0000
committerDan Nicolaescu2008-02-09 07:42:06 +0000
commitdeeaffe11d28ca1b42e4f59c33a30d0e58698044 (patch)
treeb2d4bda90d751726d1bc07dcbea41a97e252aa0a /src/s
parent05f2964e439fc44ceeaced760c7246fc966bf196 (diff)
downloademacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.tar.gz
emacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.zip
* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h6
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