diff options
| author | Richard M. Stallman | 1993-07-23 19:53:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-23 19:53:44 +0000 |
| commit | fea0b06d62c638fe18a7f4113aa459f774913ca7 (patch) | |
| tree | 1d2c28b1aeafe890708b3323bed898822727848c /src | |
| parent | 4ccadbc0398dbc6bf07b20fcaec41049a67d3f19 (diff) | |
| download | emacs-fea0b06d62c638fe18a7f4113aa459f774913ca7.tar.gz emacs-fea0b06d62c638fe18a7f4113aa459f774913ca7.zip | |
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
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 | ||