diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 2b768c2909b..8fd1423ef23 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -55,6 +55,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 55 | #define HAVE_SOCKETS | 55 | #define HAVE_SOCKETS |
| 56 | #endif | 56 | #endif |
| 57 | 57 | ||
| 58 | #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ | ||
| 59 | #define HAVE_SOCKETS | ||
| 60 | #endif | ||
| 61 | |||
| 58 | #ifdef HAVE_SOCKETS | 62 | #ifdef HAVE_SOCKETS |
| 59 | #define LIBS_SYSTEM -lsocket | 63 | #define LIBS_SYSTEM -lsocket |
| 60 | 64 | ||