diff --git a/configh.cmake.in b/configh.cmake.in index 5cd114116..03bd1424a 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -171,8 +171,8 @@ /* * FL_PORTING * - * A little helper that points to locations in the core that still need to be ported to - * the core driver setup. + * A little helper that points to locations in the core that still need + * to be ported to the core driver setup. */ #cmakedefine FL_PORTING 0 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$". */