annotate libcc1/cc1plugin-config.h.in @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* cc1plugin-config.h.in. Generated from configure.ac by autoheader. */
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 /* Define to 1 if you have the declaration of `basename', and to 0 if you
kono
parents:
diff changeset
4 don't. */
kono
parents:
diff changeset
5 #undef HAVE_DECL_BASENAME
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 /* Define to 1 if you have the <dlfcn.h> header file. */
kono
parents:
diff changeset
8 #undef HAVE_DLFCN_H
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 /* Define to 1 if you have the <inttypes.h> header file. */
kono
parents:
diff changeset
11 #undef HAVE_INTTYPES_H
kono
parents:
diff changeset
12
kono
parents:
diff changeset
13 /* Define to 1 if you have the <memory.h> header file. */
kono
parents:
diff changeset
14 #undef HAVE_MEMORY_H
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 /* Define to 1 if you have the <stdint.h> header file. */
kono
parents:
diff changeset
17 #undef HAVE_STDINT_H
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 /* Define to 1 if you have the <stdlib.h> header file. */
kono
parents:
diff changeset
20 #undef HAVE_STDLIB_H
kono
parents:
diff changeset
21
kono
parents:
diff changeset
22 /* Define to 1 if you have the <strings.h> header file. */
kono
parents:
diff changeset
23 #undef HAVE_STRINGS_H
kono
parents:
diff changeset
24
kono
parents:
diff changeset
25 /* Define to 1 if you have the <string.h> header file. */
kono
parents:
diff changeset
26 #undef HAVE_STRING_H
kono
parents:
diff changeset
27
kono
parents:
diff changeset
28 /* Define to 1 if you have the <sys/stat.h> header file. */
kono
parents:
diff changeset
29 #undef HAVE_SYS_STAT_H
kono
parents:
diff changeset
30
kono
parents:
diff changeset
31 /* Define to 1 if you have the <sys/types.h> header file. */
kono
parents:
diff changeset
32 #undef HAVE_SYS_TYPES_H
kono
parents:
diff changeset
33
kono
parents:
diff changeset
34 /* Define to 1 if you have the <unistd.h> header file. */
kono
parents:
diff changeset
35 #undef HAVE_UNISTD_H
kono
parents:
diff changeset
36
kono
parents:
diff changeset
37 /* Define to the sub-directory in which libtool stores uninstalled libraries.
kono
parents:
diff changeset
38 */
kono
parents:
diff changeset
39 #undef LT_OBJDIR
kono
parents:
diff changeset
40
kono
parents:
diff changeset
41 /* Define to the address where bug reports for this package should be sent. */
kono
parents:
diff changeset
42 #undef PACKAGE_BUGREPORT
kono
parents:
diff changeset
43
kono
parents:
diff changeset
44 /* Define to the full name of this package. */
kono
parents:
diff changeset
45 #undef PACKAGE_NAME
kono
parents:
diff changeset
46
kono
parents:
diff changeset
47 /* Define to the full name and version of this package. */
kono
parents:
diff changeset
48 #undef PACKAGE_STRING
kono
parents:
diff changeset
49
kono
parents:
diff changeset
50 /* Define to the one symbol short name of this package. */
kono
parents:
diff changeset
51 #undef PACKAGE_TARNAME
kono
parents:
diff changeset
52
kono
parents:
diff changeset
53 /* Define to the home page for this package. */
kono
parents:
diff changeset
54 #undef PACKAGE_URL
kono
parents:
diff changeset
55
kono
parents:
diff changeset
56 /* Define to the version of this package. */
kono
parents:
diff changeset
57 #undef PACKAGE_VERSION
kono
parents:
diff changeset
58
kono
parents:
diff changeset
59 /* Define to 1 if you have the ANSI C header files. */
kono
parents:
diff changeset
60 #undef STDC_HEADERS
kono
parents:
diff changeset
61
kono
parents:
diff changeset
62 /* Enable extensions on AIX 3, Interix. */
kono
parents:
diff changeset
63 #ifndef _ALL_SOURCE
kono
parents:
diff changeset
64 # undef _ALL_SOURCE
kono
parents:
diff changeset
65 #endif
kono
parents:
diff changeset
66 /* Enable GNU extensions on systems that have them. */
kono
parents:
diff changeset
67 #ifndef _GNU_SOURCE
kono
parents:
diff changeset
68 # undef _GNU_SOURCE
kono
parents:
diff changeset
69 #endif
kono
parents:
diff changeset
70 /* Enable threading extensions on Solaris. */
kono
parents:
diff changeset
71 #ifndef _POSIX_PTHREAD_SEMANTICS
kono
parents:
diff changeset
72 # undef _POSIX_PTHREAD_SEMANTICS
kono
parents:
diff changeset
73 #endif
kono
parents:
diff changeset
74 /* Enable extensions on HP NonStop. */
kono
parents:
diff changeset
75 #ifndef _TANDEM_SOURCE
kono
parents:
diff changeset
76 # undef _TANDEM_SOURCE
kono
parents:
diff changeset
77 #endif
kono
parents:
diff changeset
78 /* Enable general extensions on Solaris. */
kono
parents:
diff changeset
79 #ifndef __EXTENSIONS__
kono
parents:
diff changeset
80 # undef __EXTENSIONS__
kono
parents:
diff changeset
81 #endif
kono
parents:
diff changeset
82
kono
parents:
diff changeset
83
kono
parents:
diff changeset
84 /* Define to 1 if on MINIX. */
kono
parents:
diff changeset
85 #undef _MINIX
kono
parents:
diff changeset
86
kono
parents:
diff changeset
87 /* Define to 2 if the system does not provide POSIX.1 features except with
kono
parents:
diff changeset
88 this defined. */
kono
parents:
diff changeset
89 #undef _POSIX_1_SOURCE
kono
parents:
diff changeset
90
kono
parents:
diff changeset
91 /* Define to 1 if you need to in order for `stat' and other things to work. */
kono
parents:
diff changeset
92 #undef _POSIX_SOURCE