mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
27 lines
406 B
C
27 lines
406 B
C
/*
|
|
* piler-config.h.in, SJ
|
|
*/
|
|
|
|
#define CONFDIR "/usr/local/etc"
|
|
#define DATADIR "/usr/local/var"
|
|
|
|
#define KEYFILE CONFDIR "/piler.key"
|
|
|
|
#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_STARTTLS
|
|
#undef HAVE_LIBWRAP
|
|
|
|
#undef HAVE_TWEAK_SENT_TIME
|