• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5   systems. This function is required for `alloca.c' support on those systems.
6   */
7/* #undef CRAY_STACKSEG_END */
8
9/* Define to 1 if using `alloca.c'. */
10/* #undef C_ALLOCA */
11
12/* Define to 1 if you have `alloca', as a function or macro. */
13#define HAVE_ALLOCA 1
14
15/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16   */
17#define HAVE_ALLOCA_H 1
18
19/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
20   don't. */
21#define HAVE_DECL__SNPRINTF 0
22
23/* Define to 1 if you have the <dlfcn.h> header file. */
24#define HAVE_DLFCN_H 1
25
26/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
27#define HAVE_INTMAX_T 1
28
29/* Define to 1 if you have the <inttypes.h> header file. */
30#define HAVE_INTTYPES_H 1
31
32/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
33   declares uintmax_t. */
34#define HAVE_INTTYPES_H_WITH_UINTMAX 1
35
36/* Define if you have the 'long double' type. */
37#define HAVE_LONG_DOUBLE 1
38
39/* Define if you have the 'long long' type. */
40#define HAVE_LONG_LONG 1
41
42/* Define to 1 if the system has the type `long long int'. */
43#define HAVE_LONG_LONG_INT 1
44
45/* Define to 1 if you have the <memory.h> header file. */
46#define HAVE_MEMORY_H 1
47
48/* Define if your printf() function supports format strings with positions. */
49#define HAVE_POSIX_PRINTF 1
50
51/* Define to 1 if you have the `snprintf' function. */
52#define HAVE_SNPRINTF 1
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#define HAVE_STDINT_H 1
56
57/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
58   uintmax_t. */
59#define HAVE_STDINT_H_WITH_UINTMAX 1
60
61/* Define to 1 if you have the <stdlib.h> header file. */
62#define HAVE_STDLIB_H 1
63
64/* Define to 1 if you have the <strings.h> header file. */
65#define HAVE_STRINGS_H 1
66
67/* Define to 1 if you have the <string.h> header file. */
68#define HAVE_STRING_H 1
69
70/* Define to 1 if you have the <sys/stat.h> header file. */
71#define HAVE_SYS_STAT_H 1
72
73/* Define to 1 if you have the <sys/types.h> header file. */
74#define HAVE_SYS_TYPES_H 1
75
76/* Define to 1 if you have the <unistd.h> header file. */
77#define HAVE_UNISTD_H 1
78
79/* Define to 1 if you have the `vasprintf' function. */
80#define HAVE_VASPRINTF 1
81
82/* Define if you have the 'wchar_t' type. */
83#define HAVE_WCHAR_T 1
84
85/* Define to 1 if you have the `wcslen' function. */
86/* #undef HAVE_WCSLEN */
87
88/* Define if you have the 'wint_t' type. */
89/* #undef HAVE_WINT_T */
90
91/* Name of package */
92#define PACKAGE "libasprintf"
93
94/* Define to the address where bug reports for this package should be sent. */
95#define PACKAGE_BUGREPORT ""
96
97/* Define to the full name of this package. */
98#define PACKAGE_NAME ""
99
100/* Define to the full name and version of this package. */
101#define PACKAGE_STRING ""
102
103/* Define to the one symbol short name of this package. */
104#define PACKAGE_TARNAME ""
105
106/* Define to the version of this package. */
107#define PACKAGE_VERSION ""
108
109/* Define as the maximum value of type 'size_t', if the system doesn't define
110   it. */
111/* #undef SIZE_MAX */
112
113/* If using the C implementation of alloca, define if you know the
114   direction of stack growth for your system; otherwise it will be
115   automatically deduced at runtime.
116	STACK_DIRECTION > 0 => grows toward higher addresses
117	STACK_DIRECTION < 0 => grows toward lower addresses
118	STACK_DIRECTION = 0 => direction of growth unknown */
119/* #undef STACK_DIRECTION */
120
121/* Define to 1 if you have the ANSI C header files. */
122#define STDC_HEADERS 1
123
124/* Version number of package */
125#define VERSION "1.0"
126
127/* Define to `__inline__' or `__inline' if that's what the C compiler
128   calls it, or to nothing if 'inline' is not supported under any name.  */
129#ifndef __cplusplus
130/* #undef inline */
131#endif
132
133/* Define as the type of the result of subtracting two pointers, if the system
134   doesn't define it. */
135/* #undef ptrdiff_t */
136
137/* Define to `unsigned int' if <sys/types.h> does not define. */
138/* #undef size_t */
139