annotate src/s/decosf1-3.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 43dd3413c7c7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "decosf1-2.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 /* XEmacs change: Kim Nyberg <kny@tekla.fi> says this is needed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #ifdef emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 #include <sys/stropts.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 /* XEmacs addition */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #undef HAVE_UNION_WAIT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 /* Supposedly gmalloc and rel_alloc will work now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 (grunwald@foobar.cs.colorado.edu) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #undef SYSTEM_MALLOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #undef NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define _NO_MALLOC_WARNING_
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #ifdef NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 /* This to get rid of the -X that Makefile inserts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 * and force dynamic linking and optimization during link time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 * The ifndef is needed to avoid screwups during configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #undef LD_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define LD_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #undef LD_SWITCH_CALL_SHARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #ifndef USE_GCC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #define LD_SWITCH_CALL_SHARED -call_shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #endif /* !USE_GCC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #undef LD_SWITCH_SHARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #define LD_SWITCH_SHARED -shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #endif /* NOT_C_CODE */