comparison src/masqmail.h @ 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 8fedb93e9b72
children 5593964ec779
comparison
equal deleted inserted replaced
418:4cbaf6d6793f 419:d209b4846f2b
527 #define CONF_DIR "/etc/masqmail" 527 #define CONF_DIR "/etc/masqmail"
528 #endif 528 #endif
529 529
530 #define CONF_FILE CONF_DIR"/masqmail.conf" 530 #define CONF_FILE CONF_DIR"/masqmail.conf"
531 531
532 #define PIDFILEDIR "/var/run/masqmail/" 532 #ifndef PID_DIR
533 #define PID_DIR "/var/run"
534 #endif
533 535
534 #ifndef va_copy 536 #ifndef va_copy
535 #ifdef __va_copy 537 #ifdef __va_copy
536 #define va_copy(ap1, ap2) __va_copy(ap1, ap2) 538 #define va_copy(ap1, ap2) __va_copy(ap1, ap2)
537 #else 539 #else