X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fportab%2Fportab.h;h=70d5ed3ed26327fb14722df062b2a6b834bb6d93;hp=78b6f7e126e66b870b7d9016e6b2a9d0575dd824;hb=722afc1b810cef74dbd2738d71866176fd974ec2;hpb=86a64ce6aa522e5cbdb3a90b878e09a3b61d07bf diff --git a/src/portab/portab.h b/src/portab/portab.h index 78b6f7e1..70d5ed3e 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -175,6 +175,10 @@ extern int vsnprintf PARAMS(( char *str, size_t count, const char *fmt, va_list # define PACKAGE_VERSION VERSION #endif +#ifndef SYSCONFDIR +# define SYSCONFDIR "/etc" +#endif + #endif /* -eof- */