diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-07-26 16:43:36 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-07-26 16:43:36 +0400 |
commit | 2e615083e475c7390c667695b9e659fa5ba4da5f (patch) | |
tree | 2daf15c394a5e2c4fa9209ebed3c371419bfb522 /config.h.in | |
parent | 0d35a8f9cb4942e84d3e26ca4d010393a56e2904 (diff) | |
download | rspamd-2e615083e475c7390c667695b9e659fa5ba4da5f.tar.gz rspamd-2e615083e475c7390c667695b9e659fa5ba4da5f.zip |
Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index c1ac287cb..91c1277ee 100644 --- a/config.h.in +++ b/config.h.in @@ -104,6 +104,8 @@ #cmakedefine HAVE_PIDFILE 1 +#cmakedefine HAVE_PIDFILE_FILENO 1 + #cmakedefine HAVE_SETPROCTITLE 1 #cmakedefine HAVE_GETPAGESIZE 1 |