diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 04:12:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 04:12:10 +0000 |
commit | 8f5561a0d96b110c593dab2b11ff08fd2ba826d7 (patch) | |
tree | 729bb7945c2a757b6373a6cd5ae4531d09402290 /src/include/postgres.h | |
parent | fbe4ad21540db2858032a2069c45d021c86a5596 (diff) | |
download | postgresql-8f5561a0d96b110c593dab2b11ff08fd2ba826d7.tar.gz postgresql-8f5561a0d96b110c593dab2b11ff08fd2ba826d7.zip |
More config.h cleanups.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 5 |
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" |