Add header guards to source files of FL/fl_config.h

There are two "source files", one for configure and one for CMake,
respectively.
This commit is contained in:
Albrecht Schlosser 2021-12-21 01:48:14 +01:00
parent b91db00d91
commit c8bb2a3585
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* FL/fl_config.h. Generated from fl_config.cmake.in by CMake. */
/*
* Build configuration file for the Fast Light Tool Kit (FLTK).
*
@ -14,6 +15,8 @@
* https://www.fltk.org/bugs.php
*/
#ifndef _FL_fl_config_h_
#define _FL_fl_config_h_
/*
* FL_ABI_VERSION (ABI version):
@ -51,3 +54,5 @@
*/
#cmakedefine FLTK_USE_X11 1
#endif /* _FL_fl_config_h_ */

View File

@ -14,6 +14,8 @@
* https://www.fltk.org/bugs.php
*/
#ifndef _FL_fl_config_h_
#define _FL_fl_config_h_
/*
* FL_ABI_VERSION (ABI version)
@ -51,3 +53,5 @@
*/
#undef FLTK_USE_X11
#endif /* _FL_fl_config_h_ */