comparison src/s/isc2-2.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
33 33
34 /* Tell gmalloc.c that we don't have memmove (system include files to the 34 /* Tell gmalloc.c that we don't have memmove (system include files to the
35 contrary!). */ 35 contrary!). */
36 #define MEMMOVE_MISSING 36 #define MEMMOVE_MISSING
37 37
38 /* Send a signal to a subprocess by "typing" a signal character. */
39 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
40
41 /* -lPW is only needed if not using Gcc. We used to include -lcposix here 38 /* -lPW is only needed if not using Gcc. We used to include -lcposix here
42 for the rename function, but some people say ISC's rename doesn't 39 for the rename function, but some people say ISC's rename doesn't
43 work correctly with Emacs so we use Emacs' emulation instead. */ 40 work correctly with Emacs so we use Emacs' emulation instead. */
44 #if defined (__GNUC__) 41 #if defined (__GNUC__)
45 # define LIB_STANDARD_1 -lcposix 42 # define LIB_STANDARD_1 -lcposix