diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-30 14:13:01 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-30 14:13:01 +0000 |
| commit | d11db7adfa367df73eb110fd89474b44a512e46f (patch) | |
| tree | 87f9a7b52c7ab34170d254c6bee8811c48ffcc03 /configh.in | |
| parent | e5d53b026ced9083513c00a3676c8b22e8d86188 (diff) | |
Add missing configure options to configh.in.
Make config.h generated by configure and CMake better comparable.
Note: these options were defined in configh.cmake.in and implemented
only in CMake. Implementation in configure is still missing though.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/configh.in b/configh.in index e0ffaffb3..ee9508ce3 100644 --- a/configh.in +++ b/configh.in @@ -159,6 +159,26 @@ #undef USE_X11 /* + * USE_SDL + * + * Should we use SDL for the current platform + * *FIXME* Not yet implemented in configure ! + * + */ + +#undef USE_SDL + +/* + * FL_PORTING + * + * A little helper that points to locations in the core that still need + * to be ported to the core driver setup. + * *FIXME* Not yet implemented in configure ! + */ + +#undef FL_PORTING + +/* * HAVE_OVERLAY: * * Use the X overlay extension? FLTK will try to use an overlay @@ -336,5 +356,19 @@ #define HAVE_DLSYM 0 /* + * Do we want print support? + * *FIXME* Not yet implemented in configure ! + */ + +#undef NO_PRINT_SUPPORT + +/* + * Do we want filename handling and a filechooser? + * *FIXME* Not yet implemented in configure ! + */ + +#undef FL_CFG_NO_FILESYSTEM_SUPPORT + +/* * End of "$Id$". */ |
