summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-17 06:22:32 +0000
committergrant <grant@pkgsrc.org>2003-07-17 06:22:32 +0000
commit1a0804c285ea2ff14550ed4308c5e5f36b6c7674 (patch)
tree3f7a419a6592ab8f67c6247558833f9156f6ce18
parentb6382dd1c5a5e618c3be29273664f244e006232b (diff)
downloadpkgsrc-1a0804c285ea2ff14550ed4308c5e5f36b6c7674.tar.gz
move stuff from deprecated acconfig.h to configure.ac.
-rw-r--r--pkgtools/libnbcompat/files/acconfig.h13
-rw-r--r--pkgtools/libnbcompat/files/config.h.in25
-rw-r--r--pkgtools/libnbcompat/files/configure.ac12
3 files changed, 24 insertions, 26 deletions
diff --git a/pkgtools/libnbcompat/files/acconfig.h b/pkgtools/libnbcompat/files/acconfig.h
deleted file mode 100644
index 8259d71926c..00000000000
--- a/pkgtools/libnbcompat/files/acconfig.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id: acconfig.h,v 1.2 2003/07/15 05:33:04 grant Exp $ */
-
-/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
-#undef HAVE_PRINTF_QD
-
-/* Define if `long long' is supported and sizeof(off_t) >= 8 */
-#undef HAVE_QUAD_SUPPORT
-
-/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
-#undef HAVE_OPTARG_D
-
-/* Define if optind is declared in <stdlib.h> or <unistd.h> */
-#undef HAVE_OPTIND_D
diff --git a/pkgtools/libnbcompat/files/config.h.in b/pkgtools/libnbcompat/files/config.h.in
index 12c7fa1dd25..b92a612c125 100644
--- a/pkgtools/libnbcompat/files/config.h.in
+++ b/pkgtools/libnbcompat/files/config.h.in
@@ -1,17 +1,4 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* $Id: config.h.in,v 1.7 2003/07/15 05:33:04 grant Exp $ */
-
-/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
-#undef HAVE_PRINTF_QD
-
-/* Define if `long long' is supported and sizeof(off_t) >= 8 */
-#undef HAVE_QUAD_SUPPORT
-
-/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
-#undef HAVE_OPTARG_D
-
-/* Define if optind is declared in <stdlib.h> or <unistd.h> */
-#undef HAVE_OPTIND_D
/* Define to 1 if the `getpgrp' function requires zero arguments. */
#undef GETPGRP_VOID
@@ -417,6 +404,18 @@
+/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
+#undef HAVE_PRINTF_QD
+
+/* Define if `long long' is supported and sizeof(off_t) >= 8 */
+#undef HAVE_QUAD_SUPPORT
+
+/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
+#undef HAVE_OPTARG_D
+
+/* Define if optind is declared in <stdlib.h> or <unistd.h> */
+#undef HAVE_OPTIND_D
+
#ifndef HAVE___ATTRIBUTE__
# define __attribute__(x)
#endif
diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac
index 3cb56a21a16..23656e539d8 100644
--- a/pkgtools/libnbcompat/files/configure.ac
+++ b/pkgtools/libnbcompat/files/configure.ac
@@ -163,6 +163,18 @@ AC_MSG_TRY_COMPILE(for optind declaration, ftp_cv_HAVE_OPTIND_D, [
AH_BOTTOM([
+/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
+#undef HAVE_PRINTF_QD
+
+/* Define if `long long' is supported and sizeof(off_t) >= 8 */
+#undef HAVE_QUAD_SUPPORT
+
+/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
+#undef HAVE_OPTARG_D
+
+/* Define if optind is declared in <stdlib.h> or <unistd.h> */
+#undef HAVE_OPTIND_D
+
#ifndef HAVE___ATTRIBUTE__
# define __attribute__(x)
#endif