diff options
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index c6b1ee669..a887ebf88 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -34,6 +34,9 @@ #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 |