summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 10 insertions, 16 deletions
diff --git a/config.h.in b/config.h.in
index 8df7cbe..385c17d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -27,6 +27,9 @@
/* Define if ttyname_r is does not work with small buffers */
#undef HAVE_BROKEN_TTYNAME_R
+/* Define to 1 if you have the `closefrom' function. */
+#undef HAVE_CLOSEFROM
+
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
@@ -44,15 +47,9 @@
/* Define to 1 if the system has the type `error_t'. */
#undef HAVE_ERROR_T
-/* Define to 1 if you have the `fopencookie' function. */
-#undef HAVE_FOPENCOOKIE
-
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
-/* Define to 1 if you have the `funopen' function. */
-#undef HAVE_FUNOPEN
-
/* Define to 1 if you have the `getegid' function. */
#undef HAVE_GETEGID
@@ -68,15 +65,15 @@
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Defined if we build for an MacOS system */
+#undef HAVE_MACOS_SYSTEM
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if the ttyname_r function has a POSIX compliant declaration. */
#undef HAVE_POSIXDECL_TTYNAME_R
-/* If available, contains the Python version number currently in use. */
-#undef HAVE_PYTHON
-
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
@@ -131,9 +128,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to 1 if you have the `vasprintf' function. */
-#undef HAVE_VASPRINTF
-
/* Defined if we run on a W32 CE API based system */
#undef HAVE_W32CE_SYSTEM
@@ -147,9 +141,6 @@
*/
#undef LT_OBJDIR
-/* used to implement the va_copy macro */
-#undef MUST_COPY_VA_BYVAL
-
/* Name of this package */
#undef PACKAGE
@@ -221,6 +212,9 @@
/* Version of this package */
#undef VERSION
+/* Expose all libc features (__DARWIN_C_FULL). */
+#undef _DARWIN_C_SOURCE
+
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
@@ -284,5 +278,5 @@
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
- "Copyright (C) 2001--2016 g10 Code GmbH\n"
+ "Copyright (C) 2001--2017 g10 Code GmbH\n"