diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 02:03:09 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 02:04:57 +0200 |
commit | 0a81c22efb5d16229ffbea2f1a788b3b3edb4ab0 (patch) | |
tree | 30938004d32a55c4c198355c44568846d8456120 /buildlib/config.h.in | |
parent | 313a7b1d9130a6a70853f04b8b4e73c678241d3f (diff) |
configure.ac: Drop broken unused check for ptsname_r()
AC_CHECK_FUNCS() defines HAVE_* variables, but AC_CHECK_FUNC()
does not.
Anyway: We do not have any code using HAVE_PTSNAME_R, so
just remove it.
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index fb21b387f..71c05c1cd 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -37,9 +37,6 @@ #undef HAVE_SETRESUID #undef HAVE_SETRESGID -/* Check for ptsname_r() */ -#undef HAVE_PTSNAME_R - /* Define to the size of the filesize containing structures */ #undef _FILE_OFFSET_BITS |