mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Removed duplicate MAXNAMELEN define I accidentally added.
This commit is contained in:
		| @@ -7,7 +7,7 @@ | |||||||
| # | # | ||||||
| # | # | ||||||
| # IDENTIFICATION | # 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 | # NOTES | ||||||
| #    This is seen by any Makefiles that include mk/postgres.mk. To | #    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_LIBDIR = /usr/lib | ||||||
| X11_LIB = -lX11 -lsocket -lnsl | X11_LIB = -lX11 -lsocket -lnsl | ||||||
|  |  | ||||||
| #  These must match include/config.h  |  | ||||||
| NAMEDATALEN=	32 |  | ||||||
| OIDNAMELEN=	36 |  | ||||||
|  |  | ||||||
| # include port specific rules and variables. For instance: | # include port specific rules and variables. For instance: | ||||||
| # | # | ||||||
| # signal(2) handling - this is here because it affects some of  | # signal(2) handling - this is here because it affects some of  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user