source: trunk/third/audiofile/config.h.in @ 18227

Revision 18227, 2.7 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18226, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2#ifndef __HAVE_AF_CONFIG_H__
3#define __HAVE_AF_CONFIG_H__
4
5
6/* types substituted/commented-out by configure */
7#undef u_int8_t
8#undef u_int16_t
9#undef u_int32_t
10
11
12/**************************************************************
13 * BEGIN AUTOHEADER-GENERATED SECTION
14 **************************************************************/
15
16
17/* Define if you have the <dlfcn.h> header file. */
18#undef HAVE_DLFCN_H
19
20/* Define if you have the <fcntl.h> header file. */
21#undef HAVE_FCNTL_H
22
23/* Define if you have the <inttypes.h> header file. */
24#undef HAVE_INTTYPES_H
25
26/* Define if you have the `m' library (-lm). */
27#undef HAVE_LIBM
28
29/* Define if you have the <memory.h> header file. */
30#undef HAVE_MEMORY_H
31
32/* Define if you have the <stdint.h> header file. */
33#undef HAVE_STDINT_H
34
35/* Define if you have the <stdlib.h> header file. */
36#undef HAVE_STDLIB_H
37
38/* Define if you have the `strdup' function. */
39#undef HAVE_STRDUP
40
41/* Define if you have the <strings.h> header file. */
42#undef HAVE_STRINGS_H
43
44/* Define if you have the <string.h> header file. */
45#undef HAVE_STRING_H
46
47/* Define if you have the <sys/stat.h> header file. */
48#undef HAVE_SYS_STAT_H
49
50/* Define if you have the <sys/types.h> header file. */
51#undef HAVE_SYS_TYPES_H
52
53/* Define if you have the <unistd.h> header file. */
54#undef HAVE_UNISTD_H
55
56/* Name of package */
57#undef PACKAGE
58
59/* The size of a `long', as computed by sizeof. */
60#undef SIZEOF_LONG
61
62/* The size of a `off_t', as computed by sizeof. */
63#undef SIZEOF_OFF_T
64
65/* The size of a `size_t', as computed by sizeof. */
66#undef SIZEOF_SIZE_T
67
68/* Define if you have the ANSI C header files. */
69#undef STDC_HEADERS
70
71/* Version number of package */
72#undef VERSION
73
74/* Define if your processor stores words with the most significant byte first
75   (like Motorola and SPARC, unlike Intel and VAX). */
76#undef WORDS_BIGENDIAN
77
78/* Define to empty if `const' does not conform to ANSI C. */
79#undef const
80
81/* Define to `short' if <sys/types.h> does not define. */
82#undef int16_t
83
84/* Define to `int' if <sys/types.h> does not define. */
85#undef int32_t
86
87/* Define to `signed char' if <sys/types.h> does not define. */
88#undef int8_t
89
90/* Define to `long' if <sys/types.h> does not define. */
91#undef off_t
92
93/* Define to `unsigned' if <sys/types.h> does not define. */
94#undef size_t
95
96/* Define to `unsigned short' if <sys/types.h> does not define. */
97#undef u_int16_t
98
99/* Define to `unsigned int' if <sys/types.h> does not define. */
100#undef u_int32_t
101
102/* Define to `unsigned char' if <sys/types.h> does not define. */
103#undef u_int8_t
104/**************************************************************
105 * END AUTOHEADER-GENERATED SECTION
106 **************************************************************/
107
108
109#endif /* __HAVE_AF_CONFIG_H__ */
Note: See TracBrowser for help on using the repository browser.