#define strcasecmp stricmp
#define strncasecmp strnicmp
#define strdup _strdup
+#define vsnprintf _vsnprintf
+#define vsprintf _vsprintf
/* define type for caddr_t */
typedef char * caddr_t;
/* #undef REENTRANT */
#endif
#ifndef _REENTRANT
-#undef _REENTRANT
+/* #undef _REENTRANT */
#endif
/* define this if needed to get threadsafe functions */
/* #undef THREAD_SAFE */
#endif
#ifndef _THREAD_SAFE
-/* #undef _THREAD_SAFE *
+/* #undef _THREAD_SAFE */
#endif
/* define this if toupper() requires tolower() */
-#define C_UPPER_LOWER
+#define C_UPPER_LOWER 1
/* define this to the number of arguments ctime_r() expects */
/* #undef CTIME_R_NARGS */
#endif
/* define if you have setproctitle() */
-#undef HAVE_SETPROCTITLE
+/* #undef HAVE_SETPROCTITLE */
/* define this for connectionless LDAP support */
/* #undef LDAP_CONNECTIONLESS */
/* #undef HAVE_THR_YIELD */
/* Define if you have the vsnprintf function. */
-/* #undef HAVE_VSNPRINTF */
+#define HAVE_VSNPRINTF 1
/* Define if you have the vsprintf function. */
-/* #undef HAVE_VSPRINTF */
+#define HAVE_VSPRINTF 1
/* Define if you have the waitpid function. */
#define HAVE_WAITPID 1
/* #undef CROSS_COMPILING */
/* begin of postamble */
-
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
#include "ldap_cdefs.h"
#include "ldap_features.h"
-
#endif /* _LDAP_PORTABLE_H */