summaryrefslogtreecommitdiff
path: root/fl_config.in
diff options
context:
space:
mode:
Diffstat (limited to 'fl_config.in')
-rw-r--r--fl_config.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/fl_config.in b/fl_config.in
index 444d85212..03c3abf57 100644
--- a/fl_config.in
+++ b/fl_config.in
@@ -1,7 +1,7 @@
/*
* Build configuration file for the Fast Light Tool Kit (FLTK).
*
- * Copyright 1998-2021 by Bill Spitzak and others.
+ * Copyright 1998-2023 by Bill Spitzak and others.
*
* This library is free software. Distribution and use rights are outlined in
* the file "COPYING" which should have been included with this file. If this
@@ -46,6 +46,15 @@
/*
+ * FLTK_HAVE_FORMS
+ *
+ * Do we have the Forms compatibility library available?
+*/
+
+#undef FLTK_HAVE_FORMS
+
+
+/*
* FLTK_USE_X11
*
* Do we use X11 for the current platform?