1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

add check for libz compression library for pg_dump

This commit is contained in:
Marc G. Fournier
2000-07-05 17:44:29 +00:00
parent 6534444d19
commit 8bef689043
3 changed files with 425 additions and 378 deletions

View File

@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
* $Id: config.h.in,v 1.122 2000/07/02 15:21:18 petere Exp $
* $Id: config.h.in,v 1.123 2000/07/05 17:44:29 scrappy Exp $
*/
#ifndef CONFIG_H
@ -511,6 +511,9 @@ extern long random(void);
extern void srandom(unsigned int seed);
#endif
/* Set to 1 if you have libz.a */
#undef HAVE_LIBZ
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE