summaryrefslogtreecommitdiffstats
path: root/lib/libopie/config.h
blob: bf91b2e68e8d1a52b4426eac9b021d6604ecf5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
/* #undef _ALL_SOURCE */
#endif

/* Define if using alloca.c.  */
/* #undef C_ALLOCA */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
/* #undef CRAY_STACKSEG_END */

/* Define if you have alloca, as a function or macro.  */
#define HAVE_ALLOCA 1

/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
/* #undef HAVE_ALLOCA_H */

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#define HAVE_SYS_WAIT_H 1

/* Define if on MINIX.  */
/* #undef _MINIX */

/* Define if the system does not provide POSIX.1 features except
   with this defined.  */
/* #undef _POSIX_1_SOURCE */

/* Define if you need to in order for stat and other things to work.  */
/* #undef _POSIX_SOURCE */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
 */
/* #undef STACK_DIRECTION */

/* Define if you want the FTP daemon to support anonymous logins. */
/* #undef DOANONYMOUS */

/* The default value of the PATH environment variable */
#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin"

/* Defined if the file /etc/default/login exists 
   (and, presumably, should be looked at by login) */
/* #undef HAVE_ETC_DEFAULT_LOGIN */

/* Defined to the name of a file that contains a list of files whose
   permissions and ownerships should be changed on login. */
/* #undef HAVE_LOGIN_PERMFILE */

/* Defined to the name of a file that contains a list of environment
   values that should be set on login. */
/* #undef HAVE_LOGIN_ENVFILE */

/* Defined if the file /etc/securetty exists
   (and, presumably, should be looked at by login) */
/* #undef HAVE_SECURETTY */

/* Defined if the file /etc/shadow exists
   (and, presumably, should be looked at for shadow passwords) */
/* #undef HAVE_ETC_SHADOW */

/* The path to the access file, if we're going to use it */
/* #undef PATH_ACCESS_FILE */

/* The path to the mail spool, if we know it */
#define PATH_MAIL "/var/mail"

/* The path to the utmp file, if we know it */
#define PATH_UTMP_AC "/var/run/utmp"

/* The path to the wtmp file, if we know it */
#define PATH_WTMP_AC "/var/log/wtmp"

/* The path to the wtmpx file, if we know it */
/* #undef PATH_WTMPX_AC */

/* Defined if the system's profile (/etc/profile) displays
   the motd file */
/* #undef HAVE_MOTD_IN_PROFILE */

/* Defined if the system's profile (/etc/profile) informs the
   user of new mail */
/* #undef HAVE_MAILCHECK_IN_PROFILE */

/* Define if you have a nonstandard gettimeofday() that takes one argument
   instead of two. */
/* #undef HAVE_ONE_ARG_GETTIMEOFDAY */

/* Define if the system has the getenv function */
#define HAVE_GETENV 1

/* Define if the system has the setenv function */
#define HAVE_SETENV 1

/* Define if the system has the /var/adm/sulog file */
/* #undef HAVE_SULOG */

/* Define if the system has the unsetenv function */
#define HAVE_UNSETENV 1

/* Define if the compiler can handle ANSI-style argument lists */
#define HAVE_ANSIDECL 1

/* Define if the compiler can handle ANSI-style prototypes */
#define HAVE_ANSIPROTO 1

/* Define if the system has an ANSI-style printf (returns int instead of char *) */
#define HAVE_ANSISPRINTF 1

/* Define if the compiler can handle ANSI-style variable argument lists */
#define HAVE_ANSISTDARG 1

/* Define if the compiler can handle void argument lists to functions */
#define HAVE_VOIDARG 1

/* Define if the compiler can handle void return "values" from functions */
#define HAVE_VOIDRET 1

/* Define if the compiler can handle void pointers to our liking */
#define HAVE_VOIDPTR 1

/* Define if the /bin/ls command seems to support the -g flag */
/* #undef HAVE_LS_G_FLAG */

/* Define if there is a ut_pid field in struct utmp */
/* #undef HAVE_UT_PID */

/* Define if there is a ut_type field in struct utmp */
/* #undef HAVE_UT_TYPE */

/* Define if there is a ut_name field in struct utmp */
#define HAVE_UT_NAME 1

/* Define if there is a ut_host field in struct utmp */
#define HAVE_UT_HOST 1

/* Define if the system has getutline() */
/* #undef HAVE_GETUTLINE */

/* Defined if the system has SunOS C2 security shadow passwords */
/* #undef HAVE_SUNOS_C2_SHADOW */

/* Defined if you want to disable utmp support */
/* #undef DISABLE_UTMP */

/* Defined if you want to allow users to override the insecure checks */
/* #undef INSECURE_OVERRIDE */

/* Defined to the default hash value, always defined */
#define MDX 5

/* Defined if new-style prompts are to be used */
#define NEW_PROMPTS 1

/* Defined to the path of the OPIE lock directory */
#define OPIE_LOCK_DIR "/var/spool/opielocks"

/* Defined if users are to be asked to re-type secret pass phrases */
/* #undef RETYPE */

/* Defined if su should not switch to disabled accounts */
/* #undef SU_STAR_CHECK */

/* Defined if user locking is to be used */
#define USER_LOCKING 1

/* Define if you have the bcopy function.  */
/* #undef HAVE_BCOPY */

/* Define if you have the bzero function.  */
/* #undef HAVE_BZERO */

/* Define if you have the endspent function.  */
/* #undef HAVE_ENDSPENT */

/* Define if you have the fpurge function.  */
#define HAVE_FPURGE 1

/* Define if you have the getdtablesize function.  */
/* #undef HAVE_GETDTABLESIZE */

/* Define if you have the getgroups function.  */
#define HAVE_GETGROUPS 1

/* Define if you have the gethostname function.  */
/* #undef HAVE_GETHOSTNAME */

/* Define if you have the getspnam function.  */
/* #undef HAVE_GETSPNAM */

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the getttynam function.  */
#define HAVE_GETTTYNAM 1

/* Define if you have the getusershell function.  */
#define HAVE_GETUSERSHELL 1

/* Define if you have the getutxline function.  */
/* #undef HAVE_GETUTXLINE */

/* Define if you have the getwd function.  */
/* #undef HAVE_GETWD */

/* Define if you have the index function.  */
/* #undef HAVE_INDEX */

/* Define if you have the lstat function.  */
#define HAVE_LSTAT 1

/* Define if you have the on_exit function.  */
/* #undef HAVE_ON_EXIT */

/* Define if you have the pututxline function.  */
/* #undef HAVE_PUTUTXLINE */

/* Define if you have the rindex function.  */
/* #undef HAVE_RINDEX */

/* Define if you have the setgroups function.  */
#define HAVE_SETGROUPS 1

/* Define if you have the setlogin function.  */
#define HAVE_SETLOGIN 1

/* Define if you have the setpriority function.  */
#define HAVE_SETPRIORITY 1

/* Define if you have the setregid function.  */
/* #undef HAVE_SETREGID */

/* Define if you have the setresgid function.  */
/* #undef HAVE_SETRESGID */

/* Define if you have the setresuid function.  */
/* #undef HAVE_SETRESUID */

/* Define if you have the setreuid function.  */
/* #undef HAVE_SETREUID */

/* Define if you have the setvbuf function.  */
#define HAVE_SETVBUF 1

/* Define if you have the sigaddset function.  */
#define HAVE_SIGADDSET 1

/* Define if you have the sigblock function.  */
/* #undef HAVE_SIGBLOCK */

/* Define if you have the sigemptyset function.  */
#define HAVE_SIGEMPTYSET 1

/* Define if you have the sigsetmask function.  */
/* #undef HAVE_SIGSETMASK */

/* Define if you have the socket function.  */
#define HAVE_SOCKET 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strftime function.  */
#define HAVE_STRFTIME 1

/* Define if you have the strncasecmp function.  */
#define HAVE_STRNCASECMP 1

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the ttyslot function.  */
#define HAVE_TTYSLOT 1

/* Define if you have the usleep function.  */
#define HAVE_USLEEP 1

/* Define if you have the <crypt.h> header file.  */
/* #undef HAVE_CRYPT_H */

/* Define if you have the <dirent.h> header file.  */
#define HAVE_DIRENT_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <lastlog.h> header file.  */
/* #undef HAVE_LASTLOG_H */

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <ndir.h> header file.  */
/* #undef HAVE_NDIR_H */

/* Define if you have the <paths.h> header file.  */
#define HAVE_PATHS_H 1

/* Define if you have the <pwd.h> header file.  */
#define HAVE_PWD_H 1

/* Define if you have the <shadow.h> header file.  */
/* #undef HAVE_SHADOW_H */

/* Define if you have the <signal.h> header file.  */
#define HAVE_SIGNAL_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <sys/dir.h> header file.  */
/* #undef HAVE_SYS_DIR_H */

/* Define if you have the <sys/file.h> header file.  */
#define HAVE_SYS_FILE_H 1

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/ndir.h> header file.  */
/* #undef HAVE_SYS_NDIR_H */

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/select.h> header file.  */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <sys/signal.h> header file.  */
#define HAVE_SYS_SIGNAL_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/utsname.h> header file.  */
#define HAVE_SYS_UTSNAME_H 1

/* Define if you have the <syslog.h> header file.  */
#define HAVE_SYSLOG_H 1

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <utmpx.h> header file.  */
/* #undef HAVE_UTMPX_H */

/* Define if you have the crypt library (-lcrypt).  */
#define HAVE_LIBCRYPT 1

/* Define if you have the nsl library (-lnsl).  */
/* #undef HAVE_LIBNSL */

/* Define if you have the posix library (-lposix).  */
/* #undef HAVE_LIBPOSIX */

/* Define if you have the socket library (-lsocket).  */
/* #undef HAVE_LIBSOCKET */
OpenPOWER on IntegriCloud