about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-03 13:27:04 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-03 13:27:04 -0500
commitee149197306cf8d51835d5aacb689bff3d171b27 (patch)
treea3ec4747cfc58255bc24ee76a43904f0207d963d /xombrero.h
parenta7d462490866cc2da4b395f3afac9e54f92eb1e3 (diff)
downloadxombrero-ee149197306cf8d51835d5aacb689bff3d171b27.tar.gz
add some missing debug defines, bad jrick
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index cd1b8d0..feb0d4c 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -159,6 +159,9 @@ THE SOFTWARE.
 #define XT_D_VISITED		0x10000
 #define XT_D_HISTORY		0x20000
 #define XT_D_MISC		0x40000
+#define XT_D_CUSTOM_URI		0x80000
+#define XT_D_CMD_ALIAS		0x100000
+#define XT_D_SEARCH		0x200000
 extern uint32_t	swm_debug;
 #else
 #define DPRINTF(x...)