Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/lib/libatf-c Update for atf 0.19.



details:   https://anonhg.NetBSD.org/src/rev/a503a5ccb19e
branches:  trunk
changeset: 326644:a503a5ccb19e
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Feb 09 14:02:39 2014 +0000

description:
Update for atf 0.19.

diffstat:

 external/bsd/atf/lib/libatf-c/bconfig.h |  26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)

diffs (72 lines):

diff -r 3da13f7a1e26 -r a503a5ccb19e external/bsd/atf/lib/libatf-c/bconfig.h
--- a/external/bsd/atf/lib/libatf-c/bconfig.h   Sun Feb 09 13:40:59 2014 +0000
+++ b/external/bsd/atf/lib/libatf-c/bconfig.h   Sun Feb 09 14:02:39 2014 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index