Make setthetime() static per the prototype.
[dragonfly.git] / contrib / gcc / acconfig.h
1 /* Define if you can safely include both <string.h> and <strings.h>.  */
2 #undef STRING_WITH_STRINGS
3
4 /* Define if printf supports "%p".  */
5 #undef HAVE_PRINTF_PTR
6
7 /* Define if you want expensive run-time checks. */
8 #undef ENABLE_CHECKING
9
10 /* Define to 1 if NLS is requested.  */
11 #undef ENABLE_NLS
12
13 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
14 #undef HAVE_CATGETS
15
16 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
17 #undef HAVE_GETTEXT
18
19 /* Define if your cpp understands the stringify operator.  */
20 #undef HAVE_CPP_STRINGIFY
21
22 /* Define if your compiler understands volatile.  */
23 #undef HAVE_VOLATILE
24
25 /* Define if your assembler supports specifying the maximum number
26    of bytes to skip when using the GAS .p2align command. */
27 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
28
29 /* Define if your assembler supports .balign and .p2align.  */
30 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
31
32 /* Define if your assembler supports .subsection and .subsection -1 starts
33    emitting at the beginning of your section */
34 #undef HAVE_GAS_SUBSECTION_ORDERING
35
36 /* Define if your assembler uses the old HImode fild and fist notation.  */
37 #undef HAVE_GAS_FILDS_FISTS
38
39 /* Define if you have a working <inttypes.h> header file.  */
40 #undef HAVE_INTTYPES_H
41
42 /* Define if your locale.h file contains LC_MESSAGES.  */
43 #undef HAVE_LC_MESSAGES
44
45 /* Define as 1 if you have the stpcpy function.  */
46 #undef HAVE_STPCPY
47
48 /* Whether malloc must be declared even if <stdlib.h> is included.  */
49 #undef NEED_DECLARATION_MALLOC
50
51 /* Whether realloc must be declared even if <stdlib.h> is included.  */
52 #undef NEED_DECLARATION_REALLOC
53
54 /* Whether calloc must be declared even if <stdlib.h> is included.  */
55 #undef NEED_DECLARATION_CALLOC
56
57 /* Whether free must be declared even if <stdlib.h> is included.  */
58 #undef NEED_DECLARATION_FREE
59
60 /* Whether bcopy must be declared even if <string.h> is included.  */
61 #undef NEED_DECLARATION_BCOPY
62
63 /* Whether bcmp must be declared even if <string.h> is included.  */
64 #undef NEED_DECLARATION_BCMP
65
66 /* Whether bzero must be declared even if <string.h> is included.  */
67 #undef NEED_DECLARATION_BZERO
68
69 /* Whether index must be declared even if <string.h> is included.  */
70 #undef NEED_DECLARATION_INDEX
71
72 /* Whether rindex must be declared even if <string.h> is included.  */
73 #undef NEED_DECLARATION_RINDEX
74
75 /* Whether getenv must be declared even if <stdlib.h> is included.  */
76 #undef NEED_DECLARATION_GETENV
77
78 /* Whether atol must be declared even if <stdlib.h> is included.  */
79 #undef NEED_DECLARATION_ATOL
80
81 /* Whether atof must be declared even if <stdlib.h> is included.  */
82 #undef NEED_DECLARATION_ATOF
83
84 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
85 #undef NEED_DECLARATION_SBRK
86
87 /* Whether abort must be declared even if <stdlib.h> is included.  */
88 #undef NEED_DECLARATION_ABORT
89
90 /* Whether strerror must be declared even if <string.h> is included.  */
91 #undef NEED_DECLARATION_STRERROR
92
93 /* Whether strsignal must be declared even if <string.h> is included.  */
94 #undef NEED_DECLARATION_STRSIGNAL
95
96 /* Whether strstr must be declared even if <string.h> is included.  */
97 #undef NEED_DECLARATION_STRSTR
98
99 /* Whether getcwd must be declared even if <unistd.h> is included.  */
100 #undef NEED_DECLARATION_GETCWD
101
102 /* Whether getwd must be declared even if <unistd.h> is included.  */
103 #undef NEED_DECLARATION_GETWD
104
105 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
106 #undef NEED_DECLARATION_GETRLIMIT
107
108 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
109 #undef NEED_DECLARATION_SETRLIMIT
110
111 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
112 #undef NEED_DECLARATION_PUTC_UNLOCKED
113
114 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
115 #undef NEED_DECLARATION_FPUTS_UNLOCKED
116
117 /* Define to enable the use of a default assembler. */
118 #undef DEFAULT_ASSEMBLER
119
120 /* Define to enable the use of a default linker. */
121 #undef DEFAULT_LINKER
122
123 /* Define if host mkdir takes a single argument. */
124 #undef MKDIR_TAKES_ONE_ARG
125
126 /* Define to the name of the distribution.  */
127 #undef PACKAGE
128
129 /* Define to the version of the distribution.  */
130 #undef VERSION
131 @TOP@