* port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to get HAVE_S...
authorKen Raeburn <raeburn@mit.edu>
Fri, 21 Jun 2002 18:13:34 +0000 (18:13 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 21 Jun 2002 18:13:34 +0000 (18:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14552 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/port-sockets.h

index 871164c7e919855d398fc23f842bcf75cbb10334..88770e3130f838ebfdcf6ee2a315e9aa0c44aba4 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-21  Ken Raeburn  <raeburn@mit.edu>
+
+       * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include
+       krb5/autoconf.h, to get HAVE_SYS_UIO_H.
+
 2002-06-20  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: Check for sys/uio.h.
index 749140f6709eec8765af63b0cd10211313d91224..f3d4b5679ba782e864024eb7b1c6f61bf2f185e8 100644 (file)
@@ -72,6 +72,8 @@ int win_socket_initialize();
 #include "macsock.h"           /* Macintosh sockets emulation library */
 #else  /* ! HAVE_MACSOCK_H */  /* Sockets stuff for Unix machines */
 
+#include "krb5/autoconf.h"
+
 #include <sys/types.h>
 #include <netinet/in.h>                /* For struct sockaddr_in and in_addr */
 #include <arpa/inet.h>         /* For inet_ntoa */