mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
e5d53b026c
commit
d11db7adfa
|
@ -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
|
||||
|
|
34
configh.in
34
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$".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue