]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/limits.h
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / i386 / limits.h
index 9bc2e5718409aa2460b035d66089ab88f4b771c9..f6cafd9c952cb7362f95e2e0832ee58f3edb5c77 100644 (file)
 #define _I386_LIMITS_H_
 
 #include <sys/cdefs.h>
+#ifndef DRIVERKIT
 #include <i386/_limits.h>
+#endif
 
 #define CHAR_BIT        8               /* number of bits in a char */
 #define MB_LEN_MAX      6               /* Allow 31 bit UTF2 */
 
+#ifndef DRIVERKIT
 #if !defined(_ANSI_SOURCE) && (!defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE))
 #define CLK_TCK         __DARWIN_CLK_TCK        /* ticks per second */
 #endif /* !_ANSI_SOURCE && (!_POSIX_C_SOURCE || _DARWIN_C_SOURCE) */
+#endif
 
 /*
  * According to ANSI (section 2.2.4.2), the values below must be usable by