* Add ipkg for future development
[oweals/opkg-lede.git] / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if your system has a working `chown' function. */
5 /* #undef HAVE_CHOWN */
6
7 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
8    */
9 #define HAVE_DIRENT_H 1
10
11 /* Define to 1 if you have the <dlfcn.h> header file. */
12 #define HAVE_DLFCN_H 1
13
14 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
15 /* #undef HAVE_DOPRNT */
16
17 /* Define to 1 if you have the <errno.h> header file. */
18 #define HAVE_ERRNO_H 1
19
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
22
23 /* Define to 1 if you have the `fork' function. */
24 #define HAVE_FORK 1
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28
29 /* Define to 1 if you have the `memmove' function. */
30 #define HAVE_MEMMOVE 1
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #define HAVE_MEMORY_H 1
34
35 /* Define to 1 if you have the `memset' function. */
36 #define HAVE_MEMSET 1
37
38 /* Define to 1 if you have the `mkdir' function. */
39 #define HAVE_MKDIR 1
40
41 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
42 /* #undef HAVE_NDIR_H */
43
44 /* Define to 1 if you have the `regcomp' function. */
45 #define HAVE_REGCOMP 1
46
47 /* Define to 1 if you have the <regex.h> header file. */
48 #define HAVE_REGEX_H 1
49
50 /* Define to 1 if you have the <stddef.h> header file. */
51 #define HAVE_STDDEF_H 1
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #define HAVE_STDINT_H 1
55
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #define HAVE_STDLIB_H 1
58
59 /* Define to 1 if you have the `strchr' function. */
60 #define HAVE_STRCHR 1
61
62 /* Define to 1 if you have the `strcspn' function. */
63 #define HAVE_STRCSPN 1
64
65 /* Define to 1 if you have the `strdup' function. */
66 #define HAVE_STRDUP 1
67
68 /* Define to 1 if you have the `strerror' function. */
69 #define HAVE_STRERROR 1
70
71 /* Define to 1 if you have the <strings.h> header file. */
72 #define HAVE_STRINGS_H 1
73
74 /* Define to 1 if you have the <string.h> header file. */
75 #define HAVE_STRING_H 1
76
77 /* Define to 1 if you have the `strndup' function. */
78 #define HAVE_STRNDUP 1
79
80 /* Define to 1 if you have the `strrchr' function. */
81 #define HAVE_STRRCHR 1
82
83 /* Define to 1 if you have the `strstr' function. */
84 #define HAVE_STRSTR 1
85
86 /* Define to 1 if you have the `strtol' function. */
87 #define HAVE_STRTOL 1
88
89 /* Define to 1 if you have the `strtoul' function. */
90 #define HAVE_STRTOUL 1
91
92 /* Define to 1 if `st_rdev' is member of `struct stat'. */
93 #define HAVE_STRUCT_STAT_ST_RDEV 1
94
95 /* Define to 1 if you have the `sysinfo' function. */
96 #define HAVE_SYSINFO 1
97
98 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
99    */
100 /* #undef HAVE_SYS_DIR_H */
101
102 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
103    */
104 /* #undef HAVE_SYS_NDIR_H */
105
106 /* Define to 1 if you have the <sys/stat.h> header file. */
107 #define HAVE_SYS_STAT_H 1
108
109 /* Define to 1 if you have the <sys/types.h> header file. */
110 #define HAVE_SYS_TYPES_H 1
111
112 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
113 #define HAVE_SYS_WAIT_H 1
114
115 /* Define to 1 if you have the <unistd.h> header file. */
116 #define HAVE_UNISTD_H 1
117
118 /* Define to 1 if you have the `utime' function. */
119 #define HAVE_UTIME 1
120
121 /* Define to 1 if you have the <utime.h> header file. */
122 #define HAVE_UTIME_H 1
123
124 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
125 /* #undef HAVE_UTIME_NULL */
126
127 /* Define to 1 if you have the `vfork' function. */
128 #define HAVE_VFORK 1
129
130 /* Define to 1 if you have the <vfork.h> header file. */
131 /* #undef HAVE_VFORK_H */
132
133 /* Define to 1 if you have the `vprintf' function. */
134 #define HAVE_VPRINTF 1
135
136 /* Define to 1 if `fork' works. */
137 #define HAVE_WORKING_FORK 1
138
139 /* Define to 1 if `vfork' works. */
140 #define HAVE_WORKING_VFORK 1
141
142 /* Name of package */
143 #define PACKAGE "ipkg"
144
145 /* Define to the address where bug reports for this package should be sent. */
146 #define PACKAGE_BUGREPORT ""
147
148 /* Define to the full name of this package. */
149 #define PACKAGE_NAME ""
150
151 /* Define to the full name and version of this package. */
152 #define PACKAGE_STRING ""
153
154 /* Define to the one symbol short name of this package. */
155 #define PACKAGE_TARNAME ""
156
157 /* Define to the version of this package. */
158 #define PACKAGE_VERSION ""
159
160 /* Define as the return type of signal handlers (`int' or `void'). */
161 #define RETSIGTYPE void
162
163 /* Define to 1 if you have the ANSI C header files. */
164 #define STDC_HEADERS 1
165
166 /* Version number of package */
167 #define VERSION "0.99.163"
168
169 /* Define to empty if `const' does not conform to ANSI C. */
170 /* #undef const */
171
172 /* Define to `int' if <sys/types.h> doesn't define. */
173 /* #undef gid_t */
174
175 /* Define to `int' if <sys/types.h> does not define. */
176 /* #undef mode_t */
177
178 /* Define to `long' if <sys/types.h> does not define. */
179 /* #undef off_t */
180
181 /* Define to `int' if <sys/types.h> does not define. */
182 /* #undef pid_t */
183
184 /* Define to `unsigned' if <sys/types.h> does not define. */
185 /* #undef size_t */
186
187 /* Define to `int' if <sys/types.h> doesn't define. */
188 /* #undef uid_t */
189
190 /* Define as `fork' if `vfork' does not work. */
191 /* #undef vfork */