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