medit/config-dirs.h.in
2010-01-21 23:42:47 -08:00

12 lines
259 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 */