blob: 0a71fcf9c5ecf30419b6994b408c9aaa28569c77 [file] [log] [blame]
bigbiff bigbiffe60683a2013-02-22 20:55:50 -05001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define if building universal (internal helper macro) */
5/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
bigbiff7b4c7a62015-01-01 19:44:14 -05007/* Enable agetty --reload feature */
8#define AGETTY_RELOAD 1
9
bigbiff bigbiffe60683a2013-02-22 20:55:50 -050010/* Should chfn and chsh require the user to enter the password? */
11#define CHFN_CHSH_PASSWORD 1
12
bigbiff7b4c7a62015-01-01 19:44:14 -050013/* Path to hwclock adjtime file */
14#define CONFIG_ADJTIME_PATH "/etc/adjtime"
15
bigbiff bigbiffe60683a2013-02-22 20:55:50 -050016/* Define to 1 if translation of program messages to the user's native
17 language is requested. */
18#define ENABLE_NLS 1
19
20/* search path for fs helpers */
21#define FS_SEARCH_PATH "/sbin:/sbin/fs.d:/sbin/fs"
22
23/* Define to 1 if you have the <asm/io.h> header file. */
24/* #undef HAVE_ASM_IO_H */
25
26/* Define to 1 if you have the <byteswap.h> header file. */
27#define HAVE_BYTESWAP_H 1
28
bigbiff7b4c7a62015-01-01 19:44:14 -050029/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
30 CoreFoundation framework. */
31/* #undef HAVE_CFLOCALECOPYCURRENT */
32
33/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
34 the CoreFoundation framework. */
35/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
36
37/* Define to 1 if you have the `clock_gettime' function. */
38#define HAVE_CLOCK_GETTIME 1
39
bigbiff bigbiffe60683a2013-02-22 20:55:50 -050040/* Define to 1 if the system has the type `cpu_set_t'. */
41#define HAVE_CPU_SET_T 1
42
43/* Define to 1 if you have the <crypt.h> header file. */
44#define HAVE_CRYPT_H 1
45
46/* Define if the GNU dcgettext() function is already present or preinstalled.
47 */
48#define HAVE_DCGETTEXT 1
49
bigbiff bigbiffe60683a2013-02-22 20:55:50 -050050/* Define to 1 if you have the declaration of `CPU_ALLOC', and to 0 if you
51 don't. */
52#define HAVE_DECL_CPU_ALLOC 1
53
54/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
55 */
56/* #undef HAVE_DECL_DIRFD */
57
bigbiff bigbiffe60683a2013-02-22 20:55:50 -050058/* Define to 1 if you have the declaration of `_NL_TIME_WEEK_1STDAY', and to 0
59 if you don't. */
60#define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
61
62/* Define to 1 if you have the `dirfd' function. */
63#define HAVE_DIRFD 1
64
65/* Define to 1 if `dd_fd' is a member of `DIR'. */
66/* #undef HAVE_DIR_DD_FD */
67
68/* Define to 1 if you have the <dlfcn.h> header file. */
69#define HAVE_DLFCN_H 1
70
71/* Define to 1 if you have the <endian.h> header file. */
72#define HAVE_ENDIAN_H 1
73
74/* Define to 1 if have **environ prototype */
75#define HAVE_ENVIRON_DECL 1
76
77/* Define to 1 if you have the `err' function. */
78#define HAVE_ERR 1
79
80/* Define to 1 if you have the <errno.h> header file. */
81#define HAVE_ERRNO_H 1
82
83/* Define to 1 if you have the `errx' function. */
84#define HAVE_ERRX 1
85
86/* Define to 1 if you have the <err.h> header file. */
87#define HAVE_ERR_H 1
88
89/* Have valid fallocate() function */
90#define HAVE_FALLOCATE 1
91
92/* Define to 1 if you have the <fcntl.h> header file. */
93#define HAVE_FCNTL_H 1
94
95/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
96#define HAVE_FSEEKO 1
97
98/* Define to 1 if you have the `fstatat' function. */
99#define HAVE_FSTATAT 1
100
101/* Define to 1 if you have the `fsync' function. */
102#define HAVE_FSYNC 1
103
104/* Define to 1 if you have the `futimens' function. */
105#define HAVE_FUTIMENS 1
106
107/* Define to 1 if you have the `getdomainname' function. */
108#define HAVE_GETDOMAINNAME 1
109
110/* Define to 1 if you have the `getdtablesize' function. */
111#define HAVE_GETDTABLESIZE 1
112
113/* Define to 1 if you have the `getexecname' function. */
114/* #undef HAVE_GETEXECNAME */
115
116/* Define to 1 if you have the `getmntinfo' function. */
117/* #undef HAVE_GETMNTINFO */
118
119/* Define to 1 if you have the <getopt.h> header file. */
120#define HAVE_GETOPT_H 1
121
122/* Define to 1 if you have the `getrlimit' function. */
123#define HAVE_GETRLIMIT 1
124
bigbiff7b4c7a62015-01-01 19:44:14 -0500125/* Define to 1 if you have the `getsgnam' function. */
126#define HAVE_GETSGNAM 1
127
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500128/* Define if the GNU gettext() function is already present or preinstalled. */
129#define HAVE_GETTEXT 1
130
bigbiff7b4c7a62015-01-01 19:44:14 -0500131/* Define if you have the iconv() function and it works. */
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500132/* #undef HAVE_ICONV */
133
134/* Define to 1 if you have the `inotify_init' function. */
135#define HAVE_INOTIFY_INIT 1
136
bigbiff7b4c7a62015-01-01 19:44:14 -0500137/* Define to 1 if you have the `inotify_init1' function. */
138#define HAVE_INOTIFY_INIT1 1
139
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500140/* Define to 1 if you have the <inttypes.h> header file. */
141#define HAVE_INTTYPES_H 1
142
143/* Define to 1 if you have the `ioperm' function. */
144#define HAVE_IOPERM 1
145
146/* Define to 1 if you have the `iopl' function. */
147#define HAVE_IOPL 1
148
149/* Define to 1 if you have the `jrand48' function. */
150#define HAVE_JRAND48 1
151
152/* Define to 1 if you have the <langinfo.h> header file. */
153#define HAVE_LANGINFO_H 1
154
155/* Define to 1 if you have the `lchown' function. */
156#define HAVE_LCHOWN 1
157
158/* Define to 1 if you have the `audit' library (-laudit). */
159/* #undef HAVE_LIBAUDIT */
160
161/* Define to 1 if you have the -lblkid. */
162#define HAVE_LIBBLKID 1
163
164/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
165/* #undef HAVE_LIBCAP_NG */
166
167/* Do we need -lcrypt? */
168#define HAVE_LIBCRYPT 1
169
170/* Define to 1 if you have the `ncurses' library (-lncurses). */
171#define HAVE_LIBNCURSES 1
172
173/* Define to 1 if you have the `ncursesw' library (-lncursesw). */
174/* #undef HAVE_LIBNCURSESW */
175
176/* Define if SELinux is available */
177/* #undef HAVE_LIBSELINUX */
178
bigbiff7b4c7a62015-01-01 19:44:14 -0500179/* Define if libsystemd is available */
180/* #undef HAVE_LIBSYSTEMD */
181
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500182/* Define to 1 if you have the `termcap' library (-ltermcap). */
183#define HAVE_LIBTERMCAP 1
184
185/* Define to 1 if you have the `udev' library (-ludev). */
186/* #undef HAVE_LIBUDEV */
187
bigbiff7b4c7a62015-01-01 19:44:14 -0500188/* Define if libuser is available */
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500189/* #undef HAVE_LIBUSER */
190
191/* Define to 1 if you have the `utempter' library (-lutempter). */
192/* #undef HAVE_LIBUTEMPTER */
193
194/* Define to 1 if you have the `util' library (-lutil). */
195#define HAVE_LIBUTIL 1
196
197/* Define to 1 if you have the -luuid. */
198#define HAVE_LIBUUID 1
199
200/* Define to 1 if you have the <linux/blkpg.h> header file. */
201#define HAVE_LINUX_BLKPG_H 1
202
203/* Define to 1 if you have the <linux/cdrom.h> header file. */
204#define HAVE_LINUX_CDROM_H 1
205
206/* Define to 1 if you have the <linux/compiler.h> header file. */
207/* #undef HAVE_LINUX_COMPILER_H */
208
209/* Define to 1 if you have the <linux/falloc.h> header file. */
210#define HAVE_LINUX_FALLOC_H 1
211
212/* Define to 1 if you have the <linux/fd.h> header file. */
213#define HAVE_LINUX_FD_H 1
214
bigbiff7b4c7a62015-01-01 19:44:14 -0500215/* Define to 1 if you have the <linux/gsmmux.h> header file. */
216/* #undef HAVE_LINUX_GSMMUX_H */
217
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500218/* Define to 1 if you have the <linux/major.h> header file. */
219#define HAVE_LINUX_MAJOR_H 1
220
221/* Define to 1 if you have the <linux/raw.h> header file. */
222#define HAVE_LINUX_RAW_H 1
223
bigbiff7b4c7a62015-01-01 19:44:14 -0500224/* Define to 1 if you have the <linux/securebits.h> header file. */
225#define HAVE_LINUX_SECUREBITS_H 1
226
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500227/* Define to 1 if you have the <linux/tiocl.h> header file. */
228#define HAVE_LINUX_TIOCL_H 1
229
230/* Define to 1 if you have the <linux/version.h> header file. */
231#define HAVE_LINUX_VERSION_H 1
232
233/* Define to 1 if you have the <linux/watchdog.h> header file. */
234#define HAVE_LINUX_WATCHDOG_H 1
235
236/* Define to 1 if you have the `llseek' function. */
237#define HAVE_LLSEEK 1
238
239/* Define to 1 if have llseek prototype */
240/* #undef HAVE_LLSEEK_PROTOTYPE */
241
242/* Define to 1 if you have the <locale.h> header file. */
243#define HAVE_LOCALE_H 1
244
245/* Define to 1 if the system has the type `loff_t'. */
246#define HAVE_LOFF_T 1
247
248/* Define to 1 if you have the `lseek64' function. */
249#define HAVE_LSEEK64 1
250
251/* Define to 1 if have lseek64 prototype */
252#define HAVE_LSEEK64_PROTOTYPE 1
253
254/* Define to 1 if you have the <memory.h> header file. */
255#define HAVE_MEMORY_H 1
256
257/* Define to 1 if you have the `mempcpy' function. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500258#define HAVE_MEMPCPY 1
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500259
260/* Define to 1 if you have the <mntent.h> header file. */
261#define HAVE_MNTENT_H 1
262
263/* Define to 1 if you have the `nanosleep' function. */
264#define HAVE_NANOSLEEP 1
265
266/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
267/* #undef HAVE_NCURSESW_NCURSES_H */
268
269/* Define to 1 if you have the <ncurses.h> header file. */
270#define HAVE_NCURSES_H 1
271
272/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
273/* #undef HAVE_NCURSES_NCURSES_H */
274
275/* Define to 1 if you have the <netinet/in.h> header file. */
276#define HAVE_NETINET_IN_H 1
277
278/* Define to 1 if you have the <net/if_dl.h> header file. */
279/* #undef HAVE_NET_IF_DL_H */
280
281/* Define to 1 if you have the <net/if.h> header file. */
282#define HAVE_NET_IF_H 1
283
284/* Define to 1 if you have the `openat' function. */
285#define HAVE_OPENAT 1
286
bigbiff7b4c7a62015-01-01 19:44:14 -0500287/* Define to 1 if you have the `open_memstream' function. */
288#define HAVE_OPEN_MEMSTREAM 1
289
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500290/* Define to 1 if you have the <paths.h> header file. */
291#define HAVE_PATHS_H 1
292
293/* Define to 1 if you have the `personality' function. */
294#define HAVE_PERSONALITY 1
295
296/* Define to 1 if you have the `posix_fadvise' function. */
297#define HAVE_POSIX_FADVISE 1
298
299/* Define to 1 if you have the `prctl' function. */
300#define HAVE_PRCTL 1
301
302/* Define to 1 if you have the `prlimit' function. */
303#define HAVE_PRLIMIT 1
304
305/* Define if program_invocation_short_name is defined */
306#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
307
308/* Define to 1 if you have the <pty.h> header file. */
309#define HAVE_PTY_H 1
310
bigbiff7b4c7a62015-01-01 19:44:14 -0500311/* Define to 1 if you have the `qsort_r' function. */
312#define HAVE_QSORT_R 1
313
314/* Define if curses library has the resizeterm(). */
315/* #undef HAVE_RESIZETERM */
316
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500317/* Define to 1 if you have the `rpmatch' function. */
318#define HAVE_RPMATCH 1
319
320/* Define if struct sockaddr contains sa_len */
321/* #undef HAVE_SA_LEN */
322
323/* Define to 1 if you have the `scandirat' function. */
324#define HAVE_SCANDIRAT 1
325
326/* scanf %as modifier */
327/* #undef HAVE_SCANF_AS_MODIFIER */
328
329/* scanf %ms modifier */
330#define HAVE_SCANF_MS_MODIFIER 1
331
332/* Define to 1 if you have the `secure_getenv' function. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500333#define HAVE_SECURE_GETENV 1
334
335/* Define to 1 if you have the `security_get_initial_context' function. */
336/* #undef HAVE_SECURITY_GET_INITIAL_CONTEXT */
337
338/* Define to 1 if you have the <security/openpam.h> header file. */
339/* #undef HAVE_SECURITY_OPENPAM_H */
340
341/* Define to 1 if you have the <security/pam_appl.h> header file. */
342/* #undef HAVE_SECURITY_PAM_APPL_H */
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500343
344/* Define to 1 if you have the <security/pam_misc.h> header file. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500345/* #undef HAVE_SECURITY_PAM_MISC_H */
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500346
347/* Define to 1 if you have the `setns' function. */
348#define HAVE_SETNS 1
349
350/* Define to 1 if you have the `setresgid' function. */
351#define HAVE_SETRESGID 1
352
353/* Define to 1 if you have the `setresuid' function. */
354#define HAVE_SETRESUID 1
355
bigbiff7b4c7a62015-01-01 19:44:14 -0500356/* Define to 1 if the system has the type `sighandler_t'. */
357#define HAVE_SIGHANDLER_T 1
358
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500359/* Define to 1 if you have the `sigqueue' function. */
360#define HAVE_SIGQUEUE 1
361
362/* Define to 1 if you have the <slang.h> header file. */
363/* #undef HAVE_SLANG_H */
364
365/* Define to 1 if you have the <slang/slang.h> header file. */
366/* #undef HAVE_SLANG_SLANG_H */
367
368/* Define to 1 if you have the <slang/slcurses.h> header file. */
369/* #undef HAVE_SLANG_SLCURSES_H */
370
371/* Define to 1 if you have the <slcurses.h> header file. */
372/* #undef HAVE_SLCURSES_H */
373
bigbiff7b4c7a62015-01-01 19:44:14 -0500374/* Add SMACK support */
375/* #undef HAVE_SMACK */
376
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500377/* Define to 1 if you have the `srandom' function. */
378#define HAVE_SRANDOM 1
379
380/* Define to 1 if you have the <stdint.h> header file. */
381#define HAVE_STDINT_H 1
382
383/* Define to 1 if you have the <stdio_ext.h> header file. */
384#define HAVE_STDIO_EXT_H 1
385
386/* Define to 1 if you have the <stdlib.h> header file. */
387#define HAVE_STDLIB_H 1
388
389/* Define to 1 if you have the <strings.h> header file. */
390#define HAVE_STRINGS_H 1
391
392/* Define to 1 if you have the <string.h> header file. */
393#define HAVE_STRING_H 1
394
395/* Define to 1 if you have the `strnchr' function. */
396/* #undef HAVE_STRNCHR */
397
398/* Define to 1 if you have the `strndup' function. */
399#define HAVE_STRNDUP 1
400
401/* Define to 1 if you have the `strnlen' function. */
402#define HAVE_STRNLEN 1
403
404/* Define to 1 if have strsignal function prototype */
405#define HAVE_STRSIGNAL_DECL 1
406
407/* Define to 1 if you have the `strtoull' function. */
408#define HAVE_STRTOULL 1
409
410/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
411#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
412
413/* Define to 1 if `c_line' is a member of `struct termios'. */
414#define HAVE_STRUCT_TERMIOS_C_LINE 1
415
416/* Define to 1 if you have the `sysconf' function. */
417#define HAVE_SYSCONF 1
418
bigbiff7b4c7a62015-01-01 19:44:14 -0500419/* Define to 1 if you have the `sysinfo' function. */
420#define HAVE_SYSINFO 1
421
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500422/* Define to 1 if you have the <sys/disklabel.h> header file. */
423/* #undef HAVE_SYS_DISKLABEL_H */
424
425/* Define to 1 if you have the <sys/disk.h> header file. */
426/* #undef HAVE_SYS_DISK_H */
427
428/* Define to 1 if you have the <sys/endian.h> header file. */
429/* #undef HAVE_SYS_ENDIAN_H */
430
431/* Define to 1 if you have the <sys/file.h> header file. */
432#define HAVE_SYS_FILE_H 1
433
434/* Define to 1 if you have the <sys/ioccom.h> header file. */
435/* #undef HAVE_SYS_IOCCOM_H */
436
437/* Define to 1 if you have the <sys/ioctl.h> header file. */
438#define HAVE_SYS_IOCTL_H 1
439
440/* Define to 1 if you have the <sys/io.h> header file. */
441#define HAVE_SYS_IO_H 1
442
443/* Define to 1 if you have the <sys/mkdev.h> header file. */
444/* #undef HAVE_SYS_MKDEV_H */
445
446/* Define to 1 if you have the <sys/prctl.h> header file. */
447#define HAVE_SYS_PRCTL_H 1
448
449/* Define to 1 if you have the <sys/queue.h> header file. */
450#define HAVE_SYS_QUEUE_H 1
451
452/* Define to 1 if you have the <sys/resource.h> header file. */
453#define HAVE_SYS_RESOURCE_H 1
454
455/* Define to 1 if you have the <sys/socket.h> header file. */
456#define HAVE_SYS_SOCKET_H 1
457
458/* Define to 1 if you have the <sys/sockio.h> header file. */
459/* #undef HAVE_SYS_SOCKIO_H */
460
461/* Define to 1 if you have the <sys/stat.h> header file. */
462#define HAVE_SYS_STAT_H 1
463
464/* Define to 1 if you have the <sys/swap.h> header file. */
465#define HAVE_SYS_SWAP_H 1
466
467/* Define to 1 if you have the <sys/syscall.h> header file. */
468#define HAVE_SYS_SYSCALL_H 1
469
470/* Define to 1 if you have the <sys/time.h> header file. */
471#define HAVE_SYS_TIME_H 1
472
bigbiff7b4c7a62015-01-01 19:44:14 -0500473/* Define to 1 if you have the <sys/ttydefaults.h> header file. */
474#define HAVE_SYS_TTYDEFAULTS_H 1
475
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500476/* Define to 1 if you have the <sys/types.h> header file. */
477#define HAVE_SYS_TYPES_H 1
478
479/* Define to 1 if you have the <sys/un.h> header file. */
480#define HAVE_SYS_UN_H 1
481
482/* Define to 1 if the target supports thread-local storage. */
483#define HAVE_TLS 1
484
485/* Does struct tm have a field tm_gmtoff? */
486#define HAVE_TM_GMTOFF 1
487
488/* Define to 1 if the system has the type `union semun'. */
489/* #undef HAVE_UNION_SEMUN */
490
491/* Define to 1 if you have the <unistd.h> header file. */
492#define HAVE_UNISTD_H 1
493
494/* Define to 1 if you have the `unlinkat' function. */
495#define HAVE_UNLINKAT 1
496
497/* Define to 1 if you have the `unshare' function. */
498#define HAVE_UNSHARE 1
499
500/* Define to 1 if you have the `updwtmp' function. */
501#define HAVE_UPDWTMP 1
502
bigbiff7b4c7a62015-01-01 19:44:14 -0500503/* Define if curses library has the use_default_colors(). */
504/* #undef HAVE_USE_DEFAULT_COLORS */
505
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500506/* Define to 1 if you have the `usleep' function. */
507#define HAVE_USLEEP 1
508
bigbiff7b4c7a62015-01-01 19:44:14 -0500509/* Define to 1 if you have the `utimensat' function. */
510#define HAVE_UTIMENSAT 1
511
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500512/* Define to 1 if you want to use uuid daemon. */
513#define HAVE_UUIDD 1
514
515/* Define to 1 if you have the `warn' function. */
516#define HAVE_WARN 1
517
518/* Define to 1 if you have the `warnx' function. */
519#define HAVE_WARNX 1
520
521/* Do we have wide character support? */
522#define HAVE_WIDECHAR 1
523
524/* Define to 1 if you have the `__fpending' function. */
525#define HAVE___FPENDING 1
526
527/* Define if __progname is defined */
528#define HAVE___PROGNAME 1
529
530/* Define to 1 if you have the `__secure_getenv' function. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500531/* #undef HAVE___SECURE_GETENV */
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500532
533/* libblkid date string */
bigbiff7b4c7a62015-01-01 19:44:14 -0500534#define LIBBLKID_DATE "22-Jul-2014"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500535
536/* libblkid version string */
bigbiff7b4c7a62015-01-01 19:44:14 -0500537#define LIBBLKID_VERSION "2.25.0"
538
539/* libfdisk version string */
540#define LIBFDISK_VERSION "2.25.0"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500541
542/* libmount version string */
bigbiff7b4c7a62015-01-01 19:44:14 -0500543#define LIBMOUNT_VERSION "2.25.0"
544
545/* libsmartcols version string */
546#define LIBSMARTCOLS_VERSION "2.25.0"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500547
548/* Should login chown /dev/vcsN? */
549/* #undef LOGIN_CHOWN_VCS */
550
551/* Should login stat() the mailbox? */
552/* #undef LOGIN_STAT_MAIL */
553
554/* Define to the sub-directory in which libtool stores uninstalled libraries.
555 */
556#define LT_OBJDIR ".libs/"
557
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500558/* Should chsh allow only shells in /etc/shells? */
559#define ONLY_LISTED_SHELLS 1
560
561/* Name of package */
562#define PACKAGE "util-linux"
563
564/* Define to the address where bug reports for this package should be sent. */
565#define PACKAGE_BUGREPORT "kzak@redhat.com"
566
567/* Define to the full name of this package. */
568#define PACKAGE_NAME "util-linux"
569
570/* Define to the full name and version of this package. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500571#define PACKAGE_STRING "util-linux 2.25.590-bf6c"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500572
573/* Define to the one symbol short name of this package. */
574#define PACKAGE_TARNAME "util-linux"
575
576/* Define to the home page for this package. */
577#define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
578
579/* Define to the version of this package. */
bigbiff7b4c7a62015-01-01 19:44:14 -0500580#define PACKAGE_VERSION "2.25.590-bf6c"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500581
582/* Should pg ring the bell on invalid keys? */
583#define PG_BELL 1
584
585/* Define to 1 if you have the ANSI C header files. */
586#define STDC_HEADERS 1
587
588/* Is swapon() declared with two parameters? */
589#define SWAPON_HAS_TWO_ARGS 1
590
591/* Fallback syscall number for fallocate */
592/* #undef SYS_fallocate */
593
594/* Fallback syscall number for ioprio_get */
595/* #undef SYS_ioprio_get */
596
597/* Fallback syscall number for ioprio_set */
598/* #undef SYS_ioprio_set */
599
600/* Fallback syscall number for pivot_root */
601/* #undef SYS_pivot_root */
602
603/* Fallback syscall number for prlimit64 */
604/* #undef SYS_prlimit64 */
605
606/* Fallback syscall number for sched_getaffinity */
607/* #undef SYS_sched_getaffinity */
608
609/* Fallback syscall number for setns */
610/* #undef SYS_setns */
611
612/* Fallback syscall number for unshare */
613/* #undef SYS_unshare */
614
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500615/* Should sulogin use a emergency mount of /dev and /proc? */
616/* #undef USE_SULOGIN_EMERGENCY_MOUNT */
617
618/* Enable extensions on AIX 3, Interix. */
619#ifndef _ALL_SOURCE
620# define _ALL_SOURCE 1
621#endif
622/* Enable GNU extensions on systems that have them. */
623#ifndef _GNU_SOURCE
624# define _GNU_SOURCE 1
625#endif
626/* Enable threading extensions on Solaris. */
627#ifndef _POSIX_PTHREAD_SEMANTICS
628# define _POSIX_PTHREAD_SEMANTICS 1
629#endif
630/* Enable extensions on HP NonStop. */
631#ifndef _TANDEM_SOURCE
632# define _TANDEM_SOURCE 1
633#endif
634/* Enable general extensions on Solaris. */
635#ifndef __EXTENSIONS__
636# define __EXTENSIONS__ 1
637#endif
638
639
640/* Should wall and write be installed setgid tty? */
641#define USE_TTY_GROUP 1
642
643/* Version number of package */
bigbiff7b4c7a62015-01-01 19:44:14 -0500644#define VERSION "2.25.590-bf6c"
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500645
646/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
647 significant byte first (like Motorola and SPARC, unlike Intel). */
648#if defined AC_APPLE_UNIVERSAL_BUILD
649# if defined __BIG_ENDIAN__
650# define WORDS_BIGENDIAN 1
651# endif
652#else
653# ifndef WORDS_BIGENDIAN
654/* # undef WORDS_BIGENDIAN */
655# endif
656#endif
657
bigbiff7b4c7a62015-01-01 19:44:14 -0500658/* Enable large inode numbers on Mac OS X 10.5. */
659#ifndef _DARWIN_USE_64_BIT_INODE
660# define _DARWIN_USE_64_BIT_INODE 1
661#endif
662
bigbiff bigbiffe60683a2013-02-22 20:55:50 -0500663/* Number of bits in a file offset, on hosts where this is settable. */
664/* #undef _FILE_OFFSET_BITS */
665
666/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
667/* #undef _LARGEFILE_SOURCE */
668
669/* Define for large files, on AIX-style hosts. */
670/* #undef _LARGE_FILES */
671
672/* Define to 1 if on MINIX. */
673/* #undef _MINIX */
674
675/* Define to 2 if the system does not provide POSIX.1 features except with
676 this defined. */
677/* #undef _POSIX_1_SOURCE */
678
679/* Define to 1 if you need to in order for `stat' and other things to work. */
680/* #undef _POSIX_SOURCE */
681
682/* Define to empty if `const' does not conform to ANSI C. */
683/* #undef const */
684
685/* Define to empty if the keyword `volatile' does not work. Warning: valid
686 code using `volatile' can become incorrect without. Disable with care. */
687/* #undef volatile */