1 /* Provide a more complete sys/types.h.
3 Copyright (C) 2011-2014 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, see <http://www.gnu.org/licenses/>. */
19 @PRAGMA_SYSTEM_HEADER@
23 #ifndef _@GUARD_PREFIX@_SYS_TYPES_H
25 /* The include_next requires a split double-inclusion guard. */
26 # define _GL_INCLUDING_SYS_TYPES_H
27 #@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@
28 # undef _GL_INCLUDING_SYS_TYPES_H
30 #ifndef _@GUARD_PREFIX@_SYS_TYPES_H
31 #define _@GUARD_PREFIX@_SYS_TYPES_H
33 /* Override off_t if Large File Support is requested on native Windows. */
34 #if @WINDOWS_64_BIT_OFF_T@
35 /* Same as int64_t in <stdint.h>. */
37 # define off_t __int64
39 # define off_t long long int
41 /* Indicator, for gnulib internal purposes. */
42 # define _GL_WINDOWS_64_BIT_OFF_T 1
45 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */
46 /* But avoid namespace pollution on glibc systems. */
47 #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \
48 && ! defined __GLIBC__
52 #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */
53 #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */