/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* enabling atomic counter */ /* #undef ATOMIC_64BIT_OPERATIONS */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ /* #undef CLOSEDIR_VOID */ /* cpu type pa-risc */ /* #undef CPU_hppa */ /* cpu type ia64 */ /* #undef CPU_ia64 */ /* cpu type sparc */ /* #undef CPU_sparc */ /* cpu type x86 */ /* #undef CPU_x86 */ /* cpu type x86_64 */ /* #undef CPU_x86_64 */ /* package bug report url */ #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389" /* package string */ #define DS_PACKAGE_STRING "389-ds-base 1.2.10.7" /* package tarball name */ #define DS_PACKAGE_TARNAME "389-ds-base" /* package version */ #define DS_PACKAGE_VERSION "1.2.10.7" /* enable the account policy plugin */ #define ENABLE_ACCTPOLICY 1 /* enable ldapi auto bind support in the server */ /* #undef ENABLE_AUTOBIND */ /* enable ldapi auto bind with auto dn suffix support in the server */ /* #undef ENABLE_AUTO_DN_SUFFIX */ /* enable the bitwise plugin */ #define ENABLE_BITWISE 1 /* enable the dna plugin */ #define ENABLE_DNA 1 /* enable ldapi support in the server */ #define ENABLE_LDAPI 1 /* enable the pam passthru auth plugin */ #define ENABLE_PAM_PASSTHRU 1 /* enable the presence plugin */ /* #undef ENABLE_PRESENCE */ /* have 64-bit atomic bool compare and swap function provided by gcc */ /* #undef HAVE_64BIT_ATOMIC_CAS_FUNC */ /* have 64-bit atomic operation functions provided by gcc */ /* #undef HAVE_64BIT_ATOMIC_OP_FUNCS */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if your system has a working `chown' function. */ #define HAVE_CHOWN 1 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you don't. */ #define HAVE_DECL_STRERROR_R 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #define HAVE_DOPRNT 1 /* Define to 1 if you have the `endpwent' function. */ #define HAVE_ENDPWENT 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `ftruncate' function. */ #define HAVE_FTRUNCATE 1 /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 /* Define to 1 if you have the `gethostbyname' function. */ /* #undef HAVE_GETHOSTBYNAME */ /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* have getpeerucred */ #define HAVE_GETPEERUCRED 1 /* define if you have HEIMDAL Kerberos */ /* #undef HAVE_HEIMDAL_KERBEROS */ /* Define to 1 if you have the header file. */ /* #undef HAVE_HEIM_ERR_H */ /* Define to 1 if you have the `inet_ntoa' function. */ /* #undef HAVE_INET_NTOA */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* define if you have Kerberos V */ #define HAVE_KRB5 1 /* Define to 1 if you have the `krb5_cc_new_unique' function. */ #define HAVE_KRB5_CC_NEW_UNIQUE 1 /* have the function ldap_url_parse_ext */ /* #undef HAVE_LDAP_URL_PARSE_EXT */ /* have the function ldap_url_parse_no_defaults */ #define HAVE_LDAP_URL_PARSE_NO_DEFAULTS 1 /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* Define to 1 if `lstat' has the bug that it succeeds when given the zero-length file name argument. */ /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the `mkdir' function. */ #define HAVE_MKDIR 1 /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `munmap' function. */ #define HAVE_MUNMAP 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_NETDB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define to 1 if you have the `rmdir' function. */ #define HAVE_RMDIR 1 /* Define to 1 if you have the `setrlimit' function. */ #define HAVE_SETRLIMIT 1 /* Define to 1 if you have the `socket' function. */ /* #undef HAVE_SOCKET */ /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ /* #undef HAVE_STAT_EMPTY_STRING_BUG */ /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strcspn' function. */ #define HAVE_STRCSPN 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the `strerror_r' function. */ #define HAVE_STRERROR_R 1 /* Define to 1 if you have the `strftime' function. */ #define HAVE_STRFTIME 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strpbrk' function. */ #define HAVE_STRPBRK 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the `strtol' function. */ #define HAVE_STRTOL 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the `tzset' function. */ #define HAVE_TZSET 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vfork' function. */ #define HAVE_VFORK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Define to 1 if `fork' works. */ #define HAVE_WORKING_FORK 1 /* Define to 1 if `vfork' works. */ #define HAVE_WORKING_VFORK 1 /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 /* HP-UX */ /* #undef HPUX */ /* HP-UX 11 */ /* #undef HPUX11 */ /* HP-UX 11.11 */ /* #undef HPUX11_11 */ /* HP-UX 11.23 */ /* #undef HPUX11_23 */ /* Use FHS layout */ /* #undef IS_FHS */ /* Use FHS optional layout */ /* #undef IS_FHS_OPT */ /* LDAP debug flag */ #define LDAP_DEBUG 1 /* Don't use smartheap */ #define LDAP_DONT_USE_SMARTHEAP 1 /* Linux */ /* #undef LINUX */ /* Linux 2.0 */ /* #undef LINUX2_0 */ /* Linux 2.2 */ /* #undef LINUX2_2 */ /* Linux 2.4 */ /* #undef LINUX2_4 */ /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Linux */ /* #undef Linux */ /* no getdomainname */ #define NO_DOMAINNAME 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* OS version */ #define OSVERSION 509 /* OS HP-UX */ /* #undef OS_hpux */ /* OS SOLARIS */ #define OS_solaris 1 /* package tar name */ #define PACKAGE "389-ds-base" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/" /* Define to the full name of this package. */ #define PACKAGE_NAME "dirsrv" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "dirsrv 1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "dirsrv" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.0" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* SOLARIS */ #define SOLARIS 1 /* Define to 1 if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if strerror_r returns char *. */ /* #undef STRERROR_R_CHAR_P */ /* SVR4 */ #define SVR4 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* If defined, using MozLDAP for LDAP SDK */ #define USE_MOZLDAP 1 /* If defined, using OpenLDAP for LDAP SDK */ /* #undef USE_OPENLDAP */ /* POSIX rwlocks */ /* #undef USE_POSIX_RWLOCKS */ /* package version */ #define VERSION "1.2.10.7" /* UNIX */ #define XP_UNIX 1 /* GNU Source */ /* #undef _GNU_SOURCE */ /* Source namespace */ /* #undef _HPUX_SOURCE */ /* to pick up all of the printf format macros in inttypes.h */ /* #undef _INCLUDE_STDC__SOURCE_199901 */ /* POSIX revision */ /* #undef _POSIX_C_SOURCE */ /* _REENTRANT */ #define _REENTRANT 1 /* SVID_GETTOD */ #define _SVID_GETTOD 1 /* SVR4 */ #define __svr4 1 /* SVR4 */ #define __svr4__ 1 /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `int' if doesn't define. */ /* #undef gid_t */ /* HP-UX */ /* #undef hpux */ /* Define to rpl_malloc if the replacement function should be used. */ /* #undef malloc */ /* Define to `int' if does not define. */ /* #undef pid_t */ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ /* SunOS5 */ #define sunos5 1 /* Define to `int' if doesn't define. */ /* #undef uid_t */ /* Define as `fork' if `vfork' does not work. */ /* #undef vfork */