From ef3b0ff8f11db1e1dddb3047dee8e2a313247395 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 14:49:17 -0400 Subject: Move CFG_PATH out of duser.h and put into configure via --with-config-path --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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 header file. */ #undef HAVE_FCNTL_H -- cgit