diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 17a1624..6b503fe 100644 --- a/config.h.in +++ b/config.h.in @@ -341,6 +341,9 @@ /* Define if you have the gethostbyname function. */ #undef HAVE_GETHOSTBYNAME +/* Define if you have the getline function. */ +#undef HAVE_GETLINE + /* Define if you have the getlogin function. */ #undef HAVE_GETLOGIN |