annotate src/s/decosf1-3.h @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 376386a54a3c
children 8eaf7971accc
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 /* Supposedly gmalloc and rel_alloc will work now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 (grunwald@foobar.cs.colorado.edu) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #undef SYSTEM_MALLOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #undef NO_REMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #define _NO_MALLOC_WARNING_
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #ifdef NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 /* This to get rid of the -X that Makefile inserts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 * and force dynamic linking and optimization during link time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 * The ifndef is needed to avoid screwups during configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #undef LD_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #define LD_SWITCH_SYSTEM
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_CALL_SHARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #ifndef USE_GCC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 #define LD_SWITCH_CALL_SHARED -call_shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #endif /* !USE_GCC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #undef LD_SWITCH_SHARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #define LD_SWITCH_SHARED -shared
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #endif /* NOT_C_CODE */