aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-17 04:12:10 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-17 04:12:10 +0000
commit8f5561a0d96b110c593dab2b11ff08fd2ba826d7 (patch)
tree729bb7945c2a757b6373a6cd5ae4531d09402290 /src/include/postgres.h
parentfbe4ad21540db2858032a2069c45d021c86a5596 (diff)
downloadpostgresql-8f5561a0d96b110c593dab2b11ff08fd2ba826d7.tar.gz
postgresql-8f5561a0d96b110c593dab2b11ff08fd2ba826d7.zip
More config.h cleanups.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 5584aee242e..ad6cda67952 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -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"