]> git.sur5r.net Git - openldap/blobdiff - include/portable.nt
Fix select/yield
[openldap] / include / portable.nt
index ae2c2ae107f14ba422ccba71dbc406ec14223c47..ce0c42ed1096268b4980ecb16bba9453e62bef4f 100644 (file)
@@ -2,7 +2,7 @@
 /* include/portable.nt -- manually updated of MS NT (MS VC5) */
 /* synced with portable.h.in 1.191 */
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 /* Define if you have the recvfrom function.  */
 /* #undef HAVE_RECVFROM */
 
-/* Define if you have the recvmsg function.  */
-/* #undef HAVE_RECVMSG */
-
 /* Define if you have the sched_yield function.  */
 /* #undef HAVE_SCHED_YIELD */
 
@@ -1053,9 +1050,6 @@ typedef signed int ssize_t;
 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
 #define LDAP_TEST
 #endif
-#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
-#define LDAP_DEBUG
-#endif
 
 #include "ldap_cdefs.h"
 #include "ldap_features.h"