~ubuntu-branches/ubuntu/maverick/bind9/maverick

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-04-19 10:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050419102158-kp20cp1bqf4ivpzy
Tags: 1:9.3.1-2ubuntu1
resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
3
 
 * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
 
3
 * Copyright (C) 1999-2003  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and distribute this software for any
6
6
 * purpose with or without fee is hereby granted, provided that the above
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: acconfig.h,v 1.35.2.8 2004/03/09 06:09:07 marka Exp $ */
 
18
/* $Id: acconfig.h,v 1.35.2.4.2.10 2004/12/04 06:50:02 marka Exp $ */
19
19
 
20
20
/***
21
21
 *** This file is not to be included by any public header files, because
53
53
/* define if catgets() is available */
54
54
#undef HAVE_CATGETS
55
55
 
 
56
/* define if getifaddrs() exists */
 
57
#undef HAVE_GETIFADDRS
 
58
 
56
59
/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
57
60
#undef HAVE_IFLIST_SYSCTL
58
61
 
130
133
 
131
134
/* define if you have strerror in the C library. */
132
135
#undef HAVE_STRERROR
 
136
 
 
137
/* Define if you are running under Compaq TruCluster. */
 
138
#undef HAVE_TRUCLUSTER
 
139
 
 
140
/* Define if OpenSSL includes DSA support */
 
141
#undef HAVE_OPENSSL_DSA
 
142
 
 
143
/* Define to the length type used by the socket API (socklen_t, size_t, int). */
 
144
#undef ISC_SOCKADDR_LEN_T
 
145
 
 
146
/* Define if threads need PTHREAD_SCOPE_SYSTEM */
 
147
#undef NEED_PTHREAD_SCOPE_SYSTEM