diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 619fdd78..e298be37 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -267,3 +267,9 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE + +/* TDE directory */ +#undef TDE_DIR + +/* TDE Library directory */ +#undef TDE_LIBDIR |