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