diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-10-13 13:46:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-10-13 13:46:20 +0000 |
commit | 44bf483446d49459e8bccb74bce2ea9575939766 (patch) | |
tree | 842021b1931844bcf54cb0af0fd0adbe975f5f44 /src | |
parent | 86be8677a91b551448d325a1dbf9dd8c8031615d (diff) | |
download | postgresql-44bf483446d49459e8bccb74bce2ea9575939766.tar.gz postgresql-44bf483446d49459e8bccb74bce2ea9575939766.zip |
Removed duplicate MAXNAMELEN define I accidentally added.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 1767d29f695..17b5245440d 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.38 1996/10/13 04:25:23 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.39 1996/10/13 13:46:20 momjian Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -214,10 +214,6 @@ X11_INCDIR = /usr/include X11_LIBDIR = /usr/lib X11_LIB = -lX11 -lsocket -lnsl -# These must match include/config.h -NAMEDATALEN= 32 -OIDNAMELEN= 36 - # include port specific rules and variables. For instance: # # signal(2) handling - this is here because it affects some of |