aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-13 03:31:40 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-13 03:31:40 +0000
commit8369394c079da21a2c8196f376f0e82a0bf045ba (patch)
treea79ca80908dd3f73096cd3ebec7657b047d9ad6f /config.h.in
parent57e49071ef1da141b01312163bd9afeaddcb4c2f (diff)
Look for <sys/socket.h>, not <sys/socket>.
svn path=/trunk/; revision=361
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 69c2caf570..308ae6edca 100644
--- a/config.h.in
+++ b/config.h.in
@@ -36,8 +36,8 @@
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
-/* Define if you have the <sys/socket> header file. */
-#undef HAVE_SYS_SOCKET
+/* Define if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
/* Define if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H