]> git.sur5r.net Git - openldap/blob - include/portable.h.in
Libraries actually compiles using current templates...
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright (c) 1994 Regents of the University of Michigan.
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted
7  * provided that this notice is preserved and that due credit is given
8  * to the University of Michigan at Ann Arbor. The name of the University
9  * may not be used to endorse or promote products derived from this
10  * software without specific prior written permission. This software
11  * is provided ``as is'' without express or implied warranty.
12  */
13
14 #ifndef _LDAP_PORTABLE_H
15 #define _LDAP_PORTABLE_H
16
17
18 /* Define to empty if the keyword does not work.  */
19 #undef const
20
21 /* Define to the type of elements in the array set by `getgroups'.
22    Usually this is either `int' or `gid_t'.  */
23 #undef GETGROUPS_T
24
25 /* Define to `int' if <sys/types.h> doesn't define.  */
26 #undef gid_t
27
28 /* Define if you don't have vprintf but do have _doprnt.  */
29 #undef HAVE_DOPRNT
30
31 /* Define if your struct stat has st_blksize.  */
32 #undef HAVE_ST_BLKSIZE
33
34 /* Define if you have the strftime function.  */
35 #undef HAVE_STRFTIME
36
37 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
38 #undef HAVE_SYS_WAIT_H
39
40 /* Define if you have the vprintf function.  */
41 #undef HAVE_VPRINTF
42
43 /* Define if you have the wait3 system call.  */
44 #undef HAVE_WAIT3
45
46 /* Define to `int' if <sys/types.h> doesn't define.  */
47 #undef mode_t
48
49 /* Define to `long' if <sys/types.h> doesn't define.  */
50 #undef off_t
51
52 /* Define to `int' if <sys/types.h> doesn't define.  */
53 #undef pid_t
54
55 /* Define as the return type of signal handlers (int or void).  */
56 #undef RETSIGTYPE
57
58 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
59 #undef size_t
60
61 /* Define if you have the ANSI C header files.  */
62 #undef STDC_HEADERS
63
64 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
65 #undef TIME_WITH_SYS_TIME
66
67 /* Define if your <sys/time.h> declares struct tm.  */
68 #undef TM_IN_SYS_TIME
69
70 /* Define to `int' if <sys/types.h> doesn't define.  */
71 #undef uid_t
72
73 /* define this if sys_errlist is not defined in stdio.h or errno.h */
74 #undef DECL_SYS_ERRLIST
75
76 /* define this you have crypt */
77 #undef HAVE_CRYPT
78
79 /* define this for connectionless LDAP support */
80 #undef LDAP_CONNECTIONLESS
81
82 /* define this to remove -lldap cache support */
83 #undef LDAP_NOCACHE
84
85 /* define this for LDAP referrals support */
86 #undef LDAP_REFERRALS
87
88 /* define this for phonetic support */
89 #undef SLAPD_PHONETIC
90
91 /* define this to use SLAPD shell backend */
92 /* #undef SLAPD_SHELL */
93
94 /* define this to use SLAPD passwd backend */
95 /* #undef SLAPD_PASSWD */
96
97 /* define this to use SLAPD LDBM backend */
98 /* #undef SLAPD_LDBM */
99
100 /* Define if you have the gethostname function.  */
101 #undef HAVE_GETHOSTNAME
102
103 /* Define if you have the gettimeofday function.  */
104 #undef HAVE_GETTIMEOFDAY
105
106 /* Define if you have the memcpy function.  */
107 #undef HAVE_MEMCPY
108
109 /* Define if you have the mktime function.  */
110 #undef HAVE_MKTIME
111
112 /* Define if you have the select function.  */
113 #undef HAVE_SELECT
114
115 /* Define if you have the socket function.  */
116 #undef HAVE_SOCKET
117
118 /* Define if you have the strdup function.  */
119 #undef HAVE_STRDUP
120
121 /* Define if you have the strerror function.  */
122 #undef HAVE_STRERROR
123
124 /* Define if you have the strrchr function.  */
125 #undef HAVE_STRRCHR
126
127 /* Define if you have the strstr function.  */
128 #undef HAVE_STRSTR
129
130 /* Define if you have the strtod function.  */
131 #undef HAVE_STRTOD
132
133 /* Define if you have the strtol function.  */
134 #undef HAVE_STRTOL
135
136 /* Define if you have the strtoul function.  */
137 #undef HAVE_STRTOUL
138
139 /* Define if you have the <dirent.h> header file.  */
140 #undef HAVE_DIRENT_H
141
142 /* Define if you have the <fcntl.h> header file.  */
143 #undef HAVE_FCNTL_H
144
145 /* Define if you have the <limits.h> header file.  */
146 #undef HAVE_LIMITS_H
147
148 /* Define if you have the <malloc.h> header file.  */
149 #undef HAVE_MALLOC_H
150
151 /* Define if you have the <ndir.h> header file.  */
152 #undef HAVE_NDIR_H
153
154 /* Define if you have the <sgtty.h> header file.  */
155 #undef HAVE_SGTTY_H
156
157 /* Define if you have the <stddef.h> header file.  */
158 #undef HAVE_STDDEF_H
159
160 /* Define if you have the <sys/dir.h> header file.  */
161 #undef HAVE_SYS_DIR_H
162
163 /* Define if you have the <sys/file.h> header file.  */
164 #undef HAVE_SYS_FILE_H
165
166 /* Define if you have the <sys/ioctl.h> header file.  */
167 #undef HAVE_SYS_IOCTL_H
168
169 /* Define if you have the <sys/ndir.h> header file.  */
170 #undef HAVE_SYS_NDIR_H
171
172 /* Define if you have the <sys/time.h> header file.  */
173 #undef HAVE_SYS_TIME_H
174
175 /* Define if you have the <syslog.h> header file.  */
176 #undef HAVE_SYSLOG_H
177
178 /* Define if you have the <termio.h> header file.  */
179 #undef HAVE_TERMIO_H
180
181 /* Define if you have the <unistd.h> header file.  */
182 #undef HAVE_UNISTD_H
183
184 /* Define if you have the compat library (-lcompat).  */
185 #undef HAVE_LIBCOMPAT
186
187 #ifdef HAVE_STDDEF_H
188 #       include <stddef.h>
189 #endif
190
191 #include "bridge.h"
192
193 #endif /* _LDAP_PORTABLE_H */