X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/2fe58dfd10216a37f1ece081f926971882de112e..4efd681a66c15bc6f81eefc69396669e165e5e0f:/config.h.bot diff --git a/config.h.bot b/config.h.bot index adb0c7b..ff6ecda 100644 --- a/config.h.bot +++ b/config.h.bot @@ -6,27 +6,4 @@ #include #endif -#if 0 -/* Use the definitions: */ - -/* Give us an unsigned 32-bit data type. */ -#if SIZEOF_UNSIGNED_LONG==4 -#define UWORD32 unsigned long -#elif SIZEOF_UNSIGNED_INT==4 -#define UWORD32 unsigned int -#else -#error I do not know what to use for a UWORD32. -#endif - -/* An unsigned 8-bit data type */ -#if SIZEOF_UNSIGNED_CHAR==1 -#define UBYTE8 unsigned char -#else -#error I do not know what to use for a UBYTE8 -#endif - - -#endif /* 0 */ - - #endif /* _CONFIG_H */