Mercurial > hg > xemacs-beta
comparison src/s/sco5.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children | aabb7f5b1c81 |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
52 #ifndef __GNUC__ | 52 #ifndef __GNUC__ |
53 #define LINKER "cc -Xc" | 53 #define LINKER "cc -Xc" |
54 #else | 54 #else |
55 #define LINKER "gcc" | 55 #define LINKER "gcc" |
56 #endif | 56 #endif |
57 | |
58 #undef LIBX11_SYSTEM | |
59 #define LIBX11_SYSTEM "-lsocket" | |
60 | |
61 #undef LIB_X11_LIB | |
62 #define LIB_X11_LIB "-lX11 -lgen" | |
63 | 57 |
64 #define LIBS_SYSTEM "-lsocket -lPW -lgen -lcrypt -lmalloc" | 58 #define LIBS_SYSTEM "-lsocket -lPW -lgen -lcrypt -lmalloc" |
65 | 59 |
66 #ifndef MAXPATHLEN | 60 #ifndef MAXPATHLEN |
67 # define MAXPATHLEN PATHSIZE | 61 # define MAXPATHLEN PATHSIZE |