mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
#ifndef the include file like the rest, so that it doesn't get pulled
in twice...
This commit is contained in:
parent
54223de000
commit
a88b72ea39
@ -4,6 +4,9 @@
|
|||||||
eventual use of autoconf to build the server
|
eventual use of autoconf to build the server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef CONFIG_H
|
||||||
|
#define CONFIG_H
|
||||||
|
|
||||||
#define BLCKSZ 8192
|
#define BLCKSZ 8192
|
||||||
|
|
||||||
|
|
||||||
@ -60,4 +63,5 @@
|
|||||||
/*------------------------------------------------------*/
|
/*------------------------------------------------------*/
|
||||||
/* #define UNSAFE_FLOATS */
|
/* #define UNSAFE_FLOATS */
|
||||||
|
|
||||||
|
#endif /* CONFIG_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user