wmfs/config.h.in
Marc Lagrange 9e98027673 Initial commit - New improvments :
· Configuration with ~/.wmfsrc with libconfig
        · Bugfixes
        · Layouts and tile
        · "virtuals desktops"
        · Bugs added :D
Signed-off-by: Marc Lagrange <markocpc@gmail.com>
2008-08-10 17:37:24 +02:00

15 lines
367 B
C

#ifndef CONFIG_H
#define CONFIG_H
#include "local.h"
#define WMFS_VERSION "@WMFS_VERSION@"
#define WMFS_COMPILE_MACHINE "@WMFS_COMPILE_MACHINE@"
#define WMFS_COMPILE_BY "@WMFS_COMPILE_BY@"
#define WMFS_COMPILE_FLAGS "@WMFS_COMPILE_FLAGS@"
#define WMFS_LINKED_LIBS "@WMFS_LINKED_LIBS@"
void init_conf(void);
#endif /* CONFIG_H */