Deleted Added
full compact
config.h (261212) config.h (268437)
1/* $FreeBSD: head/usr.bin/bmake/config.h 261212 2014-01-27 17:47:21Z sjg $ */
1/* $FreeBSD: head/usr.bin/bmake/config.h 268437 2014-07-08 22:27:50Z sjg $ */
2/* config.h. Generated from config.h.in by configure. */
3/* config.h.in. Generated from configure.in by autoheader. */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* Path of default shell */
9/* #undef DEFSHELL_CUSTOM */

--- 131 unchanged lines hidden (view full) ---

141
142/* Define to 1 if `struct stat' is a member of `st_rdev'. */
143#define HAVE_STRUCT_STAT_ST_RDEV 1
144
145/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
146 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
147#define HAVE_ST_RDEV 1
148
2/* config.h. Generated from config.h.in by configure. */
3/* config.h.in. Generated from configure.in by autoheader. */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* Path of default shell */
9/* #undef DEFSHELL_CUSTOM */

--- 131 unchanged lines hidden (view full) ---

141
142/* Define to 1 if `struct stat' is a member of `st_rdev'. */
143#define HAVE_STRUCT_STAT_ST_RDEV 1
144
145/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
146 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
147#define HAVE_ST_RDEV 1
148
149/* Define to 1 if you have the `sysctl' function. */
150#define HAVE_SYSCTL 1
151
149/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
150 */
151/* #undef HAVE_SYS_DIR_H */
152
153/* Define to 1 if you have the <sys/mman.h> header file. */
154#define HAVE_SYS_MMAN_H 1
155
156/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.

--- 4 unchanged lines hidden (view full) ---

161#define HAVE_SYS_SELECT_H 1
162
163/* Define to 1 if you have the <sys/socket.h> header file. */
164#define HAVE_SYS_SOCKET_H 1
165
166/* Define to 1 if you have the <sys/stat.h> header file. */
167#define HAVE_SYS_STAT_H 1
168
152/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
153 */
154/* #undef HAVE_SYS_DIR_H */
155
156/* Define to 1 if you have the <sys/mman.h> header file. */
157#define HAVE_SYS_MMAN_H 1
158
159/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.

--- 4 unchanged lines hidden (view full) ---

164#define HAVE_SYS_SELECT_H 1
165
166/* Define to 1 if you have the <sys/socket.h> header file. */
167#define HAVE_SYS_SOCKET_H 1
168
169/* Define to 1 if you have the <sys/stat.h> header file. */
170#define HAVE_SYS_STAT_H 1
171
172/* Define to 1 if you have the <sys/sysctl.h> header file. */
173#define HAVE_SYS_SYSCTL_H 1
174
169/* Define to 1 if you have the <sys/time.h> header file. */
170#define HAVE_SYS_TIME_H 1
171
172/* Define to 1 if you have the <sys/types.h> header file. */
173#define HAVE_SYS_TYPES_H 1
174
175/* Define to 1 if you have the <sys/uio.h> header file. */
176#define HAVE_SYS_UIO_H 1

--- 48 unchanged lines hidden (view full) ---

225
226/* Define to the address where bug reports for this package should be sent. */
227#define PACKAGE_BUGREPORT "sjg@NetBSD.org"
228
229/* Define to the full name of this package. */
230#define PACKAGE_NAME "bmake"
231
232/* Define to the full name and version of this package. */
175/* Define to 1 if you have the <sys/time.h> header file. */
176#define HAVE_SYS_TIME_H 1
177
178/* Define to 1 if you have the <sys/types.h> header file. */
179#define HAVE_SYS_TYPES_H 1
180
181/* Define to 1 if you have the <sys/uio.h> header file. */
182#define HAVE_SYS_UIO_H 1

--- 48 unchanged lines hidden (view full) ---

231
232/* Define to the address where bug reports for this package should be sent. */
233#define PACKAGE_BUGREPORT "sjg@NetBSD.org"
234
235/* Define to the full name of this package. */
236#define PACKAGE_NAME "bmake"
237
238/* Define to the full name and version of this package. */
233#define PACKAGE_STRING "bmake 20140101"
239#define PACKAGE_STRING "bmake 20140214"
234
235/* Define to the one symbol short name of this package. */
236#define PACKAGE_TARNAME "bmake"
237
238/* Define to the home page for this package. */
239#define PACKAGE_URL ""
240
241/* Define to the version of this package. */
240
241/* Define to the one symbol short name of this package. */
242#define PACKAGE_TARNAME "bmake"
243
244/* Define to the home page for this package. */
245#define PACKAGE_URL ""
246
247/* Define to the version of this package. */
242#define PACKAGE_VERSION "20140101"
248#define PACKAGE_VERSION "20140214"
243
244/* Define as the return type of signal handlers (`int' or `void'). */
245#define RETSIGTYPE void
246
247/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
248/* #undef STAT_MACROS_BROKEN */
249
250/* Define to 1 if you have the ANSI C header files. */

--- 44 unchanged lines hidden (view full) ---

295
296/* Define to 2 if the system does not provide POSIX.1 features except with
297 this defined. */
298/* #undef _POSIX_1_SOURCE */
299
300/* Define to 1 if you need to in order for `stat' and other things to work. */
301/* #undef _POSIX_SOURCE */
302
249
250/* Define as the return type of signal handlers (`int' or `void'). */
251#define RETSIGTYPE void
252
253/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
254/* #undef STAT_MACROS_BROKEN */
255
256/* Define to 1 if you have the ANSI C header files. */

--- 44 unchanged lines hidden (view full) ---

301
302/* Define to 2 if the system does not provide POSIX.1 features except with
303 this defined. */
304/* #undef _POSIX_1_SOURCE */
305
306/* Define to 1 if you need to in order for `stat' and other things to work. */
307/* #undef _POSIX_SOURCE */
308
309/* C99 function name */
310/* #undef __func__ */
311
303/* Define to empty if `const' does not conform to ANSI C. */
304/* #undef const */
305
306/* Define to `long int' if <sys/types.h> does not define. */
307/* #undef off_t */
308
309/* Define to `int' if <sys/types.h> does not define. */
310/* #undef pid_t */
311
312/* Define to `unsigned int' if <sys/types.h> does not define. */
313/* #undef size_t */
314
315/* Define as `fork' if `vfork' does not work. */
316/* #undef vfork */
312/* Define to empty if `const' does not conform to ANSI C. */
313/* #undef const */
314
315/* Define to `long int' if <sys/types.h> does not define. */
316/* #undef off_t */
317
318/* Define to `int' if <sys/types.h> does not define. */
319/* #undef pid_t */
320
321/* Define to `unsigned int' if <sys/types.h> does not define. */
322/* #undef size_t */
323
324/* Define as `fork' if `vfork' does not work. */
325/* #undef vfork */