From d11db7adfa367df73eb110fd89474b44a512e46f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 30 Nov 2016 14:13:01 +0000 Subject: 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 --- configh.in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'configh.in') diff --git a/configh.in b/configh.in index e0ffaffb3..ee9508ce3 100644 --- a/configh.in +++ b/configh.in @@ -158,6 +158,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: * @@ -335,6 +355,20 @@ #define HAVE_DLFCN_H 0 #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$". */ -- cgit v1.2.3