diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-09 13:36:16 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-09 13:36:16 +0100 |
| commit | ffeaeec5bd5bcc9d4180438869b00eed14d13f13 (patch) | |
| tree | 424bee5e23ab1f872ea5958e4193c8e58db15327 /fl_config.in | |
| parent | 3895068aa1d4054153583c3cd39949d72b6c39ca (diff) | |
Move FLTK_USE_SVG from config.h to FL/fl_config.h
Diffstat (limited to 'fl_config.in')
| -rw-r--r-- | fl_config.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fl_config.in b/fl_config.in index 03c3abf57..7fd92dee3 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-2023 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 @@ -96,4 +96,15 @@ #define FLTK_USE_STD 0 + +/* + * FLTK_USE_SVG + * + * Do we want FLTK to read and write SVG-formatted files ? + * + */ + +#undef FLTK_USE_SVG + + #endif /* _FL_fl_config_h_ */ |
