]> sjero.net Git - wget/blobdiff - src/config-post.h
[svn] Use bool type for boolean variables and values.
[wget] / src / config-post.h
index 77a859dd59c39597855a2cb0c4f6cd2e2f93fc69..04de0b7db20a38fca702a6fb068099b4cf841e7f 100644 (file)
@@ -1,6 +1,10 @@
 /* Some autoconf-unrelated preprocessor magic that needs to be done
-   before including the system includes and therefore cannot belong in
-   sysdep.h.  This file is included at the bottom of config.h.  */
+   *before* including the system includes and therefore cannot belong
+   in sysdep.h.
+
+   Everything else related to system tweaking belongs to sysdep.h.
+
+   This file is included at the bottom of config.h.  */
 
 /* Alloca-related defines, straight out of the Autoconf manual. */
 
@@ -13,7 +17,7 @@
  #pragma alloca
 #  else
 #   ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
+void *alloca ();
 #   endif
 #  endif
 # endif
@@ -39,11 +43,6 @@ char *alloca ();
 
 #ifdef solaris
 # define NAMESPACE_TWEAKS
-# ifdef __GNUC__
-/* Prevent stdio.h from declaring va_list and thus tripping gcc's
-   stdarg.h. */
-#  define _VA_LIST
-# endif
 #endif
 
 #ifdef __linux__