summaryrefslogtreecommitdiff
path: root/contrib/os2client/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/os2client/config.h')
-rw-r--r--contrib/os2client/config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/os2client/config.h b/contrib/os2client/config.h
index d09a59630ac..872b34a6562 100644
--- a/contrib/os2client/config.h
+++ b/contrib/os2client/config.h
@@ -1,17 +1,17 @@
#ifndef TCPIPV4
-# define TCPIPV4
-#endif
+#define TCPIPV4
+#endif /* */
#ifndef MAXSOCKETS
#define MAXSOCKETS 2048
-#endif
+#endif /* */
-/*
- * DEF_PGPORT is the TCP port number on which the Postmaster listens by
- * default. This can be overriden by command options, environment variables,
- * and the postconfig hook. (set by build script)
- */
+/*
+ * DEF_PGPORT is the TCP port number on which the Postmaster listens by
+ * default. This can be overriden by command options, environment variables,
+ * and the postconfig hook. (set by build script)
+ */
#define DEF_PGPORT "5432"