Deleted Added
full compact
config.h (240122) config.h (258289)
1/* bconfig.h. Generated from bconfig.h.in by configure. */
2/* bconfig.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if basename takes a constant pointer */
5#define HAVE_CONST_BASENAME 1
6
7/* Define to 1 if dirname takes a constant pointer */
8#define HAVE_CONST_DIRNAME 1

--- 9 unchanged lines hidden (view full) ---

18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#define HAVE_INTTYPES_H 1
21
22/* Define to 1 if you have the <memory.h> header file. */
23#define HAVE_MEMORY_H 1
24
25/* Define to 1 if getopt has optreset */
1/* bconfig.h. Generated from bconfig.h.in by configure. */
2/* bconfig.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if basename takes a constant pointer */
5#define HAVE_CONST_BASENAME 1
6
7/* Define to 1 if dirname takes a constant pointer */
8#define HAVE_CONST_DIRNAME 1

--- 9 unchanged lines hidden (view full) ---

18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#define HAVE_INTTYPES_H 1
21
22/* Define to 1 if you have the <memory.h> header file. */
23#define HAVE_MEMORY_H 1
24
25/* Define to 1 if getopt has optreset */
26/* #undef HAVE_OPTRESET */
26#define HAVE_OPTRESET 1
27
28/* Define to 1 if you have the `putenv' function. */
29#define HAVE_PUTENV 1
30
31/* Define to 1 if putenv is in std */
32/* #undef HAVE_PUTENV_IN_STD */
33
34/* Define to 1 if you have the `setenv' function. */

--- 40 unchanged lines hidden (view full) ---

75
76/* Define to the last valid signal number */
77#define LAST_SIGNO 128
78
79/* Define to the sub-directory in which libtool stores uninstalled libraries.
80 */
81#define LT_OBJDIR ".libs/"
82
27
28/* Define to 1 if you have the `putenv' function. */
29#define HAVE_PUTENV 1
30
31/* Define to 1 if putenv is in std */
32/* #undef HAVE_PUTENV_IN_STD */
33
34/* Define to 1 if you have the `setenv' function. */

--- 40 unchanged lines hidden (view full) ---

75
76/* Define to the last valid signal number */
77#define LAST_SIGNO 128
78
79/* Define to the sub-directory in which libtool stores uninstalled libraries.
80 */
81#define LT_OBJDIR ".libs/"
82
83/* Define to 1 if your C compiler doesn't accept -c and -o together. */
84/* #undef NO_MINUS_C_MINUS_O */
85
86/* Name of package */
87#define PACKAGE "atf"
88
89/* Define to the address where bug reports for this package should be sent. */
90#define PACKAGE_BUGREPORT "atf-devel@NetBSD.org"
91
92/* Define to the copyright string applicable to this package. */
93#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."
94
95/* Define to the full name of this package. */
96#define PACKAGE_NAME "Automated Testing Framework"
97
98/* Define to the full name and version of this package. */
83/* Name of package */
84#define PACKAGE "atf"
85
86/* Define to the address where bug reports for this package should be sent. */
87#define PACKAGE_BUGREPORT "atf-devel@NetBSD.org"
88
89/* Define to the copyright string applicable to this package. */
90#define PACKAGE_COPYRIGHT "Copyright (c) 2007-2012 The NetBSD Foundation, Inc."
91
92/* Define to the full name of this package. */
93#define PACKAGE_NAME "Automated Testing Framework"
94
95/* Define to the full name and version of this package. */
99#define PACKAGE_STRING "Automated Testing Framework 0.16"
96#define PACKAGE_STRING "Automated Testing Framework 0.18"
100
101/* Define to the one symbol short name of this package. */
102#define PACKAGE_TARNAME "atf"
103
104/* Define to the home page for this package. */
105#define PACKAGE_URL "http://code.google.com/p/kyua/wiki/ATF"
106
107/* Define to the version of this package. */
97
98/* Define to the one symbol short name of this package. */
99#define PACKAGE_TARNAME "atf"
100
101/* Define to the home page for this package. */
102#define PACKAGE_URL "http://code.google.com/p/kyua/wiki/ATF"
103
104/* Define to the version of this package. */
108#define PACKAGE_VERSION "0.16"
105#define PACKAGE_VERSION "0.18"
109
110/* Define to 1 if you have the ANSI C header files. */
111#define STDC_HEADERS 1
112
113/* Version number of package */
106
107/* Define to 1 if you have the ANSI C header files. */
108#define STDC_HEADERS 1
109
110/* Version number of package */
114#define VERSION "0.16"
111#define VERSION "0.18"