3 * This file has no copyright assigned and is placed in the Public Domain.
4 * This file is a part of the mingw-runtime package.
5 * No warranty is given; refer to the file DISCLAIMER within the package.
12 #include <sys/types.h>
15 /* These are useful for cross-compiling */
16 #define BIG_ENDIAN 4321
17 #define LITTLE_ENDIAN 1234
18 #define BYTE_ORDER LITTLE_ENDIAN
20 #define MAXPATHLEN PATH_MAX