0
|
1 /* Synched up with: Not in FSF. */
|
|
2
|
|
3 #ifndef DONT_INCLUDE_SOL2_H
|
|
4 #include "sol2.h"
|
|
5 #endif
|
|
6
|
|
7 /* Force static linking */
|
163
|
8 #ifdef NOT_C_CODE
|
|
9
|
|
10 #undef LD_SWITCH_SYSTEM
|
|
11 #define LD_SWITCH_SYSTEM "-Bstatic"
|
0
|
12
|
|
13 /* static linking and Solaris don't mix real well */
|
|
14 #undef LIB_STANDARD
|
163
|
15 #ifdef I18N4
|
|
16 # define LIB_STANDARD "-lw -Bdynamic -lc -ldl -Bstatic"
|
|
17 #else /* !I18N4 */
|
|
18 # define LIB_STANDARD "-lw -lc -Bdynamic -ldl -Bstatic"
|
|
19 #endif /* !I18N4 */
|
0
|
20
|
|
21 #undef LIBS_SYSTEM
|
163
|
22 #define LIBS_SYSTEM "-lsocket -lnsl -lelf -lgen"
|
|
23
|
|
24 #endif /* NOT_C_CODE */
|