aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-04-07 18:01:20 +0000
committerMike Buland <eichlan@xagasoft.com>2012-04-07 18:01:20 +0000
commit2c6cbad869b0e60b37859c3c4f0c850721d057ce (patch)
treec7f80d5c8741a01425a056d5ba0139a69ac12cd6 /src/config.h
parent6385780dc110bacf69a67332c8db8ddee9499eff (diff)
downloadlibbu++-2c6cbad869b0e60b37859c3c4f0c850721d057ce.tar.gz
libbu++-2c6cbad869b0e60b37859c3c4f0c850721d057ce.tar.bz2
libbu++-2c6cbad869b0e60b37859c3c4f0c850721d057ce.tar.xz
libbu++-2c6cbad869b0e60b37859c3c4f0c850721d057ce.zip
Basic blowfish encryption filter. It needs to be silghtly more clever. I'm
going to steal the extra cleverness from the AesFilter in fishtrax.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 260d406..72f5870 100644
--- a/src/config.h
+++ b/src/config.h
@@ -20,7 +20,10 @@
20#ifndef WIN32 20#ifndef WIN32
21#include "bu/autoconfig.h" 21#include "bu/autoconfig.h"
22#else 22#else
23#warning Cannot generate an autoinclude file for windows yet 23#define __LITTLE_ENDIAN 1234
24#define __BIG_ENDIAN 4321
25#define __PDP_ENDIAN 3412
26#define __BYTE_ORDER __LITTLE_ENDIAN
24#endif 27#endif
25 28
26 29