mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +03:00
Minor cleanup.
This commit is contained in:
parent
390c148557
commit
74248ad673
@ -6,7 +6,7 @@
|
|||||||
* for developers. If you edit any of these, be sure to do a *full*
|
* for developers. If you edit any of these, be sure to do a *full*
|
||||||
* rebuild (and an initdb if noted).
|
* rebuild (and an initdb if noted).
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.14 2004/08/29 05:06:55 momjian Exp $
|
* $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.15 2004/09/10 14:27:37 momjian Exp $
|
||||||
*------------------------------------------------------------------------
|
*------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -148,7 +148,7 @@
|
|||||||
* Define this if your operating system supports link()
|
* Define this if your operating system supports link()
|
||||||
*/
|
*/
|
||||||
#if !defined(__QNX__) && !defined(__BEOS__) && \
|
#if !defined(__QNX__) && !defined(__BEOS__) && \
|
||||||
!defined(__CYGWIN__) && !defined(WIN32)
|
!defined(WIN32) && !defined(__CYGWIN__)
|
||||||
#define HAVE_WORKING_LINK 1
|
#define HAVE_WORKING_LINK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user