summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
diff options
context:
space:
mode:
authorgrant <grant>2003-12-19 22:46:01 +0000
committergrant <grant>2003-12-19 22:46:01 +0000
commitad5f23f3cad5d29a503583414ceb01968c3b332b (patch)
treee642c8daab9172d6986084b3b7474e0cfd4e8ed5 /pkgtools/libnbcompat
parenta380131b1785c198c12a0a9d4712f99c6167f181 (diff)
downloadpkgsrc-ad5f23f3cad5d29a503583414ceb01968c3b332b.tar.gz
regen for HAVE_WORKING_LONG_LONG rename
Diffstat (limited to 'pkgtools/libnbcompat')
-rwxr-xr-xpkgtools/libnbcompat/files/configure2
-rw-r--r--pkgtools/libnbcompat/files/nbcompat/config.h.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure
index 0a73ebe4d78..ec21ca8d7f7 100755
--- a/pkgtools/libnbcompat/files/configure
+++ b/pkgtools/libnbcompat/files/configure
@@ -8194,7 +8194,7 @@ fi
if test $can_printf_longlong = yes; then
cat >>confdefs.h <<\_ACEOF
-#define HAVE_QUAD_SUPPORT 1
+#define HAVE_WORKING_LONG_LONG 1
_ACEOF
diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in
index e0e8cedcf10..1b332a08d26 100644
--- a/pkgtools/libnbcompat/files/nbcompat/config.h.in
+++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in
@@ -198,9 +198,6 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
-/* Define to 1 if `long long' is supported and sizeof(off_t) >= 8. */
-#undef HAVE_QUAD_SUPPORT
-
/* Define to 1 if you have the <rmd160.h> header file. */
#undef HAVE_RMD160_H
@@ -411,6 +408,9 @@
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
+/* Define to 1 if `long long' is supported and sizeof(off_t) >= 8. */
+#undef HAVE_WORKING_LONG_LONG
+
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__