summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0c5e8b0..8190f23 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -48,15 +48,24 @@
/* define if the compiler implements namespaces */
#undef HAVE_NAMESPACES
+/* Define if you have the 'pread' function */
+#undef HAVE_PREAD
+
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define if you have the 'pwrite' function */
+#undef HAVE_PWRITE
+
/* define if the compiler implements pthread_rwlock_* */
#undef HAVE_RWLOCK
+/* Define if you have the 'sigaction' function */
+#undef HAVE_SIGACTION
+
/* Define if you have the `sigaltstack' function */
#undef HAVE_SIGALTSTACK