~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to lib/stddef.in.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- buffer-read-only: t -*- vi: set ro: */
2
 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3
1
/* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.
4
2
 
5
 
   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
3
   Copyright (C) 2009-2012 Free Software Foundation, Inc.
6
4
 
7
5
   This program is free software; you can redistribute it and/or modify
8
6
   it under the terms of the GNU General Public License as published by
15
13
   GNU General Public License for more details.
16
14
 
17
15
   You should have received a copy of the GNU General Public License
18
 
   along with this program; if not, write to the Free Software Foundation,
19
 
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
16
   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
20
17
 
21
18
/* Written by Eric Blake.  */
22
19
 
28
25
#if __GNUC__ >= 3
29
26
@PRAGMA_SYSTEM_HEADER@
30
27
#endif
 
28
@PRAGMA_COLUMNS@
31
29
 
32
30
#if defined __need_wchar_t || defined __need_size_t  \
33
31
  || defined __need_ptrdiff_t || defined __need_NULL \
39
37
   remember if special invocation has ever been used to obtain wint_t,
40
38
   in which case we need to clean up NULL yet again.  */
41
39
 
42
 
# if !(defined _GL_STDDEF_H && defined _GL_STDDEF_WINT_T)
 
40
# if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T)
43
41
#  ifdef __need_wint_t
44
 
#   undef _GL_STDDEF_H
 
42
#   undef _@GUARD_PREFIX@_STDDEF_H
45
43
#   define _GL_STDDEF_WINT_T
46
44
#  endif
47
45
#  @INCLUDE_NEXT@ @NEXT_STDDEF_H@
50
48
#else
51
49
/* Normal invocation convention.  */
52
50
 
53
 
# ifndef _GL_STDDEF_H
 
51
# ifndef _@GUARD_PREFIX@_STDDEF_H
54
52
 
55
53
/* The include_next requires a split double-inclusion guard.  */
56
54
 
57
55
#  @INCLUDE_NEXT@ @NEXT_STDDEF_H@
58
56
 
59
 
#  ifndef _GL_STDDEF_H
60
 
#   define _GL_STDDEF_H
 
57
#  ifndef _@GUARD_PREFIX@_STDDEF_H
 
58
#   define _@GUARD_PREFIX@_STDDEF_H
61
59
 
62
60
/* On NetBSD 5.0, the definition of NULL lacks proper parentheses.  */
63
61
#if @REPLACE_NULL@
83
81
# define wchar_t int
84
82
#endif
85
83
 
86
 
#  endif /* _GL_STDDEF_H */
87
 
# endif /* _GL_STDDEF_H */
 
84
#  endif /* _@GUARD_PREFIX@_STDDEF_H */
 
85
# endif /* _@GUARD_PREFIX@_STDDEF_H */
88
86
#endif /* __need_XXX */