comparison nt/config.nt @ 96923:d89afa2b4c2f

* config.in: Regenerate. * s/ms-w32.h (subprocesses): Define unconditionally. * s/template.h (subprocesses): Update comment. * s/vms.h (subprocesses): * s/usg5-4.h (subprocesses): * s/hpux10-20.h (subprocesses): * s/gnu-linux.h (subprocesses): * s/cygwin.h (subprocesses): * s/bsd-common.h (subprocesses): * s/aix4-2.h (subprocesses): * s/darwin.h (subprocesses): Do not define, defined by default now. * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. Remove all references. (temacs): Add GNUStep specific ld flags. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * configure.in (LD_SWITCH_SITE): Remove, set the values directly in src/Makefile.in. (static): Remove, autoconf would always comment it out anyway. (subprocesses): Define unconditionally.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 23 Jul 2008 06:26:32 +0000
parents 79121a8f01e3
children 840bd675fd85
comparison
equal deleted inserted replaced
96922:35abcad873d6 96923:d89afa2b4c2f
313 #endif 313 #endif
314 314
315 /* Define `subprocesses' should be defined if you want to 315 /* Define `subprocesses' should be defined if you want to
316 have code for asynchronous subprocesses 316 have code for asynchronous subprocesses
317 (as used in M-x compile and M-x shell). 317 (as used in M-x compile and M-x shell).
318 These do not work for some USG systems yet; 318 Only MSDOS does not support this. */
319 for the ones where they work, the s/SYSTEM.h file defines this flag. */ 319
320 320 #define subprocesses
321 #ifndef VMS
322 #ifndef USG
323 /* #define subprocesses */
324 #endif
325 #endif
326
327 /* Define LD_SWITCH_SITE to contain any special flags your loader may need. */
328 #undef LD_SWITCH_SITE
329
330 /* Define C_SWITCH_SITE to contain any special flags your compiler needs. */
331 #undef C_SWITCH_SITE
332 321
333 /* Define LD_SWITCH_X_SITE to contain any special flags your loader 322 /* Define LD_SWITCH_X_SITE to contain any special flags your loader
334 may need to deal with X Windows. For instance, if you've defined 323 may need to deal with X Windows. For instance, if you've defined
335 HAVE_X_WINDOWS above and your X libraries aren't in a place that 324 HAVE_X_WINDOWS above and your X libraries aren't in a place that
336 your loader can find on its own, you might want to add "-L/..." or 325 your loader can find on its own, you might want to add "-L/..." or