Deleted Added
sdiff udiff text old ( 241279 ) new ( 246223 )
full compact
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3/* $FreeBSD: head/usr.bin/bmake/config.h 241279 2012-10-06 19:19:21Z marcel $ */
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 */
10
11/* Shell spec to use by default */

--- 213 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 20120620"
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 "20120620"
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 ---