diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-08 17:58:56 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-08 17:58:56 (GMT) |
commit | a9586c7273f99b4923dfbbd841c1e3a9c29cb935 (patch) | |
tree | 41cdf4801e3e3ccfce5054c97e648501707ed5ad /config.h.in | |
parent | e2ad63305117aec5b8f44d0894e2459a06326131 (diff) | |
download | cpython-a9586c7273f99b4923dfbbd841c1e3a9c29cb935.zip cpython-a9586c7273f99b4923dfbbd841c1e3a9c29cb935.tar.gz cpython-a9586c7273f99b4923dfbbd841c1e3a9c29cb935.tar.bz2 |
Remove configure test for getline(), since it's no longer used at all
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index f7f886b..ee20520 100644 --- a/config.h.in +++ b/config.h.in @@ -344,9 +344,6 @@ /* 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 |