source: trunk/third/diffutils/config.hin @ 16149

Revision 16149, 3.1 KB checked in by rbasch, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16148, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.hin.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define if the closedir function returns void instead of int.  */
7#undef CLOSEDIR_VOID
8
9/* Define to empty if the keyword does not work.  */
10#undef const
11
12/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
13   This function is required for alloca.c support on those systems.  */
14#undef CRAY_STACKSEG_END
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17#undef HAVE_ALLOCA_H
18
19/* Define if you don't have vprintf but do have _doprnt.  */
20#undef HAVE_DOPRNT
21
22/* Define if your struct stat has st_blksize.  */
23#undef HAVE_ST_BLKSIZE
24
25/* Define if you have <vfork.h>.  */
26#undef HAVE_VFORK_H
27
28/* Define if you have the vprintf function.  */
29#undef HAVE_VPRINTF
30
31/* Define if on MINIX.  */
32#undef _MINIX
33
34/* Define to `int' if <sys/types.h> doesn't define.  */
35#undef pid_t
36
37/* Define if the system does not provide POSIX.1 features except
38   with this defined.  */
39#undef _POSIX_1_SOURCE
40
41/* Define if you need to in order for stat and other things to work.  */
42#undef _POSIX_SOURCE
43
44/* Define as the return type of signal handlers (int or void).  */
45#undef RETSIGTYPE
46
47/* If using the C implementation of alloca, define if you know the
48   direction of stack growth for your system; otherwise it will be
49   automatically deduced at run-time.
50        STACK_DIRECTION > 0 => grows toward higher addresses
51        STACK_DIRECTION < 0 => grows toward lower addresses
52        STACK_DIRECTION = 0 => direction of growth unknown
53 */
54#undef STACK_DIRECTION
55
56/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
57#undef STAT_MACROS_BROKEN
58
59/* Define if you have the ANSI C header files.  */
60#undef STDC_HEADERS
61
62/* Define if <sys/wait.h> is compatible with Posix applications.  */
63#undef HAVE_SYS_WAIT_H
64
65/* Define vfork as fork if vfork does not work.  */
66#undef vfork
67
68/* Define if you have the dup2 function.  */
69#undef HAVE_DUP2
70
71/* Define if you have the memchr function.  */
72#undef HAVE_MEMCHR
73
74/* Define if you have the sigaction function.  */
75#undef HAVE_SIGACTION
76
77/* Define if you have the strchr function.  */
78#undef HAVE_STRCHR
79
80/* Define if you have the strerror function.  */
81#undef HAVE_STRERROR
82
83/* Define if you have the tmpnam function.  */
84#undef HAVE_TMPNAM
85
86/* Define if you have the <dirent.h> header file.  */
87#undef HAVE_DIRENT_H
88
89/* Define if you have the <fcntl.h> header file.  */
90#undef HAVE_FCNTL_H
91
92/* Define if you have the <limits.h> header file.  */
93#undef HAVE_LIMITS_H
94
95/* Define if you have the <ndir.h> header file.  */
96#undef HAVE_NDIR_H
97
98/* Define if you have the <stdlib.h> header file.  */
99#undef HAVE_STDLIB_H
100
101/* Define if you have the <string.h> header file.  */
102#undef HAVE_STRING_H
103
104/* Define if you have the <sys/dir.h> header file.  */
105#undef HAVE_SYS_DIR_H
106
107/* Define if you have the <sys/file.h> header file.  */
108#undef HAVE_SYS_FILE_H
109
110/* Define if you have the <sys/ndir.h> header file.  */
111#undef HAVE_SYS_NDIR_H
112
113/* Define if you have the <time.h> header file.  */
114#undef HAVE_TIME_H
115
116/* Define if you have the <unistd.h> header file.  */
117#undef HAVE_UNISTD_H
Note: See TracBrowser for help on using the repository browser.