ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PDL-Audio/sndlib/config.h.in
Revision: 1.1
Committed: Tue Dec 28 01:05:17 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1, rel-1_2, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #ifndef CONFIG_H_LOADED
2     #define CONFIG_H_LOADED
3    
4     #undef const
5    
6     #undef CLOSEDIR_VOID
7     #undef RETSIGTYPE
8    
9     #undef mode_t
10     #undef pid_t
11     #undef size_t
12    
13     #undef WORDS_BIGENDIAN
14    
15     #undef HAVE_STRFTIME
16     #undef HAVE_STRERROR
17     #undef HAVE_STRTOK
18     #undef HAVE_VPRINTF
19    
20     #undef STDC_HEADERS
21     #undef TM_IN_SYS_TIME
22     #undef HAVE_DIRENT_H
23     #undef HAVE_FCNTL_H
24     #undef HAVE_LIMITS_H
25     #undef HAVE_STRING_H
26     #undef HAVE_NDIR_H
27     #undef HAVE_SYS_DIR_H
28     #undef HAVE_SYS_NDIR_H
29     #undef HAVE_UNISTD_H
30     #undef HAVE_SYS_TIME_H
31     #undef HAVE_SOUNDCARD_H
32     #undef HAVE_SYS_SOUNDCARD_H
33     #undef HAVE_MACHINE_SOUNDCARD_H
34     #undef HAVE_LIBC_H
35    
36     #define SIZEOF_INT 0
37     #define SIZEOF_CHAR 0
38     #define SIZEOF_LONG 0
39     #define SIZEOF_SHORT 0
40     #define SIZEOF_INT_P 0
41    
42     #undef LINUX
43     #undef SGI
44     #undef NEXT
45     #undef ALPHA
46     #undef HPUX
47     #undef SUN
48     #undef SOLARIS
49     #undef SCO5
50     #undef OPENBSD
51     #undef WINDOZE
52     #undef AIX
53     #undef HAVE_ALSA
54    
55     #undef HAVE_GUILE
56     #undef HAVE_MAKE_SMOB_TYPE
57    
58     #endif