summaryrefslogtreecommitdiff
path: root/graphics/asymptote/config.h.in
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
commitecdf859b6ce481abfd530425dcf6f0f764bd0001 (patch)
tree13bc161dc046876ac6c92fce5f9f5034ba9aa573 /graphics/asymptote/config.h.in
parent790995b7e79697514364450bf9c04f1b8d500838 (diff)
CTAN sync 202112280300
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