diff options
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 095cfe56d79..7a3a61d8d1e 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.112 2000/04/14 03:05:35 tgl Exp $ + * $Id: config.h.in,v 1.113 2000/05/12 13:58:25 scrappy Exp $ */ #ifndef CONFIG_H @@ -302,6 +302,9 @@ /* default path for the location of the odbcinst.ini file */ #undef ODBCINST +/* Define if you have the setproctitle function. */ +#undef HAVE_SETPROCTITLE + /* Define if you have the stricmp function. */ #undef HAVE_STRICMP |