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, 9 insertions, 3 deletions
diff --git a/graphics/asymptote/config.h.in b/graphics/asymptote/config.h.in
index c6b6c524e7..52c23ede51 100644
--- a/graphics/asymptote/config.h.in
+++ b/graphics/asymptote/config.h.in
@@ -9,6 +9,9 @@
/* System directory for global .asy files */
#undef ASYMPTOTE_SYSDIR
+/* Define to 1 if you have GLSL compute shaders. */
+#undef HAVE_COMPUTE_SHADER
+
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
@@ -105,6 +108,9 @@
/* Define to 1 if the system has the type `long long'. */
#undef HAVE_LONG_LONG
+/* 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
@@ -135,6 +141,9 @@
/* Define to 1 if you have a working <tirpc/rpc/rpc.h> header. */
#undef HAVE_RPC_RPC_H
+/* Define to 1 if you have GLSL shader storage buffer objects. */
+#undef HAVE_SSBO
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
@@ -214,9 +223,6 @@
your system. */
#undef PTHREAD_CREATE_JOINABLE
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS