annotate src/s/decosf1-3.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 43dd3413c7c7
children
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
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 155
diff changeset
17
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #undef LD_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #define LD_SWITCH_SYSTEM
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_SHARED
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 155
diff changeset
22 #define LD_SWITCH_SHARED "-shared"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #endif /* NOT_C_CODE */