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

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