summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-27 22:27:57 +0000
committerKarl Berry <karl@freefriends.org>2019-03-27 22:27:57 +0000
commit9121faed0cf54a08882acf41120cf28fc3a32998 (patch)
treefe7f0c5e9ed02fe4a1fc389c27c88750c2807e43 /Build/source/utils/asymptote/config.h.in
parentb8e24fbf964b4030f68a8484a53d405869693266 (diff)
asy 2.48 sources
git-svn-id: svn://tug.org/texlive/trunk@50622 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.h.in')
-rw-r--r--Build/source/utils/asymptote/config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/config.h.in b/Build/source/utils/asymptote/config.h.in
index 69236240dee..b0f7631ce7f 100644
--- a/Build/source/utils/asymptote/config.h.in
+++ b/Build/source/utils/asymptote/config.h.in
@@ -9,9 +9,6 @@
/* System directory for global .asy files */
#undef ASYMPTOTE_SYSDIR
-/* Define if gluNurbsCallback expects a variadic function. */
-#undef GLU_TESS_CALLBACK_TRIPLEDOT
-
/* Define to 1 if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
@@ -51,8 +48,11 @@
/* Define to 1 if you have the `GL' library (-lGL). */
#undef HAVE_LIBGL
-/* Define to 1 if you have the `GLU' library (-lGLU). */
-#undef HAVE_LIBGLU
+/* Define if you have the `GLEW' library (-lGLEW). */
+#undef HAVE_LIBGLEW
+
+/* Define if you have the `OpenGL Mathematics' library. */
+#undef HAVE_LIBGLM
/* Define to 1 if you have the `glut' library (-lglut). */
#undef HAVE_LIBGLUT