diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 14:49:17 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-02 14:49:17 -0400 |
commit | ef3b0ff8f11db1e1dddb3047dee8e2a313247395 (patch) | |
tree | 448ca7ddc9e0e9800af36f8fa8052eb2e290de73 /config.h.in | |
parent | d538d7194beef487985a5082ac63b672c3930ffe (diff) | |
download | duser-ef3b0ff8f11db1e1dddb3047dee8e2a313247395.tar.gz |
Move CFG_PATH out of duser.h and put into configure via --with-config-path
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index afd6329..7533f1a 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* duser configuration path */ +#undef CFG_PATH + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H |