Created
December 10, 2023 11:45
-
-
Save valgur/b408e251b790f9f320262ed50b6ae0f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/config.h.in b/config/config.h.in | |
--- a/config/config.h.in (revision 31b4f606f38075727472f6946bd981bb6c6b8647) | |
+++ b/config/config.h.in (revision 9582f6d7676eaacd956c581b6e5b6f86863fc918) | |
@@ -15,12 +15,12 @@ | |
/* Define if you have CAIRO library */ | |
#undef CAIRO_DELEGATE | |
+/* Channel mask depth */ | |
+#undef CHANNEL_MASK_DEPTH | |
+ | |
/* permit enciphering and deciphering image pixels */ | |
#undef CIPHER_SUPPORT | |
-/* Define to 1 if the `closedir' function returns void instead of int. */ | |
-#undef CLOSEDIR_VOID | |
- | |
/* coders subdirectory. */ | |
#undef CODER_DIRNAME | |
@@ -34,9 +34,15 @@ | |
/* Define if you have DJVU library */ | |
#undef DJVU_DELEGATE | |
+/* Define if you have DMR library */ | |
+#undef DMR_DELEGATE | |
+ | |
/* Directory where ImageMagick documents live. */ | |
#undef DOCUMENTATION_PATH | |
+/* Define to 1 to enable distributed pixel cache support. */ | |
+#undef DPC_SUPPORT | |
+ | |
/* Define if you have Display Postscript */ | |
#undef DPS_DELEGATE | |
@@ -164,9 +170,6 @@ | |
/* Define to 1 if you have the <dlfcn.h> header file. */ | |
#undef HAVE_DLFCN_H | |
-/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ | |
-#undef HAVE_DOPRNT | |
- | |
/* Define to 1 if you have the `erf' function. */ | |
#undef HAVE_ERF | |
@@ -299,10 +302,6 @@ | |
/* 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 | |
@@ -327,6 +326,9 @@ | |
/* Define to 1 if you have a working `mmap' system call. */ | |
#undef HAVE_MMAP | |
+/* Define if you have the mtmalloc memory allocation library */ | |
+#undef HAVE_MTMALLOC | |
+ | |
/* Define to 1 if you have the `munmap' function. */ | |
#undef HAVE_MUNMAP | |
@@ -414,10 +416,6 @@ | |
/* 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 | |
@@ -576,9 +574,6 @@ | |
/* Define to 1 if you have the <sys/resource.h> header file. */ | |
#undef HAVE_SYS_RESOURCE_H | |
-/* Define to 1 if you have the <sys/select.h> header file. */ | |
-#undef HAVE_SYS_SELECT_H | |
- | |
/* Define to 1 if you have the <sys/sendfile.h> header file. */ | |
#undef HAVE_SYS_SENDFILE_H | |
@@ -659,21 +654,12 @@ | |
/* Define to 1 if you have the <utime.h> header file. */ | |
#undef HAVE_UTIME_H | |
-/* Define to 1 if you have the `vfork' function. */ | |
-#undef HAVE_VFORK | |
- | |
-/* Define to 1 if you have the <vfork.h> header file. */ | |
-#undef HAVE_VFORK_H | |
- | |
/* Define to 1 if you have the `vfprintf' function. */ | |
#undef HAVE_VFPRINTF | |
/* Define to 1 if you have the `vfprintf_l' function. */ | |
#undef HAVE_VFPRINTF_L | |
-/* Define to 1 if you have the `vprintf' function. */ | |
-#undef HAVE_VPRINTF | |
- | |
/* Define to 1 if you have the `vsnprintf' function. */ | |
#undef HAVE_VSNPRINTF | |
@@ -689,12 +675,6 @@ | |
/* Define to 1 if you have the <wchar.h> header file. */ | |
#undef HAVE_WCHAR_H | |
-/* Define to 1 if `fork' works. */ | |
-#undef HAVE_WORKING_FORK | |
- | |
-/* Define to 1 if `vfork' works. */ | |
-#undef HAVE_WORKING_VFORK | |
- | |
/* Define to 1 if you have the <xlocale.h> header file. */ | |
#undef HAVE_XLOCALE_H | |
@@ -725,9 +705,6 @@ | |
/* define if your compiler has __attribute__ */ | |
#undef HAVE___ATTRIBUTE__ | |
-/* Whether hdri is enabled or not */ | |
-#undef HDRI_ENABLE_OBSOLETE_IN_H | |
- | |
/* Define if you have libheif library */ | |
#undef HEIC_DELEGATE | |
@@ -858,15 +835,6 @@ | |
/* Define if you have RSVG library */ | |
#undef RSVG_DELEGATE | |
-/* Define to the type of arg 1 for `select'. */ | |
-#undef SELECT_TYPE_ARG1 | |
- | |
-/* Define to the type of args 2, 3 and 4 for `select'. */ | |
-#undef SELECT_TYPE_ARG234 | |
- | |
-/* Define to the type of arg 5 for `select'. */ | |
-#undef SELECT_TYPE_ARG5 | |
- | |
/* Setjmp/longjmp are thread safe */ | |
#undef SETJMP_IS_THREAD_SAFE | |
@@ -898,8 +866,8 @@ | |
/* 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 `size_t', as computed by sizeof. */ | |
+#undef SIZEOF_SIZE_T | |
/* The size of `unsigned long long', as computed by sizeof. */ | |
#undef SIZEOF_UNSIGNED_LONG_LONG | |
@@ -1138,9 +1106,6 @@ | |
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 | |
@@ -1153,9 +1118,6 @@ | |
/* Define as a signed integer type capable of holding a process identifier. */ | |
#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 only directly. */ | |
@@ -1204,9 +1166,6 @@ | |
pointer, if such a type exists, and if the system does not define it. */ | |
#undef uintptr_t | |
-/* Define as `fork' if `vfork' does not work. */ | |
-#undef vfork | |
- | |
/* Define to empty if the keyword `volatile' does not work. Warning: valid | |
code using `volatile' can become incorrect without. Disable with care. */ | |
#undef volatile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment