diff options
author | John C. Vernaleo <jcv@conformal.com> | 2014-07-01 16:09:52 -0400 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2014-07-01 16:09:52 -0400 |
commit | 3f2826210b1128657d474926f52f5f097d706bf2 (patch) | |
tree | 0291f8af306103c3ac72f0c1115f736ac2c8fc56 /xombrero.h | |
parent | bf6ffda86a0ae6813f32e2b9e1084dd1c4761828 (diff) | |
download | xombrero-3f2826210b1128657d474926f52f5f097d706bf2.tar.gz |
Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.
This removes the hardcoded path for it on all platforms. Provided by Unit193 on irc (and initially suggested by @jrib on github).
Diffstat (limited to 'xombrero.h')
-rw-r--r-- | xombrero.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xombrero.h b/xombrero.h index afa70cf..45100f9 100644 --- a/xombrero.h +++ b/xombrero.h @@ -689,7 +689,6 @@ int command_mode(struct tab *, struct karg *); #define XT_DS_ALLOW_INSECURE_CONTENT (TRUE) #define XT_DS_ALLOW_INSECURE_SCRIPTS (TRUE) #define XT_DS_WARN_CERT_CHANGES (0) -#define XT_DS_RESOURCE_DIR ("/usr/local/share/xombrero") #define XT_DS_DO_NOT_TRACK (0) #define XT_DS_PRELOAD_STRICT_TRANSPORT (1) #define XT_DS_GNUTLS_PRIORITY_STRING (NULL) |