diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index e3a93d90b16..86df419ce65 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -69,6 +69,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 69 | #define HAVE_SOCKETS | 69 | #define HAVE_SOCKETS |
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||
| 72 | /* This is safe since we already assumed HAVE_SOCKET | ||
| 73 | if using X windows. */ | ||
| 74 | #undef LIBX11_SYSTEM | ||
| 75 | #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket | ||
| 76 | |||
| 72 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ | 77 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ |
| 73 | #define HAVE_SOCKETS | 78 | #define HAVE_SOCKETS |
| 74 | #endif | 79 | #endif |