summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-01-08 17:57:11 +0100
committerGuido Günther <agx@sigxcpu.org>2014-01-08 17:57:11 +0100
commit0d0590ed1a0452632c9ca0febc6f5bf314e8ecb6 (patch)
tree71318500d92baa5750aa08479b2473231a640d53 /config.h.in
parentaffb1ceca006a9ee8d5367f8ff48b0899bde0831 (diff)
New upstream version 1.2.1~rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 2186965ef..926633a8d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1186,6 +1186,9 @@
to 0 otherwise. */
#undef HAVE_MALLOC_GNU
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define if the 'malloc' function is POSIX compliant. */
#undef HAVE_MALLOC_POSIX
@@ -1266,6 +1269,12 @@
/* Define to 1 if the system has the 'openpty' function. */
#undef HAVE_OPENPTY
+/* Define to 1 if libcrypto is used for MD5. */
+#undef HAVE_OPENSSL_MD5
+
+/* Define to 1 if libcrypto is used for SHA256. */
+#undef HAVE_OPENSSL_SHA256
+
/* Define to 1 if you have the <OS.h> header file. */
#undef HAVE_OS_H
@@ -2648,9 +2657,6 @@
/* A replacement for va_copy, if needed. */
#define gl_va_copy(a,b) ((a) = (b))
-/* Define to rpl_gmtime if the replacement function should be used. */
-#undef gmtime
-
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
@@ -2676,9 +2682,6 @@
/* Define to 1 if the compiler is checking for lint. */
#undef lint
-/* Define to rpl_localtime if the replacement function should be used. */
-#undef localtime
-
/* Define to a type if <wchar.h> does not define. */
#undef mbstate_t