2 * D header file for POSIX.
4 * Copyright: Public Domain
5 * License: Public Domain
7 * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
9 module stdc.posix.config;
11 public import stdc.config;
17 version( none /* X86_64 */ )
19 const bool __USE_LARGEFILE64 = true;
23 const bool __USE_LARGEFILE64 = false;
25 const bool __USE_FILE_OFFSET64 = __USE_LARGEFILE64;
26 const bool __REDIRECT = false;