xref: /dflybsd-src/contrib/gcc-4.7/lto-plugin/config.h.in (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino/* config.h.in.  Generated from configure.ac by autoheader.  */
2*e4b17023SJohn Marino
3*e4b17023SJohn Marino/* Define to 1 if you have the <dlfcn.h> header file. */
4*e4b17023SJohn Marino#undef HAVE_DLFCN_H
5*e4b17023SJohn Marino
6*e4b17023SJohn Marino/* Define to 1 if you have the <inttypes.h> header file. */
7*e4b17023SJohn Marino#undef HAVE_INTTYPES_H
8*e4b17023SJohn Marino
9*e4b17023SJohn Marino/* Define to 1 if you have the <memory.h> header file. */
10*e4b17023SJohn Marino#undef HAVE_MEMORY_H
11*e4b17023SJohn Marino
12*e4b17023SJohn Marino/* Define to 1 if you have the <stdint.h> header file. */
13*e4b17023SJohn Marino#undef HAVE_STDINT_H
14*e4b17023SJohn Marino
15*e4b17023SJohn Marino/* Define to 1 if you have the <stdlib.h> header file. */
16*e4b17023SJohn Marino#undef HAVE_STDLIB_H
17*e4b17023SJohn Marino
18*e4b17023SJohn Marino/* Define to 1 if you have the <strings.h> header file. */
19*e4b17023SJohn Marino#undef HAVE_STRINGS_H
20*e4b17023SJohn Marino
21*e4b17023SJohn Marino/* Define to 1 if you have the <string.h> header file. */
22*e4b17023SJohn Marino#undef HAVE_STRING_H
23*e4b17023SJohn Marino
24*e4b17023SJohn Marino/* Define to 1 if you have the <sys/stat.h> header file. */
25*e4b17023SJohn Marino#undef HAVE_SYS_STAT_H
26*e4b17023SJohn Marino
27*e4b17023SJohn Marino/* Define to 1 if you have the <sys/types.h> header file. */
28*e4b17023SJohn Marino#undef HAVE_SYS_TYPES_H
29*e4b17023SJohn Marino
30*e4b17023SJohn Marino/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
31*e4b17023SJohn Marino#undef HAVE_SYS_WAIT_H
32*e4b17023SJohn Marino
33*e4b17023SJohn Marino/* Define to 1 if you have the <unistd.h> header file. */
34*e4b17023SJohn Marino#undef HAVE_UNISTD_H
35*e4b17023SJohn Marino
36*e4b17023SJohn Marino/* Define to the sub-directory in which libtool stores uninstalled libraries.
37*e4b17023SJohn Marino   */
38*e4b17023SJohn Marino#undef LT_OBJDIR
39*e4b17023SJohn Marino
40*e4b17023SJohn Marino/* Name of package */
41*e4b17023SJohn Marino#undef PACKAGE
42*e4b17023SJohn Marino
43*e4b17023SJohn Marino/* Define to the address where bug reports for this package should be sent. */
44*e4b17023SJohn Marino#undef PACKAGE_BUGREPORT
45*e4b17023SJohn Marino
46*e4b17023SJohn Marino/* Define to the full name of this package. */
47*e4b17023SJohn Marino#undef PACKAGE_NAME
48*e4b17023SJohn Marino
49*e4b17023SJohn Marino/* Define to the full name and version of this package. */
50*e4b17023SJohn Marino#undef PACKAGE_STRING
51*e4b17023SJohn Marino
52*e4b17023SJohn Marino/* Define to the one symbol short name of this package. */
53*e4b17023SJohn Marino#undef PACKAGE_TARNAME
54*e4b17023SJohn Marino
55*e4b17023SJohn Marino/* Define to the home page for this package. */
56*e4b17023SJohn Marino#undef PACKAGE_URL
57*e4b17023SJohn Marino
58*e4b17023SJohn Marino/* Define to the version of this package. */
59*e4b17023SJohn Marino#undef PACKAGE_VERSION
60*e4b17023SJohn Marino
61*e4b17023SJohn Marino/* Define to 1 if you have the ANSI C header files. */
62*e4b17023SJohn Marino#undef STDC_HEADERS
63*e4b17023SJohn Marino
64*e4b17023SJohn Marino/* Version number of package */
65*e4b17023SJohn Marino#undef VERSION
66*e4b17023SJohn Marino
67*e4b17023SJohn Marino/* Number of bits in a file offset, on hosts where this is settable. */
68*e4b17023SJohn Marino#undef _FILE_OFFSET_BITS
69*e4b17023SJohn Marino
70*e4b17023SJohn Marino/* Define for large files, on AIX-style hosts. */
71*e4b17023SJohn Marino#undef _LARGE_FILES
72*e4b17023SJohn Marino
73*e4b17023SJohn Marino/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
74*e4b17023SJohn Marino   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
75*e4b17023SJohn Marino   #define below would cause a syntax error. */
76*e4b17023SJohn Marino#undef _UINT64_T
77*e4b17023SJohn Marino
78*e4b17023SJohn Marino/* Define to the type of a signed integer type of width exactly 64 bits if
79*e4b17023SJohn Marino   such a type exists and the standard includes do not define it. */
80*e4b17023SJohn Marino#undef int64_t
81*e4b17023SJohn Marino
82*e4b17023SJohn Marino/* Define to the type of an unsigned integer type of width exactly 64 bits if
83*e4b17023SJohn Marino   such a type exists and the standard includes do not define it. */
84*e4b17023SJohn Marino#undef uint64_t
85