source: trunk/essentials/sys-apps/diffutils/config.hin@ 3047

Last change on this file since 3047 was 3043, checked in by bird, 19 years ago

-> essentials

File size: 14.1 KB
Line 
1/* config.hin. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Name of "diff" program, unless overridden. */
15#undef DEFAULT_DIFF_PROGRAM
16
17/* Name of editor program, unless overridden. */
18#undef DEFAULT_EDITOR_PROGRAM
19
20/* Define to 1 if translation of program messages to the user's native
21 language is requested. */
22#undef ENABLE_NLS
23
24/* Define on systems for which file names may have a so-called `drive letter'
25 prefix, define this to compute the length of that prefix, including the
26 colon. */
27#undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
28
29/* Define if the backslash character may also serve as a file name component
30 separator. */
31#undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
32
33#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
34# define FILESYSTEM_PREFIX_LEN(Filename) \
35 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
36#else
37# define FILESYSTEM_PREFIX_LEN(Filename) 0
38#endif
39
40/* Define to 1 if you have `alloca', as a function or macro. */
41#undef HAVE_ALLOCA
42
43/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
44 */
45#undef HAVE_ALLOCA_H
46
47/* Define to 1 if you have the `bcopy' function. */
48#undef HAVE_BCOPY
49
50/* Define to 1 if you have the `btowc' function. */
51#undef HAVE_BTOWC
52
53/* Define to 1 if you have the `bzero' function. */
54#undef HAVE_BZERO
55
56/* Define to 1 if you have the `clock_gettime' function. */
57#undef HAVE_CLOCK_GETTIME
58
59/* Define if backslash-a works in C strings. */
60#undef HAVE_C_BACKSLASH_A
61
62/* Define to 1 if C supports variable-length arrays. */
63#undef HAVE_C_VARARRAYS
64
65/* Define if the GNU dcgettext() function is already present or preinstalled.
66 */
67#undef HAVE_DCGETTEXT
68
69/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
70 you don't. */
71#undef HAVE_DECL_CLEARERR_UNLOCKED
72
73/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
74 don't. */
75#undef HAVE_DECL_FEOF_UNLOCKED
76
77/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
78 you don't. */
79#undef HAVE_DECL_FERROR_UNLOCKED
80
81/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
82 you don't. */
83#undef HAVE_DECL_FFLUSH_UNLOCKED
84
85/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
86 you don't. */
87#undef HAVE_DECL_FGETS_UNLOCKED
88
89/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
90 you don't. */
91#undef HAVE_DECL_FPUTC_UNLOCKED
92
93/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
94 you don't. */
95#undef HAVE_DECL_FPUTS_UNLOCKED
96
97/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
98 you don't. */
99#undef HAVE_DECL_FREAD_UNLOCKED
100
101/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
102 you don't. */
103#undef HAVE_DECL_FWRITE_UNLOCKED
104
105/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
106 you don't. */
107#undef HAVE_DECL_GETCHAR_UNLOCKED
108
109/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
110 don't. */
111#undef HAVE_DECL_GETC_UNLOCKED
112