~ubuntu-branches/ubuntu/karmic/e-uae/karmic

« back to all changes in this revision

Viewing changes to src/tools/sysconfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Suerken
  • Date: 2008-07-05 14:02:02 UTC
  • Revision ID: james.westby@ubuntu.com-20080705140202-u5aagnhtg31pmjc3
Tags: upstream-0.8.29-WIP4
ImportĀ upstreamĀ versionĀ 0.8.29-WIP4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* sysconfig.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
4
#undef HAVE_DOPRNT
 
5
 
 
6
/* Define to 1 if you have the <inttypes.h> header file. */
 
7
#undef HAVE_INTTYPES_H
 
8
 
 
9
/* Define to 1 if you have the <memory.h> header file. */
 
10
#undef HAVE_MEMORY_H
 
11
 
 
12
/* Define to 1 if you have the <stdint.h> header file. */
 
13
#undef HAVE_STDINT_H
 
14
 
 
15
/* Define to 1 if you have the <stdlib.h> header file. */
 
16
#undef HAVE_STDLIB_H
 
17
 
 
18
/* Define to 1 if you have the `strcasecmp' function. */
 
19
#undef HAVE_STRCASECMP
 
20
 
 
21
/* Define to 1 if you have the `strcmpi' function. */
 
22
#undef HAVE_STRCMPI
 
23
 
 
24
/* Define to 1 if you have the `strdup' function. */
 
25
#undef HAVE_STRDUP
 
26
 
 
27
/* Define to 1 if you have the `stricmp' function. */
 
28
#undef HAVE_STRICMP
 
29
 
 
30
/* Define to 1 if you have the <strings.h> header file. */
 
31
#undef HAVE_STRINGS_H
 
32
 
 
33
/* Define to 1 if you have the <string.h> header file. */
 
34
#undef HAVE_STRING_H
 
35
 
 
36
/* Define to 1 if you have the <sys/stat.h> header file. */
 
37
#undef HAVE_SYS_STAT_H
 
38
 
 
39
/* Define to 1 if you have the <sys/types.h> header file. */
 
40
#undef HAVE_SYS_TYPES_H
 
41
 
 
42
/* Define to 1 if you have the <unistd.h> header file. */
 
43
#undef HAVE_UNISTD_H
 
44
 
 
45
/* Define to 1 if you have the `vprintf' function. */
 
46
#undef HAVE_VPRINTF
 
47
 
 
48
/* Define to the address where bug reports for this package should be sent. */
 
49
#undef PACKAGE_BUGREPORT
 
50
 
 
51
/* Define to the full name of this package. */
 
52
#undef PACKAGE_NAME
 
53
 
 
54
/* Define to the full name and version of this package. */
 
55
#undef PACKAGE_STRING
 
56
 
 
57
/* Define to the one symbol short name of this package. */
 
58
#undef PACKAGE_TARNAME
 
59
 
 
60
/* Define to the version of this package. */
 
61
#undef PACKAGE_VERSION
 
62
 
 
63
/* The size of `char', as computed by sizeof. */
 
64
#undef SIZEOF_CHAR
 
65
 
 
66
/* The size of `int', as computed by sizeof. */
 
67
#undef SIZEOF_INT
 
68
 
 
69
/* The size of `long', as computed by sizeof. */
 
70
#undef SIZEOF_LONG
 
71
 
 
72
/* The size of `long long', as computed by sizeof. */
 
73
#undef SIZEOF_LONG_LONG
 
74
 
 
75
/* The size of `short', as computed by sizeof. */
 
76
#undef SIZEOF_SHORT
 
77
 
 
78
/* The size of `void *', as computed by sizeof. */
 
79
#undef SIZEOF_VOID_P
 
80
 
 
81
/* The size of `__int64', as computed by sizeof. */
 
82
#undef SIZEOF___INT64
 
83
 
 
84
/* Define to 1 if you have the ANSI C header files. */
 
85
#undef STDC_HEADERS
 
86
 
 
87
/* Define to 1 if on AIX 3.
 
88
   System headers sometimes define this.
 
89
   We just want to avoid a redefinition error message.  */
 
90
#ifndef _ALL_SOURCE
 
91
# undef _ALL_SOURCE
 
92
#endif
 
93
 
 
94
/* Define to empty if `const' does not conform to ANSI C. */
 
95
#undef const
 
96
 
 
97
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
98
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
99
#ifndef __cplusplus
 
100
#undef inline
 
101
#endif