summaryrefslogtreecommitdiffabout
path: root/libetpan/libetpan-config.h
blob: 20d1e62ccc6997b43e0d43618e0a29eb34e7b7a7 (plain)
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