]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump-stdinc.h
Merge pull request #375 from fxlb/print-llc
[tcpdump] / tcpdump-stdinc.h
index dde6c50785bc4ad3174cf500b5570cfed0e84db7..77dccd5c8a114a7cad0a36e331aed69e8d0da2ed 100644 (file)
@@ -57,9 +57,6 @@
 #endif
 
 #if !defined(__MINGW32__) && !defined(__WATCOMC__)
-#undef toascii
-#define isascii __isascii
-#define toascii __toascii
 #define stat _stat
 #define open _open
 #define fstat _fstat
@@ -90,10 +87,6 @@ extern int inet_aton (const char *cp, struct in_addr *addr);
 #define INET6_ADDRSTRLEN 46
 #endif
 
-#ifndef toascii
-#define toascii(c) ((c) & 0x7f)
-#endif
-
 #ifndef caddr_t
 typedef char* caddr_t;
 #endif /* caddr_t */