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 #if !defined(__minix)
23 /* Define to 1 if you have the `unmount' function. */
24 #define HAVE_UNMOUNT 1
25 #endif /* !defined(__minix) */
26 
27 /* Define to 1 if you have the `unsetenv' function. */
28 #define HAVE_UNSETENV 1
29 
30 #if !defined(__minix)
31 /* Define to 1 if your lchmod works */
32 #define HAVE_WORKING_LCHMOD 1
33 #endif /* !defined(__minix) */
34 
35 /* Define to the last valid signal number */
36 #define LAST_SIGNO 63
37 
38 /* Name of package */
39 #define PACKAGE "kyua-testers"
40 
41 /* Define to the address where bug reports for this package should be sent. */
42 #define PACKAGE_BUGREPORT "kyua-discuss@googlegroups.com"
43 
44 /* Define to the full name of this package. */
45 #define PACKAGE_NAME "Kyua - Testers"
46 
47 /* Define to the full name and version of this package. */
48 #define PACKAGE_STRING "Kyua - Testers 0.1"
49 
50 /* Define to the one symbol short name of this package. */
51 #define PACKAGE_TARNAME "kyua-testers"
52 
53 /* Define to the home page for this package. */
54 #define PACKAGE_URL "http://code.google.com/p/kyua/"
55 
56 /* Define to the version of this package. */
57 #define PACKAGE_VERSION "0.1"
58 
59 /* Set to the path of umount(8) */
60 /* #undef UMOUNT */
61 
62 /* Version number of package */
63 #define VERSION "0.1"
64