Deleted Added
full compact
config.h (246223) config.h (249033)
1/* $FreeBSD: head/usr.bin/bmake/config.h 246223 2013-02-01 22:55:27Z sjg $ */
1/* $FreeBSD: head/usr.bin/bmake/config.h 249033 2013-04-02 21:31:11Z 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 */

--- 215 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. */
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 */

--- 215 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. */
233#define PACKAGE_STRING "bmake 20121212"
233#define PACKAGE_STRING "bmake 20130303"
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. */
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. */
242#define PACKAGE_VERSION "20121212"
242#define PACKAGE_VERSION "20130303"
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. */

--- 66 unchanged lines hidden ---
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. */

--- 66 unchanged lines hidden ---