1273929Sjmmv/* config.h.  Generated from config.h.in by configure.  */
2273929Sjmmv/* config.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 */
26258289Sjmmv#define HAVE_OPTRESET 1
27240122Smarcel
28240122Smarcel/* Define to 1 if you have the `putenv' function. */
29240122Smarcel#define HAVE_PUTENV 1
30240122Smarcel
31240122Smarcel/* Define to 1 if you have the `setenv' function. */
32240122Smarcel#define HAVE_SETENV 1
33240122Smarcel
34240122Smarcel/* Define to 1 if you have the <stdint.h> header file. */
35240122Smarcel#define HAVE_STDINT_H 1
36240122Smarcel
37240122Smarcel/* Define to 1 if you have the <stdlib.h> header file. */
38240122Smarcel#define HAVE_STDLIB_H 1
39240122Smarcel
40240122Smarcel/* Define to 1 if you have the <strings.h> header file. */
41240122Smarcel#define HAVE_STRINGS_H 1
42240122Smarcel
43240122Smarcel/* Define to 1 if you have the <string.h> header file. */
44240122Smarcel#define HAVE_STRING_H 1
45240122Smarcel
46240122Smarcel/* Define to 1 if you have the <sys/stat.h> header file. */
47240122Smarcel#define HAVE_SYS_STAT_H 1
48240122Smarcel
49240122Smarcel/* Define to 1 if you have the <sys/types.h> header file. */
50240122Smarcel#define HAVE_SYS_TYPES_H 1
51240122Smarcel
52240122Smarcel/* Define to 1 if you have the <unistd.h> header file. */
53240122Smarcel#define HAVE_UNISTD_H 1
54240122Smarcel
55240122Smarcel/* Define to 1 if you have the `unsetenv' function. */
56240122Smarcel#define HAVE_UNSETENV 1
57240122Smarcel
58240122Smarcel/* Define to 1 if vsnprintf is in std */
59262000Sjmmv/* #undef HAVE_VSNPRINTF_IN_STD */
60240122Smarcel
61273929Sjmmv/* Define to the sub-directory where libtool stores uninstalled libraries. */
62240122Smarcel#define LT_OBJDIR ".libs/"
63240122Smarcel
64240122Smarcel/* Name of package */
65240122Smarcel#define PACKAGE "atf"
66240122Smarcel
67240122Smarcel/* Define to the address where bug reports for this package should be sent. */
68273929Sjmmv#define PACKAGE_BUGREPORT "atf-discuss@googlegroups.com"
69240122Smarcel
70240122Smarcel/* Define to the copyright string applicable to this package. */
71240122Smarcel#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."
72240122Smarcel
73240122Smarcel/* Define to the full name of this package. */
74240122Smarcel#define PACKAGE_NAME "Automated Testing Framework"
75240122Smarcel
76240122Smarcel/* Define to the full name and version of this package. */
77273929Sjmmv#define PACKAGE_STRING "Automated Testing Framework 0.21"
78240122Smarcel
79240122Smarcel/* Define to the one symbol short name of this package. */
80240122Smarcel#define PACKAGE_TARNAME "atf"
81240122Smarcel
82240122Smarcel/* Define to the home page for this package. */
83261897Sjmmv#define PACKAGE_URL "https://github.com/jmmv/atf/"
84240122Smarcel
85240122Smarcel/* Define to the version of this package. */
86273929Sjmmv#define PACKAGE_VERSION "0.21"
87240122Smarcel
88240122Smarcel/* Define to 1 if you have the ANSI C header files. */
89240122Smarcel#define STDC_HEADERS 1
90240122Smarcel
91240122Smarcel/* Version number of package */
92273929Sjmmv#define VERSION "0.21"
93