minix/external/bsd/kyua-testers/lib/libtester/config.h

60 lines
1.6 KiB
C
Raw Normal View History

/* 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
/* Define to 1 if you have the `unmount' function. */
/* #undef HAVE_UNMOUNT */
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
/* Define to 1 if your lchmod works */
/* #undef HAVE_WORKING_LCHMOD */
/* 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"