]> granicus.if.org Git - postgresql/commitdiff
Remove broken (and unnecessary) definition of DEF_PGPORT.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 19:30:22 +0000 (19:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2001 19:30:22 +0000 (19:30 +0000)
src/interfaces/libpq/win32.h

index 8079b4b8ed5181e549a63d136585079b6bf7f576..98d1a8345c2ce9e9a4188a29537994c9e0b0a4f0 100644 (file)
@@ -6,8 +6,6 @@
 #define strcasecmp(a,b) stricmp(a,b)
 #define strncasecmp(a,b,c) _strnicmp(a,b,c)
 
-#define ACCEPT_TYPE_ARG3 int
-
 /*
  * Some compat functions
  */
  */
 #define crypt(a,b) a
 
-
-
 /*
  * Parts of config.h that you get with autoconf on other systems
  */
-
-#define DEF_PGPORT "5432"
 #define MAXIMUM_ALIGNOF 4
+#define ACCEPT_TYPE_ARG3 int