/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.ac by autoheader. */23/* Define to 1 if basename takes a constant pointer */4/* #undef HAVE_CONST_BASENAME */56/* Define to 1 if dirname takes a constant pointer */7/* #undef HAVE_CONST_DIRNAME */89/* Define to 1 if you have the <dlfcn.h> header file. */10#define HAVE_DLFCN_H 11112/* Define to 1 if getcwd(NULL, 0) works */13#define HAVE_GETCWD_DYN 11415/* Define to 1 if getopt allows a + sign for POSIX behavior */16/* #undef HAVE_GNU_GETOPT */1718/* Define to 1 if you have the <inttypes.h> header file. */19#define HAVE_INTTYPES_H 12021/* Define to 1 if you have the <memory.h> header file. */22#define HAVE_MEMORY_H 12324/* Define to 1 if getopt has optreset */25#define HAVE_OPTRESET 12627/* Define to 1 if you have the `putenv' function. */28#define HAVE_PUTENV 12930/* Define to 1 if you have the `setenv' function. */31#define HAVE_SETENV 13233/* Define to 1 if you have the <stdint.h> header file. */34#define HAVE_STDINT_H 13536/* Define to 1 if you have the <stdlib.h> header file. */37#define HAVE_STDLIB_H 13839/* Define to 1 if you have the <strings.h> header file. */40#define HAVE_STRINGS_H 14142/* Define to 1 if you have the <string.h> header file. */43#define HAVE_STRING_H 14445/* Define to 1 if you have the <sys/stat.h> header file. */46#define HAVE_SYS_STAT_H 14748/* Define to 1 if you have the <sys/types.h> header file. */49#define HAVE_SYS_TYPES_H 15051/* Define to 1 if you have the <unistd.h> header file. */52#define HAVE_UNISTD_H 15354/* Define to 1 if you have the `unsetenv' function. */55#define HAVE_UNSETENV 15657/* Define to 1 if vsnprintf is in std */58/* #undef HAVE_VSNPRINTF_IN_STD */5960/* Define to the sub-directory where libtool stores uninstalled libraries. */61#define LT_OBJDIR ".libs/"6263/* Name of package */64#define PACKAGE "atf"6566/* Define to the address where bug reports for this package should be sent. */67#define PACKAGE_BUGREPORT "[email protected]"6869/* Define to the copyright string applicable to this package. */70#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."7172/* Define to the full name of this package. */73#define PACKAGE_NAME "Automated Testing Framework"7475/* Define to the full name and version of this package. */76#define PACKAGE_STRING "Automated Testing Framework 0.21"7778/* Define to the one symbol short name of this package. */79#define PACKAGE_TARNAME "atf"8081/* Define to the home page for this package. */82#define PACKAGE_URL "https://github.com/jmmv/atf/"8384/* Define to the version of this package. */85#define PACKAGE_VERSION "0.21"8687/* Define to 1 if you have the ANSI C header files. */88#define STDC_HEADERS 18990/* Version number of package */91#define VERSION "0.21"929394