medit/config-dirs.h.in
2009-11-01 12:44:46 -08:00

12 lines
270 B
C

#ifndef CONFIG_DIRS_H
#define CONFIG_DIRS_H
#include <config.h>
#define MOO_DATA_DIR "@MOO_DATA_DIR_ABS@"
#define MOO_LIB_DIR "@MOO_LIB_DIR_ABS@"
#define MOO_LOCALE_DIR "@LOCALEDIR_ABS@"
#define MOO_HELP_DIR "@MOO_HELP_DIR_ABS@"
#endif /* CONFIG_DIRS_H */