diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-08-24 09:37:07 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-08-24 09:37:07 +0000 |
commit | b7d5a88dbba79bc09d58f547b7a4518fd23537d2 (patch) | |
tree | 3eef2b5c98f0d403e9f27ab076f759f14da7e1c7 | |
parent | f836c2e37e20a9577c12de4686e4b26f2c5db44f (diff) | |
download | postgresql-b7d5a88dbba79bc09d58f547b7a4518fd23537d2.tar.gz postgresql-b7d5a88dbba79bc09d58f547b7a4518fd23537d2.zip |
Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routescape.com>
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_config.h.in b/src/interfaces/ecpg/include/ecpg_config.h.in index 905007cd461..b55169deb58 100644 --- a/src/interfaces/ecpg/include/ecpg_config.h.in +++ b/src/interfaces/ecpg/include/ecpg_config.h.in @@ -1,3 +1,9 @@ +/* Define to 1 if `long int' works and is 64 bits. */ +#undef HAVE_LONG_INT_64 + +/* Define to 1 if `long long int' works and is 64 bits. */ +#undef HAVE_LONG_LONG_INT_64 + /* Define to 1 if you want 64-bit integer timestamp and interval support. (--enable-integer-datetimes) */ #undef USE_INTEGER_DATETIMES |