111be35a1SLionel Sambuc /* config.h. Generated from config.h.in by configure. */ 211be35a1SLionel Sambuc /* config.h.in. Generated from configure.ac by autoheader. */ 311be35a1SLionel Sambuc 411be35a1SLionel Sambuc /* Define to the optind value to reset getopt processing */ 511be35a1SLionel Sambuc #define GETOPT_OPTIND_RESET_VALUE 1 611be35a1SLionel Sambuc 711be35a1SLionel Sambuc /* Define to 1 if getcwd(NULL, 0) works */ 811be35a1SLionel Sambuc #define HAVE_GETCWD_DYN 1 911be35a1SLionel Sambuc 1011be35a1SLionel Sambuc /* Define to 1 if getopt allows a + sign for POSIX behavior */ 1111be35a1SLionel Sambuc /* #undef HAVE_GETOPT_GNU */ 1211be35a1SLionel Sambuc 1311be35a1SLionel Sambuc /* Define to 1 if getopt has optreset */ 1411be35a1SLionel Sambuc #define HAVE_GETOPT_WITH_OPTRESET 1 1511be35a1SLionel Sambuc 1611be35a1SLionel Sambuc /* Define to 1 if you have the `putenv' function. */ 1711be35a1SLionel Sambuc #define HAVE_PUTENV 1 1811be35a1SLionel Sambuc 1911be35a1SLionel Sambuc /* Define to 1 if you have the `setenv' function. */ 2011be35a1SLionel Sambuc #define HAVE_SETENV 1 2111be35a1SLionel Sambuc 22*0a6a1f1dSLionel Sambuc #if !defined(__minix) 2311be35a1SLionel Sambuc /* Define to 1 if you have the `unmount' function. */ 24*0a6a1f1dSLionel Sambuc #define HAVE_UNMOUNT 1 25*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 2611be35a1SLionel Sambuc 2711be35a1SLionel Sambuc /* Define to 1 if you have the `unsetenv' function. */ 2811be35a1SLionel Sambuc #define HAVE_UNSETENV 1 2911be35a1SLionel Sambuc 30*0a6a1f1dSLionel Sambuc #if !defined(__minix) 3111be35a1SLionel Sambuc /* Define to 1 if your lchmod works */ 32*0a6a1f1dSLionel Sambuc #define HAVE_WORKING_LCHMOD 1 33*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 3411be35a1SLionel Sambuc 3511be35a1SLionel Sambuc /* Define to the last valid signal number */ 3611be35a1SLionel Sambuc #define LAST_SIGNO 63 3711be35a1SLionel Sambuc 3811be35a1SLionel Sambuc /* Name of package */ 3911be35a1SLionel Sambuc #define PACKAGE "kyua-testers" 4011be35a1SLionel Sambuc 4111be35a1SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 4211be35a1SLionel Sambuc #define PACKAGE_BUGREPORT "kyua-discuss@googlegroups.com" 4311be35a1SLionel Sambuc 4411be35a1SLionel Sambuc /* Define to the full name of this package. */ 4511be35a1SLionel Sambuc #define PACKAGE_NAME "Kyua - Testers" 4611be35a1SLionel Sambuc 4711be35a1SLionel Sambuc /* Define to the full name and version of this package. */ 4811be35a1SLionel Sambuc #define PACKAGE_STRING "Kyua - Testers 0.1" 4911be35a1SLionel Sambuc 5011be35a1SLionel Sambuc /* Define to the one symbol short name of this package. */ 5111be35a1SLionel Sambuc #define PACKAGE_TARNAME "kyua-testers" 5211be35a1SLionel Sambuc 5311be35a1SLionel Sambuc /* Define to the home page for this package. */ 5411be35a1SLionel Sambuc #define PACKAGE_URL "http://code.google.com/p/kyua/" 5511be35a1SLionel Sambuc 5611be35a1SLionel Sambuc /* Define to the version of this package. */ 5711be35a1SLionel Sambuc #define PACKAGE_VERSION "0.1" 5811be35a1SLionel Sambuc 5911be35a1SLionel Sambuc /* Set to the path of umount(8) */ 6011be35a1SLionel Sambuc /* #undef UMOUNT */ 6111be35a1SLionel Sambuc 6211be35a1SLionel Sambuc /* Version number of package */ 6311be35a1SLionel Sambuc #define VERSION "0.1" 64