From 1a0804c285ea2ff14550ed4308c5e5f36b6c7674 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 17 Jul 2003 06:22:32 +0000 Subject: move stuff from deprecated acconfig.h to configure.ac. --- pkgtools/libnbcompat/files/acconfig.h | 13 ------------- pkgtools/libnbcompat/files/config.h.in | 25 ++++++++++++------------- pkgtools/libnbcompat/files/configure.ac | 12 ++++++++++++ 3 files changed, 24 insertions(+), 26 deletions(-) delete mode 100644 pkgtools/libnbcompat/files/acconfig.h 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 or */ -#undef HAVE_OPTARG_D - -/* Define if optind is declared in or */ -#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 or */ -#undef HAVE_OPTARG_D - -/* Define if optind is declared in or */ -#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 or */ +#undef HAVE_OPTARG_D + +/* Define if optind is declared in or */ +#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 or */ +#undef HAVE_OPTARG_D + +/* Define if optind is declared in or */ +#undef HAVE_OPTIND_D + #ifndef HAVE___ATTRIBUTE__ # define __attribute__(x) #endif -- cgit v1.2.3