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- */