1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Add header guards for config.h.

This commit is contained in:
Brenden Matthews 2009-12-07 11:59:27 -08:00
parent d80cacd4b7
commit 37a920de59

View File

@ -1,3 +1,11 @@
/*
* Auto-generated header for CMake. See config.h.in if you need to modify the
* original.
*/
#ifndef _conky_config_h_
#define _conky_config_h_
#cmakedefine DEBUG
#define SYSTEM_NAME "@CMAKE_SYSTEM_NAME@"
@ -57,3 +65,5 @@
#ifdef BUILD_AUDACIOUS_LEGACY
#define AUDACIOUS_LEGACY
#endif /* BUILD_AUDACIOUS_LEGACY */
#endif /* _conky_config_h_ */