1216295Ssyrinx/* config.h.  Generated from config.h.in by configure.  */
2216295Ssyrinx/* config.h.in.  Generated from configure.ac by autoheader.  */
3216295Ssyrinx
4216295Ssyrinx/* Define to 1 if basename takes a constant pointer */
5216295Ssyrinx#define HAVE_CONST_BASENAME 1
6216295Ssyrinx
7216295Ssyrinx/* Define to 1 if dirname takes a constant pointer */
8216295Ssyrinx#define HAVE_CONST_DIRNAME 1
9216295Ssyrinx
10216295Ssyrinx/* Define to 1 if you have the <dlfcn.h> header file. */
11216295Ssyrinx#define HAVE_DLFCN_H 1
12216295Ssyrinx
13216295Ssyrinx/* Define to 1 if getcwd(NULL, 0) works */
14216295Ssyrinx#define HAVE_GETCWD_DYN 1
15216295Ssyrinx
16216295Ssyrinx/* Define to 1 if getopt allows a + sign for POSIX behavior */
17216295Ssyrinx/* #undef HAVE_GNU_GETOPT */
18216295Ssyrinx
19216295Ssyrinx/* Define to 1 if you have the <inttypes.h> header file. */
20216295Ssyrinx#define HAVE_INTTYPES_H 1
21216295Ssyrinx
22216295Ssyrinx/* Define to 1 if you have the <memory.h> header file. */
23216295Ssyrinx#define HAVE_MEMORY_H 1
24216295Ssyrinx
25216295Ssyrinx/* Define to 1 if getopt has optreset */
26216295Ssyrinx#define HAVE_OPTRESET 1
27216295Ssyrinx
28216295Ssyrinx/* Define to 1 if you have the `putenv' function. */
29216295Ssyrinx#define HAVE_PUTENV 1
30216295Ssyrinx
31216295Ssyrinx/* Define to 1 if you have the `setenv' function. */
32216295Ssyrinx#define HAVE_SETENV 1
33216295Ssyrinx
34216295Ssyrinx/* Define to 1 if you have the <stdint.h> header file. */
35216295Ssyrinx#define HAVE_STDINT_H 1
36216295Ssyrinx
37216295Ssyrinx/* Define to 1 if you have the <stdlib.h> header file. */
38216295Ssyrinx#define HAVE_STDLIB_H 1
39216295Ssyrinx
40216295Ssyrinx/* Define to 1 if you have the <strings.h> header file. */
41216295Ssyrinx#define HAVE_STRINGS_H 1
42216295Ssyrinx
43216295Ssyrinx/* Define to 1 if you have the <string.h> header file. */
44216295Ssyrinx#define HAVE_STRING_H 1
45216295Ssyrinx
46216295Ssyrinx/* Define to 1 if you have the <sys/stat.h> header file. */
47216295Ssyrinx#define HAVE_SYS_STAT_H 1
48216295Ssyrinx
49216295Ssyrinx/* Define to 1 if you have the <sys/types.h> header file. */
50216295Ssyrinx#define HAVE_SYS_TYPES_H 1
51216295Ssyrinx
52216295Ssyrinx/* Define to 1 if you have the <unistd.h> header file. */
53216295Ssyrinx#define HAVE_UNISTD_H 1
54216295Ssyrinx
55216295Ssyrinx/* Define to 1 if you have the `unsetenv' function. */
56216295Ssyrinx#define HAVE_UNSETENV 1
57216295Ssyrinx
58216295Ssyrinx/* Define to 1 if vsnprintf is in std */
59216295Ssyrinx/* #undef HAVE_VSNPRINTF_IN_STD */
60216295Ssyrinx
61216295Ssyrinx/* Define to the sub-directory where libtool stores uninstalled libraries. */
62216295Ssyrinx#define LT_OBJDIR ".libs/"
63216295Ssyrinx
64216295Ssyrinx/* Name of package */
65216295Ssyrinx#define PACKAGE "atf"
66216295Ssyrinx
67216295Ssyrinx/* Define to the address where bug reports for this package should be sent. */
68216295Ssyrinx#define PACKAGE_BUGREPORT "atf-discuss@googlegroups.com"
69216295Ssyrinx
70216295Ssyrinx/* Define to the copyright string applicable to this package. */
71216295Ssyrinx#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."
72216295Ssyrinx
73216295Ssyrinx/* Define to the full name of this package. */
74216295Ssyrinx#define PACKAGE_NAME "Automated Testing Framework"
75216295Ssyrinx
76216295Ssyrinx/* Define to the full name and version of this package. */
77216295Ssyrinx#define PACKAGE_STRING "Automated Testing Framework 0.21"
78216295Ssyrinx
79216295Ssyrinx/* Define to the one symbol short name of this package. */
80216295Ssyrinx#define PACKAGE_TARNAME "atf"
81216295Ssyrinx
82216295Ssyrinx/* Define to the home page for this package. */
83216295Ssyrinx#define PACKAGE_URL "https://github.com/jmmv/atf/"
84216295Ssyrinx
85216295Ssyrinx/* Define to the version of this package. */
86216295Ssyrinx#define PACKAGE_VERSION "0.21"
87216295Ssyrinx
88216295Ssyrinx/* Define to 1 if you have the ANSI C header files. */
89216295Ssyrinx#define STDC_HEADERS 1
90216295Ssyrinx
91216295Ssyrinx/* Version number of package */
92216295Ssyrinx#define VERSION "0.21"
93216295Ssyrinx