diff options
| author | Peter Eisentraut | 2000-11-06 22:18:10 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-11-06 22:18:10 +0000 |
| commit | 306c44eeadc9e33f415ff011f254b0527edfa88d (patch) | |
| tree | d9f6a2d9250f4d169af38fae8b9af349bbd88f34 /src/include | |
| parent | 6f2f1690156d4815a40977f900f098af4f745086 (diff) | |
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().
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 /* *------------------------------------------------------------------------ |
