HAMMER VFS - Major retooling of the refcount mechanics, and fix a deadlock
[dragonfly.git] / gnu / usr.bin / sort / config.h
blob27f201bb570e82697f0d488d9392907387c51356
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
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
11 /* Define if using alloca.c. */
12 /* #undef C_ALLOCA */
14 /* Define to empty if the keyword does not work. */
15 /* #undef const */
17 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
18 This function is required for alloca.c support on those systems. */
19 /* #undef CRAY_STACKSEG_END */
21 /* Define if you have alloca, as a function or macro. */
22 #define HAVE_ALLOCA 1
24 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
25 /* #undef HAVE_ALLOCA_H */
27 /* Define if you don't have vprintf but do have _doprnt. */
28 /* #undef HAVE_DOPRNT */
30 /* Define if the `long double' type works. */
31 #define HAVE_LONG_DOUBLE 1
33 /* Define if your struct stat has st_blksize. */
34 #define HAVE_ST_BLKSIZE 1
36 /* Define if you have the vprintf function. */
37 #define HAVE_VPRINTF 1
39 /* Define as __inline if that's what the C compiler calls it. */
40 /* #undef inline */
42 /* Define if on MINIX. */
43 /* #undef _MINIX */
45 /* Define to `long' if <sys/types.h> doesn't define. */
46 /* #undef off_t */
48 /* Define if the system does not provide POSIX.1 features except
49 with this defined. */
50 /* #undef _POSIX_1_SOURCE */
52 /* Define if you need to in order for stat and other things to work. */
53 /* #undef _POSIX_SOURCE */
55 /* Define as the return type of signal handlers (int or void). */
56 #define RETSIGTYPE void
58 /* Define to `unsigned' if <sys/types.h> doesn't define. */
59 /* #undef size_t */
61 /* If using the C implementation of alloca, define if you know the
62 direction of stack growth for your system; otherwise it will be
63 automatically deduced at run-time.
64 STACK_DIRECTION > 0 => grows toward higher addresses
65 STACK_DIRECTION < 0 => grows toward lower addresses
66 STACK_DIRECTION = 0 => direction of growth unknown
68 /* #undef STACK_DIRECTION */
70 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
71 /* #undef STAT_MACROS_BROKEN */
73 /* Define if you have the ANSI C header files. */
74 #define STDC_HEADERS 1
76 /* Define if your processor stores words with the most significant
77 byte first (like Motorola and SPARC, unlike Intel and VAX). */
78 /* #undef WORDS_BIGENDIAN */
80 /* Define to 1 if ANSI function prototypes are usable. */
81 #define PROTOTYPES 1
83 /* Define to 1 if GNU regex should be used instead of GNU rx. */
84 /* #undef WITH_REGEX */
86 /* Define if you have the isascii function. */
87 #define HAVE_ISASCII 1
89 /* Define if you have the strchr function. */
90 #define HAVE_STRCHR 1
92 /* Define if you have the strerror function. */
93 #define HAVE_STRERROR 1
95 /* Define if you have the strrchr function. */
96 #define HAVE_STRRCHR 1
98 /* Define if you have the <dirent.h> header file. */
99 #define HAVE_DIRENT_H 1
101 /* Define if you have the <fcntl.h> header file. */
102 #define HAVE_FCNTL_H 1
104 /* Define if you have the <limits.h> header file. */
105 #define HAVE_LIMITS_H 1
107 /* Define if you have the <memory.h> header file. */
108 #define HAVE_MEMORY_H 1
110 /* Define if you have the <ndir.h> header file. */
111 /* #undef HAVE_NDIR_H */
113 /* Define if you have the <string.h> header file. */
114 #define HAVE_STRING_H 1
116 /* Define if you have the <sys/dir.h> header file. */
117 /* #undef HAVE_SYS_DIR_H */
119 /* Define if you have the <sys/ndir.h> header file. */
120 /* #undef HAVE_SYS_NDIR_H */
122 /* Define if you have the <unistd.h> header file. */
123 #define HAVE_UNISTD_H 1