]> err.no Git - sope/blob - gnustep-make/config.h.in
replaced usage of getCString on MacOS >= 10.4
[sope] / gnustep-make / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <ctype.h> header file. */
4 #undef HAVE_CTYPE_H
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7    */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <dir.h> header file. */
11 #undef HAVE_DIR_H
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
15
16 /* Define to 1 if you have the `geteuid' function. */
17 #undef HAVE_GETEUID
18
19 /* Define to 1 if you have the `getlogin' function. */
20 #undef HAVE_GETLOGIN
21
22 /* Define to 1 if you have the `getpwnam' function. */
23 #undef HAVE_GETPWNAM
24
25 /* Define to 1 if you have the `getpwuid' function. */
26 #undef HAVE_GETPWUID
27
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
30
31 /* Define to 1 if you have the <limits.h> header file. */
32 #undef HAVE_LIMITS_H
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
36
37 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
38 #undef HAVE_NDIR_H
39
40 /* Define to 1 if you have the <pwd.h> header file. */
41 #undef HAVE_PWD_H
42
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #undef HAVE_STDINT_H
45
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #undef HAVE_STDLIB_H
48
49 /* Define to 1 if you have the `strchr' function. */
50 #undef HAVE_STRCHR
51
52 /* Define to 1 if you have the <strings.h> header file. */
53 #undef HAVE_STRINGS_H
54
55 /* Define to 1 if you have the <string.h> header file. */
56 #undef HAVE_STRING_H
57
58 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
59    */
60 #undef HAVE_SYS_DIR_H
61
62 /* Define to 1 if you have the <sys/file.h> header file. */
63 #undef HAVE_SYS_FILE_H
64
65 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
66    */
67 #undef HAVE_SYS_NDIR_H
68
69 /* Define to 1 if you have the <sys/param.h> header file. */
70 #undef HAVE_SYS_PARAM_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Define to 1 if you have the <utime.h> header file. */
82 #undef HAVE_UTIME_H
83
84 /* Define to the address where bug reports for this package should be sent. */
85 #undef PACKAGE_BUGREPORT
86
87 /* Define to the full name of this package. */
88 #undef PACKAGE_NAME
89
90 /* Define to the full name and version of this package. */
91 #undef PACKAGE_STRING
92
93 /* Define to the one symbol short name of this package. */
94 #undef PACKAGE_TARNAME
95
96 /* Define to the version of this package. */
97 #undef PACKAGE_VERSION
98
99 /* Define to 1 if you have the ANSI C header files. */
100 #undef STDC_HEADERS