1240122Smarcel/* bconfig.h.  Generated from bconfig.h.in by configure.  */
2240122Smarcel/* bconfig.h.in.  Generated from configure.ac by autoheader.  */
3240122Smarcel
4240122Smarcel/* Define to 1 if basename takes a constant pointer */
5240122Smarcel#define HAVE_CONST_BASENAME 1
6240122Smarcel
7240122Smarcel/* Define to 1 if dirname takes a constant pointer */
8240122Smarcel#define HAVE_CONST_DIRNAME 1
9240122Smarcel
10240122Smarcel/* Define to 1 if you have the <dlfcn.h> header file. */
11240122Smarcel#define HAVE_DLFCN_H 1
12240122Smarcel
13240122Smarcel/* Define to 1 if getcwd(NULL, 0) works */
14240122Smarcel#define HAVE_GETCWD_DYN 1
15240122Smarcel
16240122Smarcel/* Define to 1 if getopt allows a + sign for POSIX behavior */
17240122Smarcel/* #undef HAVE_GNU_GETOPT */
18240122Smarcel
19240122Smarcel/* Define to 1 if you have the <inttypes.h> header file. */
20240122Smarcel#define HAVE_INTTYPES_H 1
21240122Smarcel
22240122Smarcel/* Define to 1 if you have the <memory.h> header file. */
23240122Smarcel#define HAVE_MEMORY_H 1
24240122Smarcel
25240122Smarcel/* Define to 1 if getopt has optreset */
26240122Smarcel/* #undef HAVE_OPTRESET */
27240122Smarcel
28240122Smarcel/* Define to 1 if you have the `putenv' function. */
29240122Smarcel#define HAVE_PUTENV 1
30240122Smarcel
31240122Smarcel/* Define to 1 if putenv is in std */
32240122Smarcel/* #undef HAVE_PUTENV_IN_STD */
33240122Smarcel
34240122Smarcel/* Define to 1 if you have the `setenv' function. */
35240122Smarcel#define HAVE_SETENV 1
36240122Smarcel
37240122Smarcel/* Define to 1 if setenv is in std */
38240122Smarcel/* #undef HAVE_SETENV_IN_STD */
39240122Smarcel
40240122Smarcel/* Define to 1 if snprintf is in std */
41240122Smarcel/* #undef HAVE_SNPRINTF_IN_STD */
42240122Smarcel
43240122Smarcel/* Define to 1 if you have the <stdint.h> header file. */
44240122Smarcel#define HAVE_STDINT_H 1
45240122Smarcel
46240122Smarcel/* Define to 1 if you have the <stdlib.h> header file. */
47240122Smarcel#define HAVE_STDLIB_H 1
48240122Smarcel
49240122Smarcel/* Define to 1 if you have the <strings.h> header file. */
50240122Smarcel#define HAVE_STRINGS_H 1
51240122Smarcel
52240122Smarcel/* Define to 1 if you have the <string.h> header file. */
53240122Smarcel#define HAVE_STRING_H 1
54240122Smarcel
55240122Smarcel/* Define to 1 if you have the <sys/stat.h> header file. */
56240122Smarcel#define HAVE_SYS_STAT_H 1
57240122Smarcel
58240122Smarcel/* Define to 1 if you have the <sys/types.h> header file. */
59240122Smarcel#define HAVE_SYS_TYPES_H 1
60240122Smarcel
61240122Smarcel/* Define to 1 if you have the <unistd.h> header file. */
62240122Smarcel#define HAVE_UNISTD_H 1
63240122Smarcel
64240122Smarcel/* Define to 1 if you have the `unmount' function. */
65240122Smarcel#define HAVE_UNMOUNT 1
66240122Smarcel
67240122Smarcel/* Define to 1 if you have the `unsetenv' function. */
68240122Smarcel#define HAVE_UNSETENV 1
69240122Smarcel
70240122Smarcel/* Define to 1 if unsetenv is in std */
71240122Smarcel/* #undef HAVE_UNSETENV_IN_STD */
72240122Smarcel
73240122Smarcel/* Define to 1 if vsnprintf is in std */
74240122Smarcel/* #undef HAVE_VSNPRINTF_IN_STD */
75240122Smarcel
76240122Smarcel/* Define to the last valid signal number */
77240122Smarcel#define LAST_SIGNO 128
78240122Smarcel
79240122Smarcel/* Define to the sub-directory in which libtool stores uninstalled libraries.
80240122Smarcel   */
81240122Smarcel#define LT_OBJDIR ".libs/"
82240122Smarcel
83240122Smarcel/* Define to 1 if your C compiler doesn't accept -c and -o together. */
84240122Smarcel/* #undef NO_MINUS_C_MINUS_O */
85240122Smarcel
86240122Smarcel/* Name of package */
87240122Smarcel#define PACKAGE "atf"
88240122Smarcel
89240122Smarcel/* Define to the address where bug reports for this package should be sent. */
90240122Smarcel#define PACKAGE_BUGREPORT "atf-devel@NetBSD.org"
91240122Smarcel
92240122Smarcel/* Define to the copyright string applicable to this package. */
93240122Smarcel#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."
94240122Smarcel
95240122Smarcel/* Define to the full name of this package. */
96240122Smarcel#define PACKAGE_NAME "Automated Testing Framework"
97240122Smarcel
98240122Smarcel/* Define to the full name and version of this package. */
99240122Smarcel#define PACKAGE_STRING "Automated Testing Framework 0.16"
100240122Smarcel
101240122Smarcel/* Define to the one symbol short name of this package. */
102240122Smarcel#define PACKAGE_TARNAME "atf"
103240122Smarcel
104240122Smarcel/* Define to the home page for this package. */
105240122Smarcel#define PACKAGE_URL "http://code.google.com/p/kyua/wiki/ATF"
106240122Smarcel
107240122Smarcel/* Define to the version of this package. */
108240122Smarcel#define PACKAGE_VERSION "0.16"
109240122Smarcel
110240122Smarcel/* Define to 1 if you have the ANSI C header files. */
111240122Smarcel#define STDC_HEADERS 1
112240122Smarcel
113240122Smarcel/* Version number of package */
114240122Smarcel#define VERSION "0.16"
115