Deleted Added
full compact
config.h (22373) config.h (29967)
1/* config.h. Generated automatically by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader. */
3
1/* Define if on AIX 3.
2 System headers sometimes define this.
3 We just want to avoid a redefinition error message. */
4#ifndef _ALL_SOURCE
5/* #undef _ALL_SOURCE */
6#endif
7
8/* Define if using alloca.c. */

--- 26 unchanged lines hidden (view full) ---

35/* #undef _POSIX_SOURCE */
36
37/* Define as the return type of signal handlers (int or void). */
38#define RETSIGTYPE void
39
40/* If using the C implementation of alloca, define if you know the
41 direction of stack growth for your system; otherwise it will be
42 automatically deduced at run-time.
4/* Define if on AIX 3.
5 System headers sometimes define this.
6 We just want to avoid a redefinition error message. */
7#ifndef _ALL_SOURCE
8/* #undef _ALL_SOURCE */
9#endif
10
11/* Define if using alloca.c. */

--- 26 unchanged lines hidden (view full) ---

38/* #undef _POSIX_SOURCE */
39
40/* Define as the return type of signal handlers (int or void). */
41#define RETSIGTYPE void
42
43/* If using the C implementation of alloca, define if you know the
44 direction of stack growth for your system; otherwise it will be
45 automatically deduced at run-time.
43 STACK_DIRECTION > 0 => grows toward higher addresses
44 STACK_DIRECTION < 0 => grows toward lower addresses
45 STACK_DIRECTION = 0 => direction of growth unknown
46 STACK_DIRECTION > 0 => grows toward higher addresses
47 STACK_DIRECTION < 0 => grows toward lower addresses
48 STACK_DIRECTION = 0 => direction of growth unknown
46 */
47/* #undef STACK_DIRECTION */
48
49/* Define if you want the FTP daemon to support anonymous logins. */
50/* #undef DOANONYMOUS */
51
52/* The default value of the PATH environment variable */
53#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin"

--- 19 unchanged lines hidden (view full) ---

73/* #undef HAVE_ETC_SHADOW */
74
75/* The path to the access file, if we're going to use it */
76/* #undef PATH_ACCESS_FILE */
77
78/* The path to the mail spool, if we know it */
79#define PATH_MAIL "/var/mail"
80
49 */
50/* #undef STACK_DIRECTION */
51
52/* Define if you want the FTP daemon to support anonymous logins. */
53/* #undef DOANONYMOUS */
54
55/* The default value of the PATH environment variable */
56#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin"

--- 19 unchanged lines hidden (view full) ---

76/* #undef HAVE_ETC_SHADOW */
77
78/* The path to the access file, if we're going to use it */
79/* #undef PATH_ACCESS_FILE */
80
81/* The path to the mail spool, if we know it */
82#define PATH_MAIL "/var/mail"
83
84/* The path to the utmp file, if we know it */
85#define PATH_UTMP_AC "/var/run/utmp"
86
87/* The path to the wtmp file, if we know it */
88#define PATH_WTMP_AC "/var/log/wtmp"
89
90/* The path to the wtmpx file, if we know it */
91/* #undef PATH_WTMPX_AC */
92
81/* Defined if the system's profile (/etc/profile) displays
82 the motd file */
83/* #undef HAVE_MOTD_IN_PROFILE */
84
85/* Defined if the system's profile (/etc/profile) informs the
86 user of new mail */
87/* #undef HAVE_MAILCHECK_IN_PROFILE */
88

--- 44 unchanged lines hidden (view full) ---

133/* #undef HAVE_UT_TYPE */
134
135/* Define if there is a ut_name field in struct utmp */
136#define HAVE_UT_NAME 1
137
138/* Define if there is a ut_host field in struct utmp */
139#define HAVE_UT_HOST 1
140
93/* Defined if the system's profile (/etc/profile) displays
94 the motd file */
95/* #undef HAVE_MOTD_IN_PROFILE */
96
97/* Defined if the system's profile (/etc/profile) informs the
98 user of new mail */
99/* #undef HAVE_MAILCHECK_IN_PROFILE */
100

--- 44 unchanged lines hidden (view full) ---

145/* #undef HAVE_UT_TYPE */
146
147/* Define if there is a ut_name field in struct utmp */
148#define HAVE_UT_NAME 1
149
150/* Define if there is a ut_host field in struct utmp */
151#define HAVE_UT_HOST 1
152
153/* Define if the system has getutline() */
154/* #undef HAVE_GETUTLINE */
155
156/* Defined if the system has SunOS C2 security shadow passwords */
157/* #undef HAVE_SUNOS_C2_SHADOW */
158
159/* Defined if you want to disable utmp support */
160/* #undef DISABLE_UTMP */
161
162/* Defined if you want to allow users to override the insecure checks */
163/* #undef INSECURE_OVERRIDE */
164
165/* Defined to the default hash value, always defined */
166#define MDX 5
167
168/* Defined if new-style prompts are to be used */
169#define NEW_PROMPTS 1
170
171/* Defined to the path of the OPIE lock directory */
172#define OPIE_LOCK_DIR "/etc/opielocks"
173
174/* Defined if users are to be asked to re-type secret pass phrases */
175/* #undef RETYPE */
176
177/* Defined if su should not switch to disabled accounts */
178/* #undef SU_STAR_CHECK */
179
180/* Defined if user locking is to be used */
181#define USER_LOCKING 1
182
141/* Define if you have the bcopy function. */
142/* #undef HAVE_BCOPY */
143
144/* Define if you have the bzero function. */
145/* #undef HAVE_BZERO */
146
147/* Define if you have the endspent function. */
148/* #undef HAVE_ENDSPENT */

--- 5 unchanged lines hidden (view full) ---

154/* #undef HAVE_GETDTABLESIZE */
155
156/* Define if you have the getgroups function. */
157#define HAVE_GETGROUPS 1
158
159/* Define if you have the gethostname function. */
160/* #undef HAVE_GETHOSTNAME */
161
183/* Define if you have the bcopy function. */
184/* #undef HAVE_BCOPY */
185
186/* Define if you have the bzero function. */
187/* #undef HAVE_BZERO */
188
189/* Define if you have the endspent function. */
190/* #undef HAVE_ENDSPENT */

--- 5 unchanged lines hidden (view full) ---

196/* #undef HAVE_GETDTABLESIZE */
197
198/* Define if you have the getgroups function. */
199#define HAVE_GETGROUPS 1
200
201/* Define if you have the gethostname function. */
202/* #undef HAVE_GETHOSTNAME */
203
162/* Define if you have the getspent function. */
163/* #undef HAVE_GETSPENT */
204/* Define if you have the getspnam function. */
205/* #undef HAVE_GETSPNAM */
164
165/* Define if you have the gettimeofday function. */
166#define HAVE_GETTIMEOFDAY 1
167
168/* Define if you have the getttynam function. */
169#define HAVE_GETTTYNAM 1
170
206
207/* Define if you have the gettimeofday function. */
208#define HAVE_GETTIMEOFDAY 1
209
210/* Define if you have the getttynam function. */
211#define HAVE_GETTTYNAM 1
212
213/* Define if you have the getusershell function. */
214#define HAVE_GETUSERSHELL 1
215
171/* Define if you have the getutxline function. */
172/* #undef HAVE_GETUTXLINE */
173
174/* Define if you have the getwd function. */
175/* #undef HAVE_GETWD */
176
177/* Define if you have the index function. */
178/* #undef HAVE_INDEX */
179
180/* Define if you have the lstat function. */
181#define HAVE_LSTAT 1
182
216/* Define if you have the getutxline function. */
217/* #undef HAVE_GETUTXLINE */
218
219/* Define if you have the getwd function. */
220/* #undef HAVE_GETWD */
221
222/* Define if you have the index function. */
223/* #undef HAVE_INDEX */
224
225/* Define if you have the lstat function. */
226#define HAVE_LSTAT 1
227
228/* Define if you have the on_exit function. */
229/* #undef HAVE_ON_EXIT */
230
183/* Define if you have the pututxline function. */
184/* #undef HAVE_PUTUTXLINE */
185
186/* Define if you have the rindex function. */
187/* #undef HAVE_RINDEX */
188
231/* Define if you have the pututxline function. */
232/* #undef HAVE_PUTUTXLINE */
233
234/* Define if you have the rindex function. */
235/* #undef HAVE_RINDEX */
236
189/* Define if you have the setegid function. */
190#define HAVE_SETEGID 1
191
192/* Define if you have the seteuid function. */
193#define HAVE_SETEUID 1
194
195/* Define if you have the setgroups function. */
196#define HAVE_SETGROUPS 1
197
198/* Define if you have the setlogin function. */
199#define HAVE_SETLOGIN 1
200
201/* Define if you have the setpriority function. */
202#define HAVE_SETPRIORITY 1
203
204/* Define if you have the setregid function. */
237/* Define if you have the setgroups function. */
238#define HAVE_SETGROUPS 1
239
240/* Define if you have the setlogin function. */
241#define HAVE_SETLOGIN 1
242
243/* Define if you have the setpriority function. */
244#define HAVE_SETPRIORITY 1
245
246/* Define if you have the setregid function. */
205#define HAVE_SETREGID 1
247/* #undef HAVE_SETREGID */
206
207/* Define if you have the setresgid function. */
208/* #undef HAVE_SETRESGID */
209
210/* Define if you have the setresuid function. */
211/* #undef HAVE_SETRESUID */
212
213/* Define if you have the setreuid function. */
248
249/* Define if you have the setresgid function. */
250/* #undef HAVE_SETRESGID */
251
252/* Define if you have the setresuid function. */
253/* #undef HAVE_SETRESUID */
254
255/* Define if you have the setreuid function. */
214#define HAVE_SETREUID 1
256/* #undef HAVE_SETREUID */
215
216/* Define if you have the setvbuf function. */
217#define HAVE_SETVBUF 1
218
257
258/* Define if you have the setvbuf function. */
259#define HAVE_SETVBUF 1
260
261/* Define if you have the sigaddset function. */
262#define HAVE_SIGADDSET 1
263
219/* Define if you have the sigblock function. */
220/* #undef HAVE_SIGBLOCK */
221
264/* Define if you have the sigblock function. */
265/* #undef HAVE_SIGBLOCK */
266
267/* Define if you have the sigemptyset function. */
268#define HAVE_SIGEMPTYSET 1
269
222/* Define if you have the sigsetmask function. */
223/* #undef HAVE_SIGSETMASK */
224
225/* Define if you have the socket function. */
226#define HAVE_SOCKET 1
227
270/* Define if you have the sigsetmask function. */
271/* #undef HAVE_SIGSETMASK */
272
273/* Define if you have the socket function. */
274#define HAVE_SOCKET 1
275
276/* Define if you have the strerror function. */
277#define HAVE_STRERROR 1
278
228/* Define if you have the strftime function. */
229#define HAVE_STRFTIME 1
230
279/* Define if you have the strftime function. */
280#define HAVE_STRFTIME 1
281
282/* Define if you have the strncasecmp function. */
283#define HAVE_STRNCASECMP 1
284
231/* Define if you have the strstr function. */
232#define HAVE_STRSTR 1
233
285/* Define if you have the strstr function. */
286#define HAVE_STRSTR 1
287
234/* Define if you have the sysconf function. */
235#define HAVE_SYSCONF 1
236
237/* Define if you have the ttyslot function. */
238#define HAVE_TTYSLOT 1
239
288/* Define if you have the ttyslot function. */
289#define HAVE_TTYSLOT 1
290
291/* Define if you have the usleep function. */
292#define HAVE_USLEEP 1
293
240/* Define if you have the <crypt.h> header file. */
241/* #undef HAVE_CRYPT_H */
242
243/* Define if you have the <dirent.h> header file. */
244#define HAVE_DIRENT_H 1
245
246/* Define if you have the <fcntl.h> header file. */
247#define HAVE_FCNTL_H 1

--- 35 unchanged lines hidden (view full) ---

283#define HAVE_SYS_IOCTL_H 1
284
285/* Define if you have the <sys/ndir.h> header file. */
286/* #undef HAVE_SYS_NDIR_H */
287
288/* Define if you have the <sys/param.h> header file. */
289#define HAVE_SYS_PARAM_H 1
290
294/* Define if you have the <crypt.h> header file. */
295/* #undef HAVE_CRYPT_H */
296
297/* Define if you have the <dirent.h> header file. */
298#define HAVE_DIRENT_H 1
299
300/* Define if you have the <fcntl.h> header file. */
301#define HAVE_FCNTL_H 1

--- 35 unchanged lines hidden (view full) ---

337#define HAVE_SYS_IOCTL_H 1
338
339/* Define if you have the <sys/ndir.h> header file. */
340/* #undef HAVE_SYS_NDIR_H */
341
342/* Define if you have the <sys/param.h> header file. */
343#define HAVE_SYS_PARAM_H 1
344
345/* Define if you have the <sys/select.h> header file. */
346#define HAVE_SYS_SELECT_H 1
347
291/* Define if you have the <sys/signal.h> header file. */
292#define HAVE_SYS_SIGNAL_H 1
293
294/* Define if you have the <sys/time.h> header file. */
295#define HAVE_SYS_TIME_H 1
296
297/* Define if you have the <sys/utsname.h> header file. */
298#define HAVE_SYS_UTSNAME_H 1

--- 24 unchanged lines hidden ---
348/* Define if you have the <sys/signal.h> header file. */
349#define HAVE_SYS_SIGNAL_H 1
350
351/* Define if you have the <sys/time.h> header file. */
352#define HAVE_SYS_TIME_H 1
353
354/* Define if you have the <sys/utsname.h> header file. */
355#define HAVE_SYS_UTSNAME_H 1

--- 24 unchanged lines hidden ---