Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / acconfig.h
blob1342c792474ecee22cbb0f573aa8ad0fc70c58d1
1 /* Define if you can safely include both <string.h> and <strings.h>. */
2 #undef STRING_WITH_STRINGS
4 /* Define if printf supports "%p". */
5 #undef HAVE_PRINTF_PTR
7 /* Define if you want expensive run-time checks. */
8 #undef ENABLE_CHECKING
10 /* Define if your cpp understands the stringify operator. */
11 #undef HAVE_CPP_STRINGIFY
13 /* Define if your compiler understands volatile. */
14 #undef HAVE_VOLATILE
16 /* Define to 1 if NLS is requested. */
17 #undef ENABLE_NLS
19 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
20 #undef HAVE_CATGETS
22 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
23 #undef HAVE_GETTEXT
25 /* Define if you have a working <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
28 /* Define if your locale.h file contains LC_MESSAGES. */
29 #undef HAVE_LC_MESSAGES
31 /* Define as 1 if you have the stpcpy function. */
32 #undef HAVE_STPCPY
34 /* Define if you can safely include both <string.h> and <strings.h>. */
35 #undef STRING_WITH_STRINGS
37 /* Define if printf supports "%p". */
38 #undef HAVE_PRINTF_PTR
40 /* Define if you want expensive run-time checks. */
41 #undef ENABLE_CHECKING
43 /* Define if your cpp understands the stringify operator. */
44 #undef HAVE_CPP_STRINGIFY
46 /* Define if your compiler understands volatile. */
47 #undef HAVE_VOLATILE
49 /* Define if you have a working <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
52 /* Whether malloc must be declared even if <stdlib.h> is included. */
53 #undef NEED_DECLARATION_MALLOC
55 /* Whether realloc must be declared even if <stdlib.h> is included. */
56 #undef NEED_DECLARATION_REALLOC
58 /* Whether calloc must be declared even if <stdlib.h> is included. */
59 #undef NEED_DECLARATION_CALLOC
61 /* Whether bcopy must be declared even if <string.h> is included. */
62 #undef NEED_DECLARATION_BCOPY
64 /* Whether bcmp must be declared even if <string.h> is included. */
65 #undef NEED_DECLARATION_BCMP
67 /* Whether bzero must be declared even if <string.h> is included. */
68 #undef NEED_DECLARATION_BZERO
70 /* Whether free must be declared even if <stdlib.h> is included. */
71 #undef NEED_DECLARATION_FREE
73 /* Whether index must be declared even if <stdlib.h> is included. */
74 #undef NEED_DECLARATION_INDEX
76 /* Whether rindex must be declared even if <stdlib.h> is included. */
77 #undef NEED_DECLARATION_RINDEX
79 /* Whether getenv must be declared even if <stdlib.h> is included. */
80 #undef NEED_DECLARATION_GETENV
82 /* Whether atol must be declared even if <stdlib.h> is included. */
83 #undef NEED_DECLARATION_ATOL
85 /* Whether sbrk must be declared even if <stdlib.h> is included. */
86 #undef NEED_DECLARATION_SBRK
88 /* Whether abort must be declared even if <stdlib.h> is included. */
89 #undef NEED_DECLARATION_ABORT
91 /* Whether strerror must be declared even if <string.h> is included. */
92 #undef NEED_DECLARATION_STRERROR
94 /* Whether strsignal must be declared even if <string.h> is included. */
95 #undef NEED_DECLARATION_STRSIGNAL
97 /* Whether getcwd must be declared even if <unistd.h> is included. */
98 #undef NEED_DECLARATION_GETCWD
100 /* Whether getwd must be declared even if <unistd.h> is included. */
101 #undef NEED_DECLARATION_GETWD
103 /* Whether getrlimit must be declared even if <sys/resource.h> is included. */
104 #undef NEED_DECLARATION_GETRLIMIT
106 /* Whether setrlimit must be declared even if <sys/resource.h> is included. */
107 #undef NEED_DECLARATION_SETRLIMIT
109 /* Define to the name of the distribution. */
110 #undef PACKAGE
112 /* Define to the version of the distribution. */
113 #undef VERSION
114 @TOP@