summaryrefslogtreecommitdiff
path: root/config/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.h.in')
-rw-r--r--config/config.h.in54
1 files changed, 43 insertions, 11 deletions
diff --git a/config/config.h.in b/config/config.h.in
index ec635b1f5..65f47dafe 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -182,6 +182,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the <float.h> header file. */
+#undef HAVE_FLOAT_H
+
/* Define to 1 if you have the `floor' function. */
#undef HAVE_FLOOR
@@ -251,6 +254,9 @@
/* Define to 1 if you have the `j1' function. */
#undef HAVE_J1
+/* Define if you have jemalloc memory allocation library */
+#undef HAVE_JEMALLOC
+
/* Define if you have the <lcms2.h> header file. */
#undef HAVE_LCMS2_H
@@ -290,6 +296,13 @@
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
#undef HAVE_MACH_O_DYLD_H
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+ to 0 otherwise. */
+#undef HAVE_MALLOC
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define to 1 if <wchar.h> declares mbstate_t. */
#undef HAVE_MBSTATE_T
@@ -302,6 +315,9 @@
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
+/* Define to 1 if you have the `mkdir' function. */
+#undef HAVE_MKDIR
+
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
@@ -323,6 +339,9 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
+/* Define to 1 if you have the <netdb.h> header file. */
+#undef HAVE_NETDB_H
+
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
@@ -374,6 +393,9 @@
/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
+
/* Define to 1 if you have the `pwrite' function. */
#undef HAVE_PWRITE
@@ -389,6 +411,10 @@
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK
+/* Define to 1 if your system has a GNU libc compatible `realloc' function,
+ and to 0 otherwise. */
+#undef HAVE_REALLOC
+
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH
@@ -437,6 +463,9 @@
/* Define to 1 if stdbool.h conforms to C99. */
#undef HAVE_STDBOOL_H
+/* Define to 1 if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -598,6 +627,9 @@
/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
#undef HAVE_TIFFREADEXIFDIRECTORY
+/* Define to 1 if you have the `TIFFReadGPSDirectory' function. */
+#undef HAVE_TIFFREADGPSDIRECTORY
+
/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
#undef HAVE_TIFFSETERRORHANDLEREXT
@@ -723,9 +755,6 @@
/* Define if you have libheif library */
#undef HEIC_DELEGATE
-/* Define if you have jemalloc memory allocation library */
-#undef HasJEMALLOC
-
/* Directory where ImageMagick architecture headers live. */
#undef INCLUDEARCH_PATH
@@ -807,9 +836,6 @@
/* Define if you have OPENEXR library */
#undef OPENEXR_DELEGATE
-/* Name of package */
-#undef PACKAGE
-
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -899,6 +925,9 @@
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
+/* The size of `ssize_t', as computed by sizeof. */
+#undef SIZEOF_SSIZE_T
+
/* The size of `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG
@@ -948,9 +977,6 @@
#endif
-/* Version number of package */
-#undef VERSION
-
/* Define if you have WEBPMUX library */
#undef WEBPMUX_DELEGATE
@@ -993,8 +1019,8 @@
/* Build self-contained, embeddable, zero-configuration ImageMagick */
#undef ZERO_CONFIGURATION_SUPPORT
-/* Define if you have ZIPLIB library */
-#undef ZIPLIB_DELEGATE
+/* Define if you have ZIP library */
+#undef ZIP_DELEGATE
/* Define if you have ZLIB library */
#undef ZLIB_DELEGATE
@@ -1088,6 +1114,9 @@
if such a type exists, and if the system does not define it. */
#undef intptr_t
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
/* Define to a type if <wchar.h> does not define. */
#undef mbstate_t
@@ -1100,6 +1129,9 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
+/* Define to rpl_realloc if the replacement function should be used. */
+#undef realloc
+
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */