diff 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
line wrap: on
line diff
--- a/config.h.in	Tue May 29 21:33:49 2012 +0200
+++ b/config.h.in	Tue May 29 21:35:17 2012 +0200
@@ -128,6 +128,9 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* The pid file location */
+#undef PID_DIR
+
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE