]> git.sur5r.net Git - openldap/blobdiff - include/portable.nt
Should be in releng
[openldap] / include / portable.nt
index 921b3dd20e657737505a4531217c8f11b0be0765..a2c6240914b719e0aef3d936c77cc235cc60cfb9 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 flock function.  */
 /* #undef HAVE_FLOCK */
 
+/* Define if you have the fstat function.  */
+/* #undef HAVE_FSTAT */
+
 /* Define if you have the gai_strerror function.  */
 /* #undef HAVE_GAI_STRERROR */
 
 /* define if you have -lslp */
 /* #undef HAVE_SLP */
 
+/* define if you have `long long' */
+#define HAVE_LONG_LONG 1
+
 /* Define to `int' if <sys/types.h> does not define. */
 #define mode_t int
 
@@ -1047,9 +1053,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"