]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.nt
Update slapd to use lutil_passwd() for both user and root passwords.
[openldap] / include / portable.h.nt
index 6b8562c66b0a026e65aaf3a36c3e22a2fde27c40..7ef25bd573a8c4db46dadcf587e2bf814b99f093 100644 (file)
@@ -1,4 +1,5 @@
-/* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
+/* include/portable.h.nt -- manually updated of MS NT (MS VC5) */
+/* synced with portable.h.in 1.24 */
 /*
 Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA
 All rights reserved.
@@ -31,6 +32,10 @@ is provided ``as is'' without express or implied warranty.
 #ifndef _LDAP_PORTABLE_H
 #define _LDAP_PORTABLE_H
 
+/* MSVC5 doesn't define _STDC_ but supports _STDC_ features */
+#define __NEED_PROTOTYPES 1
+#define HAVE_STDARG 1
+
 /* we installed Henry Spencer's REGEX */
 #define HAVE_REGEX_H 1
 
@@ -42,9 +47,18 @@ is provided ``as is'' without express or implied warranty.
 /* define type for caddr_t */
 typedef char * caddr_t;
 
+/* we have spawnlp instead of fork/execlp */
+#define HAVE_SPAWNLP 1
+
 /* we have winsock2 */
 #define HAVE_WINSOCK2 1
 
+/* we have winsock */
+#define HAVE_WINSOCK 1
+
+/* we have <conio.h> */
+#define HAVE_CONIO_H 1
+
 /* we have <io.h> */
 #define HAVE_IO_H 1
 
@@ -125,12 +139,24 @@ typedef char * caddr_t;
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #define uid_t long
 
+/* define this if needed to get reentrant functions */
+/* #undef _REENTRANT */
+
+/* define this if needed to get threadsafe functions */
+/* #undef _THREAD_SAFE */
+
+/* define this if needed to get threadsafe functions */
+/* #undef _THREADSAFE */
+
 /* define this if toupper() requires tolower() */
 #define C_UPPER_LOWER
 
 /* define this if sys_errlist is not defined in stdio.h or errno.h */
 /* #undef DECL_SYS_ERRLIST */
 
+/* define this if TIOCGWINSZ is defined in sys/ioctl.h */
+/* #undef GWINSZ_IN_SYS_IOCTL */
+
 /* define if you have berkeley db */
 /* #undef HAVE_BERKELEY_DB */
 
@@ -140,12 +166,15 @@ typedef char * caddr_t;
 /* define if you have crypt */
 /* #undef HAVE_CRYPT */
 
-/* define if you have DCE */
-/* #undef HAVE_DCE */
+/* define if you have DSAP */
+/* #undef HAVE_DSAP */
 
 /* define if you have GDBM */
 /* #undef HAVE_GDBM */
 
+/* define if you have ISODE */
+/* #undef HAVE_ISODE */
+
 /* define if you have Kerberos */
 /* #undef HAVE_KERBEROS */
 
@@ -164,15 +193,33 @@ typedef char * caddr_t;
 /* define if you have Mach CThreads */
 /* #undef HAVE_MACH_CTHREADS */
 
-/* define if you have a preemptive POSIX Threads implementation */
-/* #undef HAVE_PREEMPTIVE_PTHREADS */
+/* define if you have POSIX termios */
+/* #undef HAVE_POSIX_TERMIOS */
+
+/* define if you have PP */
+/* #undef HAVE_PP */
 
 /* define if you have POSIX Threads */
 /* #undef HAVE_PTHREADS */
 
+/* define if your POSIX Threads implementatin is circa Final Draft */
+/* #undef HAVE_PTHREADS_FINAL */
+
 /* define if your POSIX Threads implementatin is circa Draft 4 */
 /* #undef HAVE_PTHREADS_D4 */
 
+/* define if you have ptrdiff_t */
+#define HAVE_PTRDIFF_T
+
+/* define if you have sched_yield() */
+#ifdef __notdef__
+/* see second sched_yield define */
+/* #undef HAVE_SCHED_YIELD */
+#endif
+
+/* define if you have setproctitle() */
+#undef HAVE_SETPROCTITLE
+
 /* define if you have -lwrap */
 /* #undef HAVE_TCPD */
 
@@ -182,20 +229,23 @@ typedef char * caddr_t;
 /* define if you have Solaris LWP Threads */
 /* #undef HAVE_THR */
 
+/* define if you have XTPP */
+/* #undef HAVE_XTPP */
+
+/* define this if select() implicitly yields in thread environments */
+#define HAVE_YIELDING_SELECT 1
+
 /* define this for connectionless LDAP support */
 /* #undef LDAP_CONNECTIONLESS */
 
 /* define this to add debugging code */
 #define LDAP_DEBUG 1
 
-/* define this for LDAP DNS support */
-/* #undef LDAP_DNS */
-
 /* define this to remove -lldap cache support */
 /* #undef LDAP_NOCACHE */
 
-/* define this for LDAP referrals support */
-#define LDAP_REFERRALS 1
+/* define this for LDAP process title support */
+/* #undef LDAP_PROCTITLE */
 
 /* define this for LDAP User Interface support */
 /* #undef LDAP_LIBUI */
@@ -212,9 +262,6 @@ typedef char * caddr_t;
 /* define this if you want no thread support */
 #define NO_THREADS 1
 
-/* define this if the thread package is preemptive */
-#define PREEMPTIVE_THREADS 1
-
 /* define this for ACL Group support */
 #define SLAPD_ACLGROUPS
 
@@ -242,6 +289,24 @@ typedef char * caddr_t;
 /* define this to use SLAPD shell backend */
 /* #undef SLAPD_SHELL */
 
+/* These are defined in ldap_features.h */
+/*
+ LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
+ LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
+*/
+
+/* The number of bytes in a int.  */ 
+#define SIZEOF_INT 4
+
+/* The number of bytes in a long.  */ 
+#define SIZEOF_LONG 4
+  
+/* The number of bytes in a short.  */
+#define SIZEOF_SHORT 2
+
+/* Define if you have the alarm function.  */
+/* #undef HAVE_ALARM */
+
 /* Define if you have the bcopy function.  */
 /* #undef HAVE_BCOPY */
 
@@ -257,6 +322,9 @@ typedef char * caddr_t;
 /* define if you have the getopt function */
 /* #undef HAVE_GETOPT */
 
+/* Define if you have the getpwuid function.  */
+/* #undef HAVE_GETPWUID */
+
 /* Define if you have the gettimeofday function.  */
 /* #undef HAVE_GETTIMEOFDAY */
 
@@ -272,15 +340,39 @@ typedef char * caddr_t;
 /* Define if you have the mkstemp function.  */
 /* #undef HAVE_MKSTEMP */
 
-/* Define if you have the mktime function.  */
-#define HAVE_MKTIME 1
+/* Define if you have the pow function.  */
+/* #undef HAVE_POW */
+
+/* Define if you have the pthread_attr_create function.  */
+/* #undef HAVE_PTHREAD_ATTR_CREATE */
+
+/* Define if you have the pthread_attr_delete function.  */
+/* #undef HAVE_PTHREAD_ATTR_DELETE */
+
+/* Define if you have the pthread_attr_destroy function.  */
+/* #undef HAVE_PTHREAD_ATTR_DESTROY */
+
+/* Define if you have the pthread_attr_init function.  */
+/* #undef HAVE_PTHREAD_ATTR_INIT */
+
+/* Define if you have the pthread_attr_setdetach_np function.  */
+/* #undef HAVE_PTHREAD_ATTR_SETDETACH_NP */
+
+/* Define if you have the pthread_attr_setdetachstate function.  */
+/* #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE */
 
 /* Define if you have the pthread_kill function.  */
 /* #undef HAVE_PTHREAD_KILL */
 
+/* Define if you have the pthread_setconcurrency function.  */
+/* #undef HAVE_PTHREAD_SETCONCURRENCY */
+
 /* Define if you have the pthread_yield function.  */
 /* #undef HAVE_PTHREAD_YIELD */
 
+/* Define if you have the res_search function.  */
+/* #undef HAVE_RES_SEARCH */
+
 /* Define if you have the sched_yield function.  */
 /* #undef HAVE_SCHED_YIELD */
 
@@ -299,6 +391,9 @@ typedef char * caddr_t;
 /* Define if you have the sigset function.  */
 /* #undef HAVE_SIGSET */
 
+/* Define if you have the snprintf function.  */
+/* #undef HAVE_SNPRINTF */
+
 /* Define if you have the socket function.  */
 #define HAVE_SOCKET 1
 
@@ -308,6 +403,9 @@ typedef char * caddr_t;
 /* Define if you have the strerror function.  */
 #define HAVE_STRERROR 1
 
+/* Define if you have the strpbrk function.  */
+#define HAVE_STRPBRK 1
+
 /* Define if you have the strrchr function.  */
 #define HAVE_STRRCHR 1
 
@@ -317,8 +415,8 @@ typedef char * caddr_t;
 /* Define if you have the strstr function.  */
 #define HAVE_STRSTR 1
 
-/* Define if you have the strtod function.  */
-#define HAVE_STRTOD 1
+/* Define if you have the strtok function.  */
+#define HAVE_STRTOK 1
 
 /* Define if you have the strtol function.  */
 #define HAVE_STRTOL 1
@@ -329,9 +427,21 @@ typedef char * caddr_t;
 /* Define if you have the sysconf function.  */
 /* #undef HAVE_SYSCONF */
 
+/* Define if you have the tempnam function.  */
+/* #undef HAVE_TEMPNAM */
+
+/* Define if you have the thr_setconcurrency function.  */
+/* #undef HAVE_THR_SETCONCURRENCY */
+
+/* Define if you have the vsnprintf function.  */
+/* #undef HAVE_VSNPRINTF */
+
 /* Define if you have the waitpid function.  */
 #define HAVE_WAITPID 1
 
+/* Define if you have the <crypt.h> header file.  */
+/* #undef HAVE_CRYPT_H */
+
 /* Define if you have the <db.h> header file.  */
 /* #undef HAVE_DB_H */
 
@@ -368,6 +478,9 @@ typedef char * caddr_t;
 /* Define if you have the <krb.h> header file.  */
 /* #undef HAVE_KRB_H */
 
+/* Define if you have the <libutil.h> header file.  */
+/* #undef HAVE_LIBUTIL_H */
+
 /* Define if you have the <limits.h> header file.  */
 #define HAVE_LIMITS_H 1
 
@@ -380,6 +493,9 @@ typedef char * caddr_t;
 /* Define if you have the <malloc.h> header file.  */
 #define HAVE_MALLOC_H 1
 
+/* Define if you have the <memory.h> header file.  */
+/* #define HAVE_MEMORY_H */
+
 /* Define if you have the <ncurses.h> header file.  */
 /* #undef HAVE_NCURSES_H */
 
@@ -389,9 +505,15 @@ typedef char * caddr_t;
 /* Define if you have the <ndir.h> header file.  */
 /* #undef HAVE_NDIR_H */
 
+/* Define if you have the <psap.h> header file.  */
+/* #undef HAVE_PSAP_H */
+
 /* Define if you have the <pthread.h> header file.  */
 /* #undef HAVE_PTHREAD_H */
 
+/* Define if you have the <pwd.h> header file.  */
+/* #undef HAVE_PWD_H */
+
 /* Define if you have the <regex.h> header file.  */
 /* #undef HAVE_REGEX_H */
 
@@ -401,9 +523,18 @@ typedef char * caddr_t;
 /* Define if you have the <sgtty.h> header file.  */
 /* #undef HAVE_SGTTY_H */
 
+/* Define if you have the <stdarg.h> header file.  */
+#define HAVE_STDARG_H 1
+
 /* Define if you have the <stddef.h> header file.  */
 #define HAVE_STDDEF_H 1
 
+/* Define if you have the <string.h> header file.  */
+#define HAVE_STRING_H 1
+
+/* Define if you have the <strings.h> header file.  */
+/* #undef HAVE_STRINGS_H */
+
 /* Define if you have the <synch.h> header file.  */
 /* #undef HAVE_SYNCH_H */
 
@@ -416,6 +547,9 @@ typedef char * caddr_t;
 /* Define if you have the <sys/file.h> header file.  */
 /* #undef HAVE_SYS_FILE_H */
 
+/* Define if you have the <sys/filio.h> header file.  */
+/* #undef HAVE_SYS_FILIO_H */
+
 /* Define if you have the <sys/ioctl.h> header file.  */
 /* #undef HAVE_SYS_IOCTL_H */
 
@@ -425,6 +559,9 @@ typedef char * caddr_t;
 /* Define if you have the <sys/param.h> header file.  */
 /* #undef HAVE_SYS_PARAM_H */
 
+/* Define if you have the <sys/resource.h> header file.  */
+/* #undef HAVE_SYS_RESOURCE_H */
+
 /* Define if you have the <sys/socket.h> header file.  */
 /* #undef HAVE_SYS_SOCKET_H */
 
@@ -470,6 +607,9 @@ typedef char * caddr_t;
 /* Define if you have the nsl_s library (-lnsl_s).  */
 /* #undef HAVE_LIBNSL_S */
 
+/* Define if you have the resolv library (-lresolv).  */
+/* #undef HAVE_LIBRESOLV */
+
 /* Define if you have the socket library (-lsocket).  */
 /* #undef HAVE_LIBSOCKET */
 
@@ -478,5 +618,6 @@ typedef char * caddr_t;
 #endif
 
 #include "ldap_cdefs.h"
+#include "ldap_features.h"
 
 #endif /* _LDAP_PORTABLE_H */