-/* $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.
*
* 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
* ----------------------------------------------------------------
*/
-/*
- * 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.
*
* 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 $
*
*-------------------------------------------------------------------------
*/
#define POSTGRES_H
#include "postgres_ext.h"
-#ifndef WIN32
-#include "config.h"
-#endif
#include "c.h"
#include "utils/elog.h"
#include "utils/mcxt.h"