diff options
Diffstat (limited to 'src/backend/port/win32/nt.h')
| -rw-r--r-- | src/backend/port/win32/nt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/port/win32/nt.h b/src/backend/port/win32/nt.h index a879e37f16..6dc54ae651 100644 --- a/src/backend/port/win32/nt.h +++ b/src/backend/port/win32/nt.h @@ -30,7 +30,6 @@ struct sembuf #define MAXHOSTNAMELEN 12 /* where is the official definition of this? */ #define MAXPATHLEN _MAX_PATH /* in winsock.h */ -#define POSTPORT "5432" /* NT has stricmp not strcasecmp. Which is ANSI? */ #define strcasecmp(a,b) _stricmp(a,b) @@ -46,5 +45,3 @@ struct sembuf #define GETNCNT 5 #define GETVAL 6 -#define POSTGRESDIR "d:\\pglite" -#define PGDATADIR "d:\\pglite\\data" |
