diff options
| author | Peter Eisentraut | 2001-05-11 23:38:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-05-11 23:38:06 +0000 |
| commit | 5e19e14ecda8c7ff37f4681fc9e04beb7ca935ba (patch) | |
| tree | 02f969543186f8f65b3a2204575b07426e5289cc /src/include | |
| parent | 7a76e29b0e08c9c3dd50681021c9b1a1bd4b8545 (diff) | |
Cleanups of pltcl unknown thingy.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 01593a4ce9..fc544f4b3e 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.163 2001/05/07 00:43:25 tgl Exp $ + * $Id: config.h.in,v 1.164 2001/05/11 23:38:06 petere Exp $ */ #ifndef CONFIG_H @@ -81,6 +81,9 @@ */ #undef DEF_MAXBACKENDS +/* --enable-pltcl-unknown */ +#undef ENABLE_PLTCL_UNKNOWN + /* *------------------------------------------------------------------------ |
