summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-19 22:46:01 +0000
committergrant <grant@pkgsrc.org>2003-12-19 22:46:01 +0000
commitb043fa59b4e4e27757905231f257f6a8e5cf4a53 (patch)
treee642c8daab9172d6986084b3b7474e0cfd4e8ed5 /pkgtools
parent0784cb96bf6c8d60297e2907fffe9d7b20be7222 (diff)
downloadpkgsrc-b043fa59b4e4e27757905231f257f6a8e5cf4a53.tar.gz
regen for HAVE_WORKING_LONG_LONG rename
Diffstat (limited to 'pkgtools')
-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__