mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
b73a2765b6
Change-Id: I0e1a4df6cf54e10b407f7df8b58d94fe1ae87ed0 Signed-off-by: SJ <sj@acts.hu>
33 lines
600 B
C
33 lines
600 B
C
/*
|
|
* piler-config.h.in, SJ
|
|
*/
|
|
|
|
#define CONFDIR "/usr/local/etc"
|
|
#define DATADIR "/usr/local/var"
|
|
#define DATAROOTDIR "/usr/local/share"
|
|
|
|
#define KEYFILE CONFDIR "/piler/piler.key"
|
|
#define LICENCE_SIGNATURE_FILE CONFDIR "/piler/piler.lic"
|
|
|
|
#define MESSAGE_ID_DEDUP_FILE DATAROOTDIR "/piler/deduphelper"
|
|
|
|
#define HAVE_DAEMON 1
|
|
|
|
#undef TIMEOUT_BINARY
|
|
|
|
#undef HAVE_PDFTOTEXT
|
|
#undef HAVE_CATDOC
|
|
#undef HAVE_CATPPT
|
|
#undef HAVE_XLS2CSV
|
|
#undef HAVE_PPTHTML
|
|
#undef HAVE_UNRTF
|
|
#undef HAVE_TNEF
|
|
#undef HAVE_ZIP
|
|
|
|
#undef HAVE_LIBWRAP
|
|
|
|
#undef HAVE_TWEAK_SENT_TIME
|
|
|
|
#undef HAVE_SUPPORT_FOR_COMPAT_STORAGE_LAYOUT
|
|
|