From c1d2e4e4deaa5d5df19171539a30c13fc43b7a6f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 6 Oct 2001 03:14:42 +0000 Subject: Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEAR specs git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13786 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/port-sockets.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/port-sockets.h') diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h index da7ebc2b6d..3a398fddbf 100644 --- a/src/include/port-sockets.h +++ b/src/include/port-sockets.h @@ -1,6 +1,6 @@ #ifndef _PORT_SOCKET_H #define _PORT_SOCKET_H -#if defined(_MSDOS) || defined(_WIN32) +#if defined(_WIN32) #include @@ -18,7 +18,7 @@ int win_socket_initialize(); -#else /* not _MSDOS and not _WIN32 */ +#else /* not _WIN32 */ /* If this source file requires it, define struct sockaddr_in (and possibly other things related to network I/O). */ @@ -59,5 +59,5 @@ int win_socket_initialize(); #endif /* HAVE_MACSOCK_H */ -#endif /* _MSDOS */ +#endif /* _WIN32 */ #endif /*_PORT_SOCKET_H*/ -- cgit