1*a466cc55SCy Schubert /*
2*a466cc55SCy Schubert  * Copyright (C) 1999-2001  Internet Software Consortium.
3*a466cc55SCy Schubert  *
4*a466cc55SCy Schubert  * Permission to use, copy, modify, and distribute this software for any
5*a466cc55SCy Schubert  * purpose with or without fee is hereby granted, provided that the above
6*a466cc55SCy Schubert  * copyright notice and this permission notice appear in all copies.
7*a466cc55SCy Schubert  *
8*a466cc55SCy Schubert  * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
9*a466cc55SCy Schubert  * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
10*a466cc55SCy Schubert  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
11*a466cc55SCy Schubert  * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
12*a466cc55SCy Schubert  * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
13*a466cc55SCy Schubert  * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
14*a466cc55SCy Schubert  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15*a466cc55SCy Schubert  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*a466cc55SCy Schubert  */
17*a466cc55SCy Schubert 
18*a466cc55SCy Schubert /* $Id: platform.h.in,v 1.28 2001/11/19 03:08:26 mayer Exp $ */
19*a466cc55SCy Schubert 
20*a466cc55SCy Schubert #ifndef ISC_PLATFORM_H
21*a466cc55SCy Schubert #define ISC_PLATFORM_H 1
22*a466cc55SCy Schubert 
23*a466cc55SCy Schubert 
24*a466cc55SCy Schubert #ifndef ISC_PLATFORM_USEDECLSPEC
25*a466cc55SCy Schubert #define LIBISC_EXTERNAL_DATA
26*a466cc55SCy Schubert #define LIBDNS_EXTERNAL_DATA
27*a466cc55SCy Schubert #define LIBISCCC_EXTERNAL_DATA
28*a466cc55SCy Schubert #define LIBISCCFG_EXTERNAL_DATA
29*a466cc55SCy Schubert #define LIBBIND9_EXTERNAL_DATA
30*a466cc55SCy Schubert #endif /* ISC_PLATFORM_USEDECLSPEC */
31*a466cc55SCy Schubert 
32*a466cc55SCy Schubert /*
33*a466cc55SCy Schubert  * Tell emacs to use C mode for this file.
34*a466cc55SCy Schubert  *
35*a466cc55SCy Schubert  * Local Variables:
36*a466cc55SCy Schubert  * mode: c
37*a466cc55SCy Schubert  * End:
38*a466cc55SCy Schubert  */
39*a466cc55SCy Schubert 
40*a466cc55SCy Schubert #endif /* ISC_PLATFORM_H */
41