comparison src/s/isc2-2.h @ 13528:628ea901db49

(LIBS_SYSTEM): Fix typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Nov 1995 06:34:20 +0000
parents 65d38521e620
children b5239b500b27
comparison
equal deleted inserted replaced
13527:6a7c2ee3c94f 13528:628ea901db49
52 52
53 /* -linet may be needed to avoid undefined symbols such as gethostname, 53 /* -linet may be needed to avoid undefined symbols such as gethostname,
54 inet_addr, gethostbyname, socket, connect, ... But if we are not 54 inet_addr, gethostbyname, socket, connect, ... But if we are not
55 compiling with X support, it's not needed. */ 55 compiling with X support, it's not needed. */
56 #ifdef HAVE_X_WINDOWS 56 #ifdef HAVE_X_WINDOWS
57 #define LIBS_SYSTEM -linet LIBS_STANDARD_1 57 #define LIBS_SYSTEM -linet LIB_STANDARD_1
58 #else 58 #else
59 #define LIBS_SYSTEM LIBS_STANDARD_1 59 #define LIBS_SYSTEM LIB_STANDARD_1
60 #endif 60 #endif
61 61
62 /* This system has job control. */ 62 /* This system has job control. */
63 #undef NOMULTIPLEJOBS 63 #undef NOMULTIPLEJOBS
64 64