Mailing List Archive

svn commit: r1916121 [1/2] - in /spamassassin/trunk/spamc: config.h.in configure
Author: gbechis
Date: Tue Mar 5 09:30:54 2024
New Revision: 1916121

URL: http://svn.apache.org/viewvc?rev=1916121&view=rev
Log:
rebuild configure script with autoconf 2.71
bz #8204

Modified:
spamassassin/trunk/spamc/config.h.in
spamassassin/trunk/spamc/configure

Modified: spamassassin/trunk/spamc/config.h.in
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamc/config.h.in?rev=1916121&r1=1916120&r2=1916121&view=diff
==============================================================================
--- spamassassin/trunk/spamc/config.h.in (original)
+++ spamassassin/trunk/spamc/config.h.in Tue Mar 5 09:30:54 2024
@@ -46,9 +46,6 @@
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ

-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

@@ -76,6 +73,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

@@ -136,10 +136,15 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION

-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Define to empty if `const' does not conform to ANSI C. */
@@ -151,13 +156,13 @@
/* Define to `unsigned long' if <sys/types.h> does not define. */
#undef in_addr_t

-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t

-/* Define to `int' if <sys/types.h> does not define. */
+/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t

-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t

/* Define to `int' if <sys/types.h> doesn't define. */