From 306c44eeadc9e33f415ff011f254b0527edfa88d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 6 Nov 2000 22:18:10 +0000 Subject: Add -V option to backend, to show version, since --version doesn't seem to work everywhere. Also, on FreeBSD you need to set the optreset variable to 1 before parsing the command line a second time with getopt(). --- src/include/config.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/config.h.in b/src/include/config.h.in index c3d5b663485..b066daed7bd 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -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.146 2000/11/03 18:43:52 petere Exp $ + * $Id: config.h.in,v 1.147 2000/11/06 22:18:10 petere Exp $ */ #ifndef CONFIG_H @@ -604,6 +604,8 @@ extern void srandom(unsigned int seed); /* Define if a system lib (-ldl) has dlopen() (needed for AIX) */ #undef HAVE_DLOPEN +/* Define if you have the optreset variable */ +#undef HAVE_INT_OPTRESET /* *------------------------------------------------------------------------ -- cgit v1.2.3