annotate src/config.h.in @ 983:04dde987c0aa

Some translation updates.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Mar 2013 11:43:01 +0300
parents f8e1de328ac1
children 15995c18e410
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
744
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
810
0c2f8ee6be42 Make debug output compile-time configurable via --enable-debug. Disabled by
Matti Hamalainen <ccr@tnsp.org>
parents: 800
diff changeset
3 /* Define if you wish to enable debug output to terminal. */
0c2f8ee6be42 Make debug output compile-time configurable via --enable-debug. Disabled by
Matti Hamalainen <ccr@tnsp.org>
parents: 800
diff changeset
4 #undef DEBUG
0c2f8ee6be42 Make debug output compile-time configurable via --enable-debug. Disabled by
Matti Hamalainen <ccr@tnsp.org>
parents: 800
diff changeset
5
431
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
6 /* Define to 1 if translation of program messages to the user's native
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
7 language is requested. */
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
8 #undef ENABLE_NLS
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
9
938
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
10 /* Define to 1 if you have the `bsearch' function. */
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
11 #undef HAVE_BSEARCH
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
12
450
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
13 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
14 CoreFoundation framework. */
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
15 #undef HAVE_CFLOCALECOPYCURRENT
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
16
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
17 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
18 the CoreFoundation framework. */
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
19 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
20
431
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
21 /* Define if the GNU dcgettext() function is already present or preinstalled.
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
22 */
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
23 #undef HAVE_DCGETTEXT
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
24
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 /* Define to 1 if you have the <dlfcn.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 #undef HAVE_DLFCN_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
933
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
28 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
29 #undef HAVE_FSEEKO
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
30
431
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
31 /* Define if the GNU gettext() function is already present or preinstalled. */
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
32 #undef HAVE_GETTEXT
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
33
678
4ab3252b83b8 Updated config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 662
diff changeset
34 /* Define if you have HardSID for libSIDPlay 2 */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 #undef HAVE_HARDSID_BUILDER
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
688
Matti Hamalainen <ccr@tnsp.org>
parents: 678
diff changeset
37 /* Define if you have the iconv() function and it works. */
431
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
38 #undef HAVE_ICONV
a5ebf8595154 GNU gettext i18n support
Matti Hamalainen <ccr@tnsp.org>
parents: 397
diff changeset
39
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 /* Define to 1 if you have the <inttypes.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 #undef HAVE_INTTYPES_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 /* Define to 1 if you have the <memory.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 #undef HAVE_MEMORY_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
938
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
46 /* Define to 1 if you have the `memset' function. */
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
47 #undef HAVE_MEMSET
7a3aefb4844c Update config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 933
diff changeset
48
678
4ab3252b83b8 Updated config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 662
diff changeset
49 /* Define if you have reSID for libSIDPlay 2 */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 #undef HAVE_RESID_BUILDER
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
795
3e305ce076e8 Make old libSIDPlay2 support work again, the one available in most distros, such as Debian.
Matti Hamalainen <ccr@tnsp.org>
parents: 744
diff changeset
52 /* Define if you have reSID_FP for libSIDPlay 2 */
3e305ce076e8 Make old libSIDPlay2 support work again, the one available in most distros, such as Debian.
Matti Hamalainen <ccr@tnsp.org>
parents: 744
diff changeset
53 #undef HAVE_RESID_FP_BUILDER
3e305ce076e8 Make old libSIDPlay2 support work again, the one available in most distros, such as Debian.
Matti Hamalainen <ccr@tnsp.org>
parents: 744
diff changeset
54
678
4ab3252b83b8 Updated config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 662
diff changeset
55 /* Define if you have and want to use libSIDPlay1 */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 #undef HAVE_SIDPLAY1
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57
678
4ab3252b83b8 Updated config.h.in.
Matti Hamalainen <ccr@tnsp.org>
parents: 662
diff changeset
58 /* Define if you have and want to use libSIDPlay2 */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 #undef HAVE_SIDPLAY2
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60
800
1fe6005ed58c Make it so that both libSIDPlay2 and libSIDPlay-FP can co-exist, though not
Matti Hamalainen <ccr@tnsp.org>
parents: 795
diff changeset
61 /* Define if you have and want to use libSIDPlayFP */
1fe6005ed58c Make it so that both libSIDPlay2 and libSIDPlay-FP can co-exist, though not
Matti Hamalainen <ccr@tnsp.org>
parents: 795
diff changeset
62 #undef HAVE_SIDPLAYFP
1fe6005ed58c Make it so that both libSIDPlay2 and libSIDPlay-FP can co-exist, though not
Matti Hamalainen <ccr@tnsp.org>
parents: 795
diff changeset
63
838
ae1f6418d093 libSIDPlay2-FP backend interface is now in a separate module. Configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 810
diff changeset
64 /* Define if you are using v1.0.0 API of libSIDPlay2-FP. */
ae1f6418d093 libSIDPlay2-FP backend interface is now in a separate module. Configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 810
diff changeset
65 #undef HAVE_SIDPLAYFP_V1
ae1f6418d093 libSIDPlay2-FP backend interface is now in a separate module. Configuration
Matti Hamalainen <ccr@tnsp.org>
parents: 810
diff changeset
66
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 /* Define if you have XMMS patched with the songpos patch. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 #undef HAVE_SONG_POSITION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69
946
f8e1de328ac1 Fix various compilation related issues, make includes more POSIX compliant,
Matti Hamalainen <ccr@tnsp.org>
parents: 938
diff changeset
70 /* Define to 1 if you have the <stdarg.h> header file. */
f8e1de328ac1 Fix various compilation related issues, make includes more POSIX compliant,
Matti Hamalainen <ccr@tnsp.org>
parents: 938
diff changeset
71 #undef HAVE_STDARG_H
f8e1de328ac1 Fix various compilation related issues, make includes more POSIX compliant,
Matti Hamalainen <ccr@tnsp.org>
parents: 938
diff changeset
72
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 /* Define to 1 if you have the <stdint.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 #undef HAVE_STDINT_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 /* Define to 1 if you have the <stdlib.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 #undef HAVE_STDLIB_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 /* Define to 1 if you have the <strings.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 #undef HAVE_STRINGS_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 /* Define to 1 if you have the <string.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 #undef HAVE_STRING_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 /* Define to 1 if you have the <sys/stat.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 #undef HAVE_SYS_STAT_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 /* Define to 1 if you have the <sys/types.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 #undef HAVE_SYS_TYPES_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
91 /* Define if you want to build code to play XMMS-SID theme SID-tune. The tune
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
92 needs to be installed too, though. */
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
93 #undef HAVE_THEMETUNE
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 237
diff changeset
94
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 /* Define to 1 if you have the <unistd.h> header file. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 #undef HAVE_UNISTD_H
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
744
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
98 /* Define to the sub-directory in which libtool stores uninstalled libraries.
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
99 */
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
100 #undef LT_OBJDIR
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 /* Name of package */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 #undef PACKAGE
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 /* Define to the address where bug reports for this package should be sent. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 #undef PACKAGE_BUGREPORT
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 /* Define to the full name of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 #undef PACKAGE_NAME
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 /* Define to the full name and version of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 #undef PACKAGE_STRING
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 /* Define to the one symbol short name of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 #undef PACKAGE_TARNAME
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116
744
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
117 /* Define to the home page for this package. */
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
118 #undef PACKAGE_URL
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
119
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 /* Define to the version of this package. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 #undef PACKAGE_VERSION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 /* Define to 1 if you have the ANSI C header files. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 #undef STDC_HEADERS
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 /* Version number of package */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 #undef VERSION
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128
744
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
129 /* Enable large inode numbers on Mac OS X 10.5. */
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
130 #ifndef _DARWIN_USE_64_BIT_INODE
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
131 # define _DARWIN_USE_64_BIT_INODE 1
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
132 #endif
c7fa50576c70 Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as
Matti Hamalainen <ccr@tnsp.org>
parents: 688
diff changeset
133
397
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
134 /* Number of bits in a file offset, on hosts where this is settable. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
135 #undef _FILE_OFFSET_BITS
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
136
933
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
137 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
138 #undef _LARGEFILE_SOURCE
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
139
397
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
140 /* Define for large files, on AIX-style hosts. */
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
141 #undef _LARGE_FILES
c4e5604a8257 Largefile support additions.
Matti Hamalainen <ccr@tnsp.org>
parents: 274
diff changeset
142
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 /* Define to empty if `const' does not conform to ANSI C. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 #undef const
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 /* Define to `__inline__' or `__inline' if that's what the C compiler
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 calls it, or to nothing if 'inline' is not supported under any name. */
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 #ifndef __cplusplus
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 #undef inline
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 #endif
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151
933
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
152 /* Define to `long int' if <sys/types.h> does not define. */
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
153 #undef off_t
6820177eb6da Properly check for things like off_t and size_t and few libc functions, just to
Matti Hamalainen <ccr@tnsp.org>
parents: 838
diff changeset
154
450
0acbe636cc2a autoheader updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 431
diff changeset
155 /* Define to `unsigned int' if <sys/types.h> does not define. */
237
c5404263420f Added config.h.in
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 #undef size_t