diff options
Diffstat (limited to 'include/duser.h')
-rw-r--r-- | include/duser.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/duser.h b/include/duser.h index 2101e4b..06cdf84 100644 --- a/include/duser.h +++ b/include/duser.h @@ -21,9 +21,12 @@ #ifndef DUSER_H #define DUSER_H +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + #include <limits.h> #define REGEX_MAX 255 -#define CFG_PATH "/usr/local/etc/duser" #define SELF __FUNCTION__ #ifndef _NLINUX_ # define FMTLIST "%20s\t%5d%23s\n" |