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

Revision 15366, 1.5 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15365, 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/* Define to empty if the keyword does not work.  */
17#undef const
18
19/* Define to `long' if <sys/types.h> doesn't define.  */
20#undef off_t
21
22/* Define to `unsigned' if <sys/types.h> doesn't define.  */
23#undef size_t
24
25/* Define if you have the ANSI C header files.  */
26#undef STDC_HEADERS
27
28/* Define if your processor stores words with the most significant
29   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
30#undef WORDS_BIGENDIAN
31
32/* Define if you have the strdup function.  */
33#undef HAVE_STRDUP
34
35/* Define if you have the <fcntl.h> header file.  */
36#undef HAVE_FCNTL_H
37
38/* Define if you have the <unistd.h> header file.  */
39#undef HAVE_UNISTD_H
40
41/* Define if you have the audio library (-laudio).  */
42#undef HAVE_LIBAUDIO
43
44/* Define if you have the m library (-lm).  */
45#undef HAVE_LIBM
46
47/* Name of package */
48#undef PACKAGE
49
50/* Version number of package */
51#undef VERSION
52
53/**************************************************************
54 * END AUTOHEADER-GENERATED SECTION
55 **************************************************************/
56
57
58#endif /* __HAVE_AF_CONFIG_H__ */
Note: See TracBrowser for help on using the repository browser.