
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
64 lines
1.7 KiB
C
64 lines
1.7 KiB
C
/* config.h. Generated from config.h.in by configure. */
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define to the optind value to reset getopt processing */
|
|
#define GETOPT_OPTIND_RESET_VALUE 1
|
|
|
|
/* Define to 1 if getcwd(NULL, 0) works */
|
|
#define HAVE_GETCWD_DYN 1
|
|
|
|
/* Define to 1 if getopt allows a + sign for POSIX behavior */
|
|
/* #undef HAVE_GETOPT_GNU */
|
|
|
|
/* Define to 1 if getopt has optreset */
|
|
#define HAVE_GETOPT_WITH_OPTRESET 1
|
|
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
#define HAVE_PUTENV 1
|
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
#define HAVE_SETENV 1
|
|
|
|
#if !defined(__minix)
|
|
/* Define to 1 if you have the `unmount' function. */
|
|
#define HAVE_UNMOUNT 1
|
|
#endif /* !defined(__minix) */
|
|
|
|
/* Define to 1 if you have the `unsetenv' function. */
|
|
#define HAVE_UNSETENV 1
|
|
|
|
#if !defined(__minix)
|
|
/* Define to 1 if your lchmod works */
|
|
#define HAVE_WORKING_LCHMOD 1
|
|
#endif /* !defined(__minix) */
|
|
|
|
/* Define to the last valid signal number */
|
|
#define LAST_SIGNO 63
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "kyua-testers"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "kyua-discuss@googlegroups.com"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "Kyua - Testers"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "Kyua - Testers 0.1"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "kyua-testers"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define PACKAGE_URL "http://code.google.com/p/kyua/"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "0.1"
|
|
|
|
/* Set to the path of umount(8) */
|
|
/* #undef UMOUNT */
|
|
|
|
/* Version number of package */
|
|
#define VERSION "0.1"
|