Mercurial > masqmail
comparison config.h.in @ 419:d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
Now we can change the pid dir to /run on system that did this transition.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:35:17 +0200 |
parents | 5781ba87df95 |
children | f37384470855 |
comparison
equal
deleted
inserted
replaced
418:4cbaf6d6793f | 419:d209b4846f2b |
---|---|
126 #undef PACKAGE_URL | 126 #undef PACKAGE_URL |
127 | 127 |
128 /* Define to the version of this package. */ | 128 /* Define to the version of this package. */ |
129 #undef PACKAGE_VERSION | 129 #undef PACKAGE_VERSION |
130 | 130 |
131 /* The pid file location */ | |
132 #undef PID_DIR | |
133 | |
131 /* Define as the return type of signal handlers (`int' or `void'). */ | 134 /* Define as the return type of signal handlers (`int' or `void'). */ |
132 #undef RETSIGTYPE | 135 #undef RETSIGTYPE |
133 | 136 |
134 /* The sbin directory */ | 137 /* The sbin directory */ |
135 #undef SBINDIR | 138 #undef SBINDIR |