Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / ptx / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define if using alloca.c.  */
5 /* #undef C_ALLOCA */
6
7 /* Define if type char is unsigned and you are not using gcc.  */
8 /* #undef __CHAR_UNSIGNED__ */
9
10 /* Define to empty if the keyword does not work.  */
11 /* #undef const */
12
13 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
14    This function is required for alloca.c support on those systems.  */
15 /* #undef CRAY_STACKSEG_END */
16
17 /* Define if you have alloca.h and it should be used (not Ultrix).  */
18 /* #undef HAVE_ALLOCA_H */
19
20 /* Define if you don't have vprintf but do have _doprnt.  */
21 /* #undef HAVE_DOPRNT */
22
23 /* Define if you have the vprintf function.  */
24 #define HAVE_VPRINTF 1
25
26 /* Define if you need to in order for stat and other things to work.  */
27 /* #undef _POSIX_SOURCE */
28
29 /* If using the C implementation of alloca, define if you know the
30    direction of stack growth for your system; otherwise it will be
31    automatically deduced at run-time.
32         STACK_DIRECTION > 0 => grows toward higher addresses
33         STACK_DIRECTION < 0 => grows toward lower addresses
34         STACK_DIRECTION = 0 => direction of growth unknown
35  */
36 /* #undef STACK_DIRECTION */
37
38 /* Define if you have the ANSI C header files.  */
39 #define STDC_HEADERS 1
40
41 /* In regex, request the capability of modifying the letter syntax.  */
42 #define SYNTAX_TABLE 1
43
44 /* In regex, use 8 bits per character.  */
45 #define CHAR_SET_SIZE 256
46
47 /* Define if you have mcheck.  */
48 /* #undef HAVE_MCHECK */
49
50 /* Define if you have setchrclass.  */
51 /* #undef HAVE_SETCHRCLASS */
52
53 /* Define if you have strerror.  */
54 #define HAVE_STRERROR 1
55
56 /* Define if you have the <string.h> header file.  */
57 #define HAVE_STRING_H 1