gdb, testsuite: Fix return value in gdb.base/foll-fork.exp
[binutils-gdb.git] / gprof / gconfig.in
blobf8cf42db7cc328160f0ca32035cedffcfe01c824
1 /* gconfig.in.  Generated from configure.ac by autoheader.  */
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
7 /* Define to 1 if you have the Mac OS X function
8    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
9 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
11 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
12    the CoreFoundation framework. */
13 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
15 /* Define if the GNU dcgettext() function is already present or preinstalled.
16    */
17 #undef HAVE_DCGETTEXT
19 /* Is the prototype for getopt in <unistd.h> in the expected format? */
20 #undef HAVE_DECL_GETOPT
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #undef HAVE_DLFCN_H
25 /* Define if the GNU gettext() function is already present or preinstalled. */
26 #undef HAVE_GETTEXT
28 /* Define if you have the iconv() function and it works. */
29 #undef HAVE_ICONV
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #undef HAVE_INTTYPES_H
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
37 /* Define to 1 if you have the `setitimer' function. */
38 #undef HAVE_SETITIMER
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #undef HAVE_STDINT_H
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #undef HAVE_STDLIB_H
46 /* Define to 1 if you have the <strings.h> header file. */
47 #undef HAVE_STRINGS_H
49 /* Define to 1 if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
52 /* Define to 1 if you have the <sys/gmon_out.h> header file. */
53 #undef HAVE_SYS_GMON_OUT_H
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #undef HAVE_SYS_STAT_H
58 /* Define to 1 if you have the <sys/time.h> header file. */
59 #undef HAVE_SYS_TIME_H
61 /* Define to 1 if you have the <sys/types.h> header file. */
62 #undef HAVE_SYS_TYPES_H
64 /* Define to 1 if you have the <unistd.h> header file. */
65 #undef HAVE_UNISTD_H
67 /* Define to 1 if you have the <windows.h> header file. */
68 #undef HAVE_WINDOWS_H
70 /* Define to the sub-directory in which libtool stores uninstalled libraries.
71    */
72 #undef LT_OBJDIR
74 /* Name of package */
75 #undef PACKAGE
77 /* Define to the address where bug reports for this package should be sent. */
78 #undef PACKAGE_BUGREPORT
80 /* Define to the full name of this package. */
81 #undef PACKAGE_NAME
83 /* Define to the full name and version of this package. */
84 #undef PACKAGE_STRING
86 /* Define to the one symbol short name of this package. */
87 #undef PACKAGE_TARNAME
89 /* Define to the home page for this package. */
90 #undef PACKAGE_URL
92 /* Define to the version of this package. */
93 #undef PACKAGE_VERSION
95 /* Define to 1 if you have the ANSI C header files. */
96 #undef STDC_HEADERS
98 /* Enable extensions on AIX 3, Interix.  */
99 #ifndef _ALL_SOURCE
100 # undef _ALL_SOURCE
101 #endif
102 /* Enable GNU extensions on systems that have them.  */
103 #ifndef _GNU_SOURCE
104 # undef _GNU_SOURCE
105 #endif
106 /* Enable threading extensions on Solaris.  */
107 #ifndef _POSIX_PTHREAD_SEMANTICS
108 # undef _POSIX_PTHREAD_SEMANTICS
109 #endif
110 /* Enable extensions on HP NonStop.  */
111 #ifndef _TANDEM_SOURCE
112 # undef _TANDEM_SOURCE
113 #endif
114 /* Enable general extensions on Solaris.  */
115 #ifndef __EXTENSIONS__
116 # undef __EXTENSIONS__
117 #endif
120 /* Version number of package */
121 #undef VERSION
123 /* Enable large inode numbers on Mac OS X 10.5.  */
124 #ifndef _DARWIN_USE_64_BIT_INODE
125 # define _DARWIN_USE_64_BIT_INODE 1
126 #endif
128 /* Number of bits in a file offset, on hosts where this is settable. */
129 #undef _FILE_OFFSET_BITS
131 /* Define for large files, on AIX-style hosts. */
132 #undef _LARGE_FILES
134 /* Define to 1 if on MINIX. */
135 #undef _MINIX
137 /* Define to 2 if the system does not provide POSIX.1 features except with
138    this defined. */
139 #undef _POSIX_1_SOURCE
141 /* Define to 1 if you need to in order for `stat' and other things to work. */
142 #undef _POSIX_SOURCE