diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-03 14:55:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-03 14:55:21 +0000 |
commit | 90015d40fe268490340a53b4a7b2e382f6052a52 (patch) | |
tree | c6a82aea2bf940f0430ae89f39f08021534308a8 | |
parent | 7b81988f9b5275e2cdf7bbb0ca0620a24f1afc82 (diff) | |
download | postgresql-90015d40fe268490340a53b4a7b2e382f6052a52.tar.gz postgresql-90015d40fe268490340a53b4a7b2e382f6052a52.zip |
Remove SYSCONFDIR from win32 include file.
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index d476b2035d8..1d3c0cb185f 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -6,8 +6,6 @@ #define PG_VERSION "7.5" #define PG_VERSION_STR "7.5devel (win32)" -#define SYSCONFDIR "" - #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |