diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 275f06d..c2b73af 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* "Buffer Size" */ #undef BUF_LEN +/* "Default Database to use" */ +#undef DB + /* Define to 1 if a SysV or X/Open compatible Curses library is present */ #undef HAVE_CURSES @@ -39,6 +42,9 @@ /* Define to 1 if <ncurses.h> is present */ #undef HAVE_NCURSES_H +/* Have the SQLITE3 library */ +#undef HAVE_SQLITE3 + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -92,5 +98,11 @@ backward compatibility; new code need not use it. */ #undef STDC_HEADERS +/* "User Data Directory" */ +#undef USER_DATA_DIR + +/* "User Data Path" */ +#undef USER_DATA_PATH + /* Version number of package */ #undef VERSION |