missing commit in generator.h
[galan.git] / config.h.libaudiofile
blobffadfb6402d09471c76be85036de1452277724f1
1 /*
2  * Handcrafted config.h for Michael Pruett's audiofile-0.1.7 on Win32
3  * Written 20 Sep 1999 by Tony Garnock-Jones
4  *
5  * You might have to change this if you have any version of libaudiofile
6  * other than 0.1.7
7  */
9 #ifndef __HAVE_AF_CONFIG_H__
10 #define __HAVE_AF_CONFIG_H__
12 typedef unsigned char u_int8_t;
13 typedef unsigned short u_int16_t;
14 typedef unsigned int u_int32_t;
15 typedef signed int ssize_t;             /* is this right?? */
17 /* Define to empty if the keyword does not work.  */
18 #undef const
20 /* Define to `long' if <sys/types.h> doesn't define.  */
21 #undef off_t
23 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
24 #undef size_t
26 /* Define if you have the ANSI C header files.  */
27 #define STDC_HEADERS
29 /* Define if your processor stores words with the most significant
30    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
31 #undef WORDS_BIGENDIAN
33 /* Define if you have the strdup function.  */
34 #define HAVE_STRDUP
36 /* Define if you have the <fcntl.h> header file.  */
37 #define HAVE_FCNTL_H
39 /* Define if you have the <unistd.h> header file.  */
40 #define HAVE_UNISTD_H
42 /* Define if you have the audio library (-laudio).  */
43 #undef HAVE_LIBAUDIO
45 /* Define if you have the m library (-lm).  */
46 #undef HAVE_LIBM
48 /* Name of package */
49 #define PACKAGE "audiofile"
51 /* Version number of package */
52 #define VERSION "0.1.7"
54 /**************************************************************
55  * END AUTOHEADER-GENERATED SECTION
56  **************************************************************/
59 #endif /* __HAVE_AF_CONFIG_H__ */