~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to iris/src/jdns/jdns_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
# define JDNS_OS_FREEBSD
41
41
#elif defined(__NetBSD__)
42
42
# define JDNS_OS_NETBSD
 
43
#elif defined(sun) || defined(__sun)
 
44
# define JDNS_OS_SOLARIS
43
45
#elif defined(__APPLE__) && (defined(__GNUC__) || defined(__xlC__) || defined(__xlc__))
44
46
# define JDNS_OS_MAC
45
47
#endif