mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
NT does have STD C headers....
This commit is contained in:
parent
da4256f9c3
commit
1cae09c09a
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ typedef char * caddr_t;
|
|||
#undef size_t
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
|
@ -285,7 +285,7 @@ typedef char * caddr_t;
|
|||
#undef HAVE_SIGSET
|
||||
|
||||
/* Define if you have the socket function. */
|
||||
#define HAVE_SOCKET 1
|
||||
#undef HAVE_SOCKET
|
||||
|
||||
/* Define if you have the strdup function. */
|
||||
#define HAVE_STRDUP 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue