source: trunk/essentials/sys-apps/diffutils/kNIX-bootstrap-os2.x86-config.h@ 3079

Last change on this file since 3079 was 3046, checked in by bird, 19 years ago

diffutils config.

  • Property svn:keywords set to Id
File size: 15.4 KB
Line 
1/* config.h. Generated by configure. */
2/* config.hin. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if the `closedir' function returns void instead of `int'. */
5/* #undef CLOSEDIR_VOID */
6
7/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 systems. This function is required for `alloca.c' support on those systems.
9 */
10/* #undef CRAY_STACKSEG_END */
11
12/* Define to 1 if using `alloca.c'. */
13/* #undef C_ALLOCA */
14
15/* Name of "diff" program, unless overridden. */
16#define DEFAULT_DIFF_PROGRAM "diff"
17
18/* Name of editor program, unless overridden. */
19#define DEFAULT_EDITOR_PROGRAM "ed"
20
21/* Define to 1 if translation of program messages to the user's native
22 language is requested. */
23#define ENABLE_NLS 1
24
25/* Define on systems for which file names may have a so-called `drive letter'
26 prefix, define this to compute the length of that prefix, including the
27 colon. */
28#define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
29
30/* Define if the backslash character may also serve as a file name component
31 separator. */
32#define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
33
34#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
35# define FILESYSTEM_PREFIX_LEN(Filename) \
36 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
37#else
38# define FILESYSTEM_PREFIX_LEN(Filename) 0
39#endif
40
41/* Define to 1 if you have `alloca', as a function or macro. */
42#define HAVE_ALLOCA 1
43
44/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
45 */
46#define HAVE_ALLOCA_H 1
47
48/* Define to 1 if you have the `bcopy' function. */
49#define HAVE_BCOPY 1
50
51/* Define to 1 if you have the `btowc' function. */
52#define HAVE_BTOWC 1
53
54/* Define to 1 if you have the `bzero' function. */
55#define HAVE_BZERO 1
56
57/* Define to 1 if you have the `clock_gettime' function. */
58/* #undef HAVE_CLOCK_GETTIME */
59
60/* Define if backslash-a works in C strings. */
61#define HAVE_C_BACKSLASH_A 1
62
63/* Define to 1 if C supports variable-length arrays. */
64#define HAVE_C_VARARRAYS 1
65
66/* Define if the GNU dcgettext() function is already present or preinstalled.
67 */
68#define HAVE_DCGETTEXT 1
69
70/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
71 you don't. */
72#define HAVE_DECL_CLEARERR_UNLOCKED 1
73
74/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
75 don't. */
76#define HAVE_DECL_FEOF_UNLOCKED 1
77
78/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
79 you don't. */
80#define HAVE_DECL_FERROR_UNLOCKED 1
81
82/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
83 you don't. */
84#define HAVE_DECL_FFLUSH_UNLOCKED 1
85
86/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
87 you don't. */
88#define HAVE_DECL_FGETS_UNLOCKED 1
89
90/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
91 you don't. */
92#define HAVE_DECL_FPUTC_UNLOCKED 1
93
94/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
95 you don't. */
96#define HAVE_DECL_FPUTS_UNLOCKED 1
97
98/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
99 you don't. */
100#define HAVE_DECL_FREAD_UNLOCKED 1
101
102/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
103 you don't. */
104#define HAVE_DECL_FWRITE_UNLOCKED 1
105
106/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
107 you don't. */
108#define HAVE_DECL_GETCHAR_UNLOCKED 1
109
110/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
111 don't. */
112#define HAVE_DECL_GETC_UNLOCKED 1
113
114/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
115 */
116#define HAVE_DECL_GETENV 1
117
118/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
119 you don't. */
120#define HAVE_DECL_PUTCHAR_UNLOCKED 1
121
122/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
123 don't. */
124#define HAVE_DECL_PUTC_UNLOCKED 1
125
126/* Define to 1 if you have the declaration of `strerror', and to 0 if you
127 don't. */
128#define HAVE_DECL_STRERROR 1
129
130/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
131 don't. */
132#define HAVE_DECL_STRERROR_R 1
133
134/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
135 don't. */
136#define HAVE_DECL_STRTOIMAX 1
137
138/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
139 */
140#define HAVE_DECL_STRTOL 1
141
142/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
143 don't. */
144#define HAVE_DECL_STRTOUL 1
145
146/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
147 don't. */
148#define HAVE_DECL_STRTOULL 1
149
150/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
151 don't. */
152#define HAVE_DECL_STRTOUMAX 1
153
154/* Define to 1 if you have the `diraccess' function. */
155/* #undef HAVE_DIRACCESS */
156
157/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
158 */