Module Name: src
Committed By: jmmv
Date: Sun Feb 9 14:02:39 UTC 2014
Modified Files:
src/external/bsd/atf/lib/libatf-c: bconfig.h
Log Message:
Update for atf 0.19.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/atf/lib/libatf-c/bconfig.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/lib/libatf-c/bconfig.h
diff -u src/external/bsd/atf/lib/libatf-c/bconfig.h:1.12 src/external/bsd/atf/lib/libatf-c/bconfig.h:1.13
--- src/external/bsd/atf/lib/libatf-c/bconfig.h:1.12 Fri Feb 15 17:08:34 2013
+++ src/external/bsd/atf/lib/libatf-c/bconfig.h Sun Feb 9 14:02:39 2014
@@ -28,18 +28,9 @@
/* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1
-/* Define to 1 if putenv is in std */
-/* #undef HAVE_PUTENV_IN_STD */
-
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
-/* Define to 1 if setenv is in std */
-/* #undef HAVE_SETENV_IN_STD */
-
-/* Define to 1 if snprintf is in std */
-/* #undef HAVE_SNPRINTF_IN_STD */
-
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -61,15 +52,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define to 1 if you have the `unmount' function. */
-#define HAVE_UNMOUNT 1
-
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
-/* Define to 1 if unsetenv is in std */
-/* #undef HAVE_UNSETENV_IN_STD */
-
/* Define to 1 if vsnprintf is in std */
/* #undef HAVE_VSNPRINTF_IN_STD */
@@ -80,9 +65,6 @@
*/
#define LT_OBJDIR ".libs/"
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
-
/* Name of package */
#define PACKAGE "atf"
@@ -96,19 +78,19 @@
#define PACKAGE_NAME "Automated Testing Framework"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Automated Testing Framework 0.17"
+#define PACKAGE_STRING "Automated Testing Framework 0.19"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "atf"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://code.google.com/p/kyua/wiki/ATF"
+#define PACKAGE_URL "https://github.com/jmmv/atf/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.17"
+#define PACKAGE_VERSION "0.19"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.17"
+#define VERSION "0.19"