summaryrefslogtreecommitdiff
path: root/lib/defines.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-09 11:22:11 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-09 11:22:11 +0000
commitb7807baab8f7aa10b74f8cea0907668771652fc2 (patch)
tree4e5c73b88b6653e7da1be542cf15b4d0597b1001 /lib/defines.h
parentf3531e5db5c95c87a5ecb35235dcf945d9ad74e2 (diff)
downloadgnutls-b7807baab8f7aa10b74f8cea0907668771652fc2.tar.gz
Replace uint8 with uint8_t.
Diffstat (limited to 'lib/defines.h')
-rw-r--r--lib/defines.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/defines.h b/lib/defines.h
index 6646288083..2c5635b2cb 100644
--- a/lib/defines.h
+++ b/lib/defines.h
@@ -105,10 +105,4 @@ typedef unsigned short int uint16;
# error "Cannot find a 16 bit integer in your system, sorry."
#endif
-#if SIZEOF_UNSIGNED_CHAR == 1
-typedef unsigned char uint8;
-#else
-# error "Cannot find an 8 bit char in your system, sorry."
-#endif
-
#endif /* defines_h */