summaryrefslogtreecommitdiff
path: root/graphics/asymptote/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/config.h.in')
-rw-r--r--graphics/asymptote/config.h.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/asymptote/config.h.in b/graphics/asymptote/config.h.in
index 891681e848..aadf8dbe14 100644
--- a/graphics/asymptote/config.h.in
+++ b/graphics/asymptote/config.h.in
@@ -114,9 +114,6 @@
/* Define to 1 if you have Language server protocol. */
#undef HAVE_LSP
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the `memrchr' function. */
#undef HAVE_MEMRCHR
@@ -153,6 +150,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -229,7 +229,9 @@
your system. */
#undef PTHREAD_CREATE_JOINABLE
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
@@ -260,7 +262,7 @@
#undef inline
#endif
-/* Define to `int' if <sys/types.h> does not define. */
+/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define to `unsigned int' if <sys/types.h> does not define. */