~ubuntu-branches/ubuntu/saucy/esound/saucy-proposed

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Murray
  • Date: 2006-01-13 00:33:23 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113003323-wbseckte1b6s74wj
Tags: 0.2.36-3
Only include *64 functions if necessary in libesddsp for things
that check at runtime rather than compile time (closes: #347751)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#undef DRIVER_OSS
2
 
#undef DRIVER_AIX
3
 
#undef DRIVER_IRIX
4
 
#undef DRIVER_HPUX
5
 
#undef DRIVER_OSF
6
 
#undef DRIVER_SOLARIS
7
 
#undef DRIVER_MKLINUX
8
 
#undef DRIVER_ALSA
9
 
#undef DRIVER_NEWALSA
10
 
#undef DRIVER_ALSA_09
11
 
#undef DRIVER_ALSA_09_NEW_PCM_API
12
 
#undef DRIVER_DART
13
 
#undef DRIVER_COREAUDIO
14
 
#undef DRIVER_NONE
15
 
#undef HAVE_INET_ATON
16
 
#undef HAVE_INET_PTON
17
 
#undef HAVE_NANOSLEEP
18
 
#undef USE_LIBWRAP
19
 
#undef WITH_SYMBOL_UNDERSCORE
20
 
#undef ESDBG 
21
 
 
22
 
#undef INADDR_LOOPBACK
23
 
#undef ENABLE_IPV6
24
 
#undef HAVE_INET_NTOP
25
 
#undef HAVE_SUN_LEN
26
 
 
27
 
/* Define this for AF_UNIX sockets support on OS/2 */
28
 
#ifdef __EMX__
29
 
#  define TCPIPV4
30
 
#  define _EMX_TCPIP
31
 
#endif
32
 
 
33
 
 
34
 
@BOTTOM@
35
 
/* keep these at the end of the generated config.h */
36
 
 
37
 
#ifndef HAVE_SUN_LEN
38
 
#define SUN_LEN(ptr) ((size_t)(((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path))
39
 
#endif