diff options
| -rw-r--r-- | configh.cmake.in | 4 | ||||
| -rw-r--r-- | configh.in | 34 |
2 files changed, 36 insertions, 2 deletions
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 @@ -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$". */ |
