diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 16:05:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 16:05:05 -0400 |
commit | b568ec9b26ae378880409f2413da8d4b62fa4788 (patch) | |
tree | 1eb67431ce94b6dc2a2a17af35e52e1922c4f61a /include/duser.h | |
parent | 124dfc3dcfb1a8322e8563a813f8c18dd059c524 (diff) | |
parent | 36ce621c0cb28d58913f2d1a84f5125f4a9db285 (diff) | |
download | duser-b568ec9b26ae378880409f2413da8d4b62fa4788.tar.gz |
Merge pull request #2 from extrarius/master.
More cleanups
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" |