summaryrefslogtreecommitdiff
path: root/configh.cmake.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-09 13:36:16 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-09 13:36:16 +0100
commitffeaeec5bd5bcc9d4180438869b00eed14d13f13 (patch)
tree424bee5e23ab1f872ea5958e4193c8e58db15327 /configh.cmake.in
parent3895068aa1d4054153583c3cd39949d72b6c39ca (diff)
Move FLTK_USE_SVG from config.h to FL/fl_config.h
Diffstat (limited to 'configh.cmake.in')
-rw-r--r--configh.cmake.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/configh.cmake.in b/configh.cmake.in
index 99ff77ca8..0dc1b9f6c 100644
--- a/configh.cmake.in
+++ b/configh.cmake.in
@@ -2,7 +2,7 @@
/*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
- * Copyright 1998-2021 by Bill Spitzak and others.
+ * Copyright 1998-2024 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
@@ -264,13 +264,6 @@
#cmakedefine HAVE_PNG_GET_VALID 1
#cmakedefine HAVE_PNG_SET_TRNS_TO_ALPHA 1
-/*
-* FLTK_USE_SVG
-*
-* Do we want FLTK to read and write SVG-formatted files ?
-*/
-
-#cmakedefine FLTK_USE_SVG 1
/*
* Do we have POSIX threading?