Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / sort / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
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.  */
12 /* #undef C_ALLOCA */
13
14 /* Define to empty if the keyword does not work.  */
15 /* #undef const */
16
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 */
20
21 /* Define if you have alloca, as a function or macro.  */
22 #define HAVE_ALLOCA 1
23
24 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
25 /* #undef HAVE_ALLOCA_H */
26
27 /* Define if you don't have vprintf but do have _doprnt.  */
28 /* #undef HAVE_DOPRNT */
29
30 /* Define if the `long double' type works.  */
31 #define HAVE_LONG_DOUBLE 1
32
33 /* Define if your struct stat has st_blksize.  */
34 #define HAVE_ST_BLKSIZE 1
35
36 /* Define if you have the vprintf function.  */
37 #define HAVE_VPRINTF 1
38
39 /* Define as __inline if that's what the C compiler calls it.  */
40 /* #undef inline */
41
42 /* Define if on MINIX.  */
43 /* #undef _MINIX */
44
45 /* Define to `long' if <sys/types.h> doesn't define.  */
46 /* #undef off_t */
47
48 /* Define if the system does not provide POSIX.1 features except
49    with this defined.  */
50 /* #undef _POSIX_1_SOURCE */
51
52 /* Define if you need to in order for stat and other things to work.  */
53 /* #undef _POSIX_SOURCE */
54
55 /* Define as the return type of signal handlers (int or void).  */
56 #define RETSIGTYPE void
57
58 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
59 /* #undef size_t */
60
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
67  */
68 /* #undef STACK_DIRECTION */
69
70 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
71 /* #undef STAT_MACROS_BROKEN */
72
73 /* Define if you have the ANSI C header files.  */
74 #define STDC_HEADERS 1
75
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 */
79
80 /* Define to 1 if ANSI function prototypes are usable.  */
81 #define PROTOTYPES 1
82
83 /* Define to 1 if GNU regex should be used instead of GNU rx.  */
84 /* #undef WITH_REGEX */
85
86 /* Define if you have the isascii function.  */
87 #define HAVE_ISASCII 1
88
89 /* Define if you have the strchr function.  */
90 #define HAVE_STRCHR 1
91
92 /* Define if you have the strerror function.  */
93 #define HAVE_STRERROR 1
94
95 /* Define if you have the strrchr function.  */
96 #define HAVE_STRRCHR 1
97
98 /* Define if you have the <dirent.h> header file.  */
99 #define HAVE_DIRENT_H 1
100
101 /* Define if you have the <fcntl.h> header file.  */
102 #define HAVE_FCNTL_H 1
103
104 /* Define if you have the <limits.h> header file.  */
105 #define HAVE_LIMITS_H 1
106
107 /* Define if you have the <memory.h> header file.  */
108 #define HAVE_MEMORY_H 1
109
110 /* Define if you have the <ndir.h> header file.  */
111 /* #undef HAVE_NDIR_H */
112
113 /* Define if you have the <string.h> header file.  */
114 #define HAVE_STRING_H 1
115
116 /* Define if you have the <sys/dir.h> header file.  */
117 /* #undef HAVE_SYS_DIR_H */
118
119 /* Define if you have the <sys/ndir.h> header file.  */
120 /* #undef HAVE_SYS_NDIR_H */
121
122 /* Define if you have the <unistd.h> header file.  */
123 #define HAVE_UNISTD_H 1