office-gobmx/config_host/config_kde4.h.in
Luboš Luňák 8c2711e771 change #ifdef -> #if for KDE4 feature macros
Change-Id: I289744eaa62ad819620f0b31a54efd5ebbdb9dc2
2013-03-18 17:15:55 +01:00

13 lines
165 B
C

/*
Settings for KDE4 integration.
*/
#ifndef CONFIG_KDE4_H
#define CONFIG_KDE4_H
#undef KDE_HAVE_GLIB
#ifndef KDE_HAVE_GLIB
#define KDE_HAVE_GLIB 0
#endif
#endif