summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake')
-rw-r--r--CMake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in
index 3afd9123c..e929646fa 100644
--- a/CMake/config.h.in
+++ b/CMake/config.h.in
@@ -34,6 +34,9 @@
#cmakedefine HAVE_SETRESUID
#cmakedefine HAVE_SETRESGID
+/* Check for ptsname_r() */
+#cmakedefine HAVE_PTSNAME_R
+
/* Define the arch name string */
#define COMMON_ARCH "${COMMON_ARCH}"