Skip to content
Snippets Groups Projects
Commit a362bde4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Forgot changes made in portable.h need to be imported back into portable.h.nt

parent 6e2557f0
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define strdup _strdup
#define vsnprintf _vsnprintf
#define vsprintf _vsprintf
/* define type for caddr_t */
typedef char * caddr_t;
......@@ -132,7 +134,7 @@ typedef char * caddr_t;
/* #undef REENTRANT */
#endif
#ifndef _REENTRANT
#undef _REENTRANT
/* #undef _REENTRANT */
#endif
/* define this if needed to get threadsafe functions */
......@@ -146,11 +148,11 @@ typedef char * caddr_t;
/* #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 */
......@@ -186,7 +188,7 @@ typedef char * caddr_t;
#endif
/* define if you have setproctitle() */
#undef HAVE_SETPROCTITLE
/* #undef HAVE_SETPROCTITLE */
/* define this for connectionless LDAP support */
/* #undef LDAP_CONNECTIONLESS */
......@@ -395,10 +397,10 @@ typedef char * caddr_t;
/* #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
......@@ -671,12 +673,10 @@ typedef char * caddr_t;
/* #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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment