]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/cvs/config.h.in
This commit was generated by cvs2svn to compensate for changes in r32896,
[FreeBSD/FreeBSD.git] / contrib / cvs / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if the closedir function returns void instead of int.  */
11 #undef CLOSEDIR_VOID
12
13 /* Define to empty if the keyword does not work.  */
14 #undef const
15
16 /* Define to `int' if <sys/types.h> doesn't define.  */
17 #undef gid_t
18
19 /* Define if you support file names longer than 14 characters.  */
20 #undef HAVE_LONG_FILE_NAMES
21
22 /* Define if your struct stat has st_blksize.  */
23 #undef HAVE_ST_BLKSIZE
24
25 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
26 #undef HAVE_SYS_WAIT_H
27
28 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
29 #undef HAVE_UTIME_NULL
30
31 /* Define if you have <vfork.h>.  */
32 #undef HAVE_VFORK_H
33
34 /* Define if on MINIX.  */
35 #undef _MINIX
36
37 /* Define to `int' if <sys/types.h> doesn't define.  */
38 #undef mode_t
39
40 /* Define to `int' if <sys/types.h> doesn't define.  */
41 #undef pid_t
42
43 /* Define if the system does not provide POSIX.1 features except
44    with this defined.  */
45 #undef _POSIX_1_SOURCE
46
47 /* Define if you need to in order for stat and other things to work.  */
48 #undef _POSIX_SOURCE
49
50 /* Define as the return type of signal handlers (int or void).  */
51 #undef RETSIGTYPE
52
53 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
54 #undef size_t
55
56 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
57 #undef STAT_MACROS_BROKEN
58
59 /* Define if you have the ANSI C header files.  */
60 #undef STDC_HEADERS
61
62 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
63 #undef TIME_WITH_SYS_TIME
64
65 /* Define to `int' if <sys/types.h> doesn't define.  */
66 #undef uid_t
67
68 /* Define vfork as fork if vfork does not work.  */
69 #undef vfork
70
71 /* Define if you have MIT Kerberos version 4 available.  */
72 #undef HAVE_KERBEROS
73
74 /* Define if you have GSSAPI with MIT Kerberos version 5 available.  */
75 #undef HAVE_GSSAPI
76
77 /* Define if you want CVS to be able to be a remote repository client.  */
78 #undef CLIENT_SUPPORT
79
80 /* Define if you want CVS to be able to serve repositories to remote
81    clients.  */
82 #undef SERVER_SUPPORT
83
84 /* Define if you want to use the password authenticated server.  */
85 #undef AUTH_SERVER_SUPPORT
86
87 /* Define if you want encryption support.  */
88 #undef ENCRYPTION
89
90 /* Define if you have the connect function.  */
91 #undef HAVE_CONNECT
92
93 /* Define if you have memchr (always for CVS).  */
94 #undef HAVE_MEMCHR
95
96 /* Define if you have strchr (always for CVS).  */
97 #undef HAVE_STRCHR
98
99 /* Define if utime requires write access to the file (true on Windows,
100    but not Unix).  */
101 #undef UTIME_EXPECTS_WRITABLE
102
103 /* Define if setmode is required when writing binary data to stdout.  */
104 #undef USE_SETMODE_STDOUT
105
106 /* Define if the diff library should use setmode for binary files.
107    FIXME: Why two different macros for setmode?  */
108 #undef HAVE_SETMODE
109
110 /* Define if you have the crypt function.  */
111 #undef HAVE_CRYPT
112
113 /* Define if you have the fchdir function.  */
114 #undef HAVE_FCHDIR
115
116 /* Define if you have the fchmod function.  */
117 #undef HAVE_FCHMOD
118
119 /* Define if you have the fsync function.  */
120 #undef HAVE_FSYNC
121
122 /* Define if you have the ftime function.  */
123 #undef HAVE_FTIME
124
125 /* Define if you have the ftruncate function.  */
126 #undef HAVE_FTRUNCATE
127
128 /* Define if you have the getpagesize function.  */
129 #undef HAVE_GETPAGESIZE
130
131 /* Define if you have the getspnam function.  */
132 #undef HAVE_GETSPNAM
133
134 /* Define if you have the initgroups function.  */
135 #undef HAVE_INITGROUPS
136
137 /* Define if you have the krb_get_err_text function.  */
138 #undef HAVE_KRB_GET_ERR_TEXT
139
140 /* Define if you have the mktemp function.  */
141 #undef HAVE_MKTEMP
142
143 /* Define if you have the putenv function.  */
144 #undef HAVE_PUTENV
145
146 /* Define if you have the readlink function.  */
147 #undef HAVE_READLINK
148
149 /* Define if you have the sigaction function.  */
150 #undef HAVE_SIGACTION
151
152 /* Define if you have the sigblock function.  */
153 #undef HAVE_SIGBLOCK
154
155 /* Define if you have the sigprocmask function.  */
156 #undef HAVE_SIGPROCMASK
157
158 /* Define if you have the sigsetmask function.  */
159 #undef HAVE_SIGSETMASK
160
161 /* Define if you have the sigvec function.  */
162 #undef HAVE_SIGVEC
163
164 /* Define if you have the tempnam function.  */
165 #undef HAVE_TEMPNAM
166
167 /* Define if you have the timezone function.  */
168 #undef HAVE_TIMEZONE
169
170 /* Define if you have the tzset function.  */
171 #undef HAVE_TZSET
172
173 /* Define if you have the vprintf function.  */
174 #undef HAVE_VPRINTF
175
176 /* Define if you have the wait3 function.  */
177 #undef HAVE_WAIT3
178
179 /* Define if you have the <direct.h> header file.  */
180 #undef HAVE_DIRECT_H
181
182 /* Define if you have the <dirent.h> header file.  */
183 #undef HAVE_DIRENT_H
184
185 /* Define if you have the <errno.h> header file.  */
186 #undef HAVE_ERRNO_H
187
188 /* Define if you have the <fcntl.h> header file.  */
189 #undef HAVE_FCNTL_H
190
191 /* Define if you have the <io.h> header file.  */
192 #undef HAVE_IO_H
193
194 /* Define if you have the <limits.h> header file.  */
195 #undef HAVE_LIMITS_H
196
197 /* Define if you have the <memory.h> header file.  */
198 #undef HAVE_MEMORY_H
199
200 /* Define if you have the <ndbm.h> header file.  */
201 #undef HAVE_NDBM_H
202
203 /* Define if you have the <ndir.h> header file.  */
204 #undef HAVE_NDIR_H
205
206 /* Define if you have the <string.h> header file.  */
207 #undef HAVE_STRING_H
208
209 /* Define if you have the <sys/bsdtypes.h> header file.  */
210 #undef HAVE_SYS_BSDTYPES_H
211
212 /* Define if you have the <sys/dir.h> header file.  */
213 #undef HAVE_SYS_DIR_H
214
215 /* Define if you have the <sys/file.h> header file.  */
216 #undef HAVE_SYS_FILE_H
217
218 /* Define if you have the <sys/ndir.h> header file.  */
219 #undef HAVE_SYS_NDIR_H
220
221 /* Define if you have the <sys/param.h> header file.  */
222 #undef HAVE_SYS_PARAM_H
223
224 /* Define if you have the <sys/resource.h> header file.  */
225 #undef HAVE_SYS_RESOURCE_H
226
227 /* Define if you have the <sys/select.h> header file.  */
228 #undef HAVE_SYS_SELECT_H
229
230 /* Define if you have the <sys/time.h> header file.  */
231 #undef HAVE_SYS_TIME_H
232
233 /* Define if you have the <sys/timeb.h> header file.  */
234 #undef HAVE_SYS_TIMEB_H
235
236 /* Define if you have the <unistd.h> header file.  */
237 #undef HAVE_UNISTD_H
238
239 /* Define if you have the <utime.h> header file.  */
240 #undef HAVE_UTIME_H
241
242 /* Define if you have the crypt library (-lcrypt).  */
243 #undef HAVE_LIBCRYPT
244
245 /* Define if you have the gen library (-lgen).  */
246 #undef HAVE_LIBGEN
247
248 /* Define if you have the inet library (-linet).  */
249 #undef HAVE_LIBINET
250
251 /* Define if you have the nsl library (-lnsl).  */
252 #undef HAVE_LIBNSL
253
254 /* Define if you have the nsl_s library (-lnsl_s).  */
255 #undef HAVE_LIBNSL_S
256
257 /* Define if you have the sec library (-lsec).  */
258 #undef HAVE_LIBSEC
259
260 /* Define if you have the socket library (-lsocket).  */
261 #undef HAVE_LIBSOCKET