1 2 3 4 5 6 7
#ifndef LIBETPAN_CONFIG_H #define LIBETPAN_CONFIG_H #include <limits.h> #include <sys/param.h> #define MAIL_DIR_SEPARATOR '/' #define MAIL_DIR_SEPARATOR_S "/" #endif