Mercurial > hg > xemacs-beta
comparison src/s/sunos4-1-4-shr.h @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
427:0a0253eac470 | 428:3ecd8885ac67 |
---|---|
1 /* Synched up with: Not in FSF. */ | |
2 | |
3 /* For building XEmacs under SunOS 4.1.* with dynamic libraries. */ | |
4 | |
5 #ifdef NOT_C_CODE | |
6 | |
7 #define LD_SWITCH_SYSTEM "-Bdynamic" | |
8 | |
9 #endif /* NOT_C_CODE */ | |
10 | |
11 #include "sunos4-1-4.h" |