comparison src/s/hpux.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 43dd3413c7c7
children 8eaf7971accc
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
133 /* Define extra libraries to load. 133 /* Define extra libraries to load.
134 This should have -lBSD, but that library is said to make 134 This should have -lBSD, but that library is said to make
135 `signal' fail to work. */ 135 `signal' fail to work. */
136 136
137 #ifdef HPUX_NET 137 #ifdef HPUX_NET
138 #define LIBS_SYSTEM -ln 138 #define LIBS_SYSTEM "-ln"
139 #else 139 #else
140 #define LIBS_SYSTEM 140 #define LIBS_SYSTEM
141 #endif 141 #endif
142 142
143 /* Some additional system facilities exist. */ 143 /* Some additional system facilities exist. */