diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0b7e8d68..c90fd77f 100644 --- a/config.h.in +++ b/config.h.in @@ -83,6 +83,9 @@ /* Define to 1 if you have the <readline/readline.h> header file. */ #undef HAVE_READLINE_READLINE_H +/* Define to 1 if you have the `secure_getenv' function. */ +#undef HAVE_SECURE_GETENV + /* Define if you have SELinux support */ #undef HAVE_SELINUX @@ -119,6 +122,9 @@ /* Define if you have Linux Wireless Extensions support */ #undef HAVE_WEXT +/* Define to 1 if you have the `__secure_getenv' function. */ +#undef HAVE___SECURE_GETENV + /* Enable Gentoo hostname persist method */ #undef HOSTNAME_PERSIST_GENTOO |