More config.h cleanups.
authorBruce Momjian
Sat, 17 Jul 1999 04:12:10 +0000 (04:12 +0000)
committerBruce Momjian
Sat, 17 Jul 1999 04:12:10 +0000 (04:12 +0000)
src/backend/port/inet_aton.c
src/include/c.h
src/include/postgres.h

index 2922c137caa0b7b87d6df53f9d55e6b6131160df..485772619c94afef06c2c2f4ff44c67da40f6662 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: inet_aton.c,v 1.16 1999/02/07 22:07:02 tgl Exp $
+/* $Id: inet_aton.c,v 1.17 1999/07/17 04:12:09 momjian Exp $
  *
  * This inet_aton() function was taken from the GNU C library and
  * incorporated into Postgres for those systems which do not have this
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.  */
 
-#include "config.h"
-
 #include 
 #include 
 #include 
 
+#include "config.h"
+
 /*
  * Check whether "cp" is a valid ascii representation
  * of an Internet address and convert to a binary address.
index 84516a0f8fa92ea61745562f5ce2fca405274f6f..1fd1aa0421ea1ac132d749691a503eb44fe24009 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.59 1999/07/13 20:00:32 momjian Exp $
+ * $Id: c.h,v 1.60 1999/07/17 04:12:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
    on some platforms, and we only want our definitions used if stdlib.h doesn't
    have its own.  The same goes for stddef and stdarg if present.
 */
+
+#include "config.h"
+
+
 #include 
 #ifdef STDC_HEADERS
 #include 
@@ -103,12 +107,6 @@ typedef bool *BoolPtr;
  * ----------------------------------------------------------------
  */
 
-/*
- * We used to define const, signed, volatile, and inline as empty
- * if __STDC__ wasn't defined.  Now we let configure test whether
- * those keywords work; config.h defines them as empty if not.
- */
-
 /*
  * CppAsString
  *     Convert the argument to a string, using the C preprocessor.
index 5584aee242e26b4955bc0b7c90ed23079f985683..ad6cda6795244bba9dfcebf5120f31cd88df0284 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.25 1999/07/16 17:07:24 momjian Exp $
+ * $Id: postgres.h,v 1.26 1999/07/17 04:12:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -36,9 +36,6 @@
 #define POSTGRES_H
 
 #include "postgres_ext.h"
-#ifndef WIN32
-#include "config.h"
-#endif
 #include "c.h"
 #include "utils/elog.h"
 #include "utils/mcxt.h"