Commit b6ffc70d authored by Tom Lane's avatar Tom Lane

Remove broken (and unnecessary) definition of DEF_PGPORT.

parent d79ab787
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#define strcasecmp(a,b) stricmp(a,b) #define strcasecmp(a,b) stricmp(a,b)
#define strncasecmp(a,b,c) _strnicmp(a,b,c) #define strncasecmp(a,b,c) _strnicmp(a,b,c)
#define ACCEPT_TYPE_ARG3 int
/* /*
* Some compat functions * Some compat functions
*/ */
...@@ -24,11 +22,8 @@ ...@@ -24,11 +22,8 @@
*/ */
#define crypt(a,b) a #define crypt(a,b) a
/* /*
* Parts of config.h that you get with autoconf on other systems * Parts of config.h that you get with autoconf on other systems
*/ */
#define DEF_PGPORT "5432"
#define MAXIMUM_ALIGNOF 4 #define MAXIMUM_ALIGNOF 4
#define ACCEPT_TYPE_ARG3 int
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment