1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to the optind value to reset getopt processing */
5#define GETOPT_OPTIND_RESET_VALUE 1
6
7/* Define to 1 if getcwd(NULL, 0) works */
8#define HAVE_GETCWD_DYN 1
9
10/* Define to 1 if getopt allows a + sign for POSIX behavior */
11/* #undef HAVE_GETOPT_GNU */
12
13/* Define to 1 if getopt has optreset */
14#define HAVE_GETOPT_WITH_OPTRESET 1
15
16/* Define to 1 if you have the `putenv' function. */
17#define HAVE_PUTENV 1
18
19/* Define to 1 if you have the `setenv' function. */
20#define HAVE_SETENV 1
21
22/* Define to 1 if you have the `unmount' function. */
23#define HAVE_UNMOUNT 1
24
25/* Define to 1 if you have the `unsetenv' function. */
26#define HAVE_UNSETENV 1
27
28/* Define to 1 if your lchmod works */
29#define HAVE_WORKING_LCHMOD 1
30
31/* Define to the last valid signal number */
32#define LAST_SIGNO 63
33
34/* Name of package */
35#define PACKAGE "kyua-testers"
36
37/* Define to the address where bug reports for this package should be sent. */
38#define PACKAGE_BUGREPORT "kyua-discuss@googlegroups.com"
39
40/* Define to the full name of this package. */
41#define PACKAGE_NAME "Kyua - Testers"
42
43/* Define to the full name and version of this package. */
44#define PACKAGE_STRING "Kyua - Testers 0.1"
45
46/* Define to the one symbol short name of this package. */
47#define PACKAGE_TARNAME "kyua-testers"
48
49/* Define to the home page for this package. */
50#define PACKAGE_URL "http://code.google.com/p/kyua/"
51
52/* Define to the version of this package. */
53#define PACKAGE_VERSION "0.1"
54
55/* Set to the path of umount(8) */
56/* #undef UMOUNT */
57
58/* Version number of package */
59#define VERSION "0.1"
60