annotate src/s/sunos4-1-4-shr.h @ 115:f109f7dabbe2

Added tag r20-1b9 for changeset 8619ce7e4c50
author cvs
date Mon, 13 Aug 2007 09:21:56 +0200
parents e04119814345
children 6b37e6ddd302
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
2
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
3 /* For building XEmacs under SunOS 4.1.* with dynamic libraries. */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
4
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
5 #ifdef NOT_C_CODE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
6 # ifdef USE_GCC
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
7 /* of course gcc has to take different args than the rest of the universe */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
8 # define LD_SWITCH_SYSTEM -dynamic
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
9 # else
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
10 # define LD_SWITCH_SYSTEM -Bdynamic
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
11 # endif
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
12 #endif
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
13
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
14 #include "sunos4-1-4.h"