diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-03-01 05:05:29 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-03-01 05:05:29 +0000 |
commit | fa2e3cffd3ce9910334d9be2f7813fe6e5a45e7c (patch) | |
tree | 4bd23d147071bd61a08599db90ed5664ad042935 /src/include | |
parent | 7c5b2487b0fd9c730cdc48b08407456325bcc21b (diff) | |
download | postgresql-fa2e3cffd3ce9910334d9be2f7813fe6e5a45e7c.tar.gz postgresql-fa2e3cffd3ce9910334d9be2f7813fe6e5a45e7c.zip |
Remove HAVE_OPTARG per discussion in hackers list.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index bae18263567..aba0daafd88 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.159 2001/02/27 08:13:27 ishii Exp $ + * $Id: config.h.in,v 1.160 2001/03/01 05:05:29 ishii Exp $ */ #ifndef CONFIG_H @@ -579,9 +579,6 @@ extern int fdatasync(int fildes); /* Set to 1 if you have getopt_long() (GNU long options) */ #undef HAVE_GETOPT_LONG -/* Set to 1 if optarg is declared in unistd.h */ -#undef HAVE_OPTARG_DECL - /* Set to 1 if you have union semun */ #undef HAVE_UNION_SEMUN |