From ba001f59933732c5636bbd5a576cc633323e232d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 20 Oct 1998 17:59:36 +0000 Subject: [PATCH] Update NT version of Portable.h.nt --- include/portable.h.nt | 48 +++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/include/portable.h.nt b/include/portable.h.nt index 1c76193dd7..40b474f4ea 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -167,12 +167,12 @@ typedef char * caddr_t; /* define if your POSIX Threads implementatin is circa Draft 4 */ #undef HAVE_PTHREADS_D4 -/* define if you have -ltermcap */ -#undef HAVE_TERMCAP - /* define if you have -lwrap */ #undef HAVE_TCPD +/* define if you have -ltermcap */ +#undef HAVE_TERMCAP + /* define this for connectionless LDAP support */ #define LDAP_CONNECTIONLESS @@ -191,6 +191,18 @@ typedef char * caddr_t; /* define this for LDAP User Interface support */ #undef LDAP_LIBUI +/* define this to use DBBTREE w/ LDBM backend */ +#undef LDBM_USE_DBBTREE + +/* define this to use DBHASH w/ LDBM backend */ +#undef LDBM_USE_DBHASH + +/* define this if you want no termcap support */ +#define NO_TERMCAP 1 + +/* define this if you want no thread support */ +#define NO_THREADS 1 + /* define this for ACL Group support */ #define SLAPD_ACLGROUPS @@ -218,18 +230,6 @@ typedef char * caddr_t; /* define this to use SLAPD shell backend */ #undef SLAPD_SHELL -/* define this to use DBBTREE w/ LDBM backend */ -#undef LDBM_USE_DBBTREE - -/* define this to use DBHASH w/ LDBM backend */ -#undef LDBM_USE_DBHASH - -/* define this if you want no termcap support */ -#define NO_TERMCAP 1 - -/* define this if you want no thread support */ -#define NO_THREADS 1 - /* define this if the thread package is preemptive */ #undef THREAD_PREEMPTIVE @@ -326,6 +326,9 @@ typedef char * caddr_t; /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#define HAVE_ERRNO_H 1 + /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 @@ -368,6 +371,9 @@ typedef char * caddr_t; /* Define if you have the header file. */ #undef HAVE_PTHREAD_H +/* Define if you have the header file. */ +#undef HAVE_REGEX_H + /* Define if you have the header file. */ #undef HAVE_SCHED_H @@ -383,6 +389,9 @@ typedef char * caddr_t; /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_ERRNO_H + /* Define if you have the header file. */ #undef HAVE_SYS_FILE_H @@ -392,9 +401,18 @@ typedef char * caddr_t; /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have the header file. */ +#define HAVE_SYS_SOCKET_H 1 + /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + /* Define if you have the header file. */ #undef HAVE_SYSLOG_H -- 2.39.5