1132451Sroberto/*
2132451Sroberto * Copyright (C) 1999-2001  Internet Software Consortium.
3132451Sroberto *
4132451Sroberto * Permission to use, copy, modify, and distribute this software for any
5132451Sroberto * purpose with or without fee is hereby granted, provided that the above
6132451Sroberto * copyright notice and this permission notice appear in all copies.
7132451Sroberto *
8132451Sroberto * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
9132451Sroberto * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
10132451Sroberto * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
11132451Sroberto * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
12132451Sroberto * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
13132451Sroberto * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
14132451Sroberto * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15132451Sroberto * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16132451Sroberto */
17132451Sroberto
18132451Sroberto/* $Id: platform.h.in,v 1.28 2001/11/19 03:08:26 mayer Exp $ */
19132451Sroberto
20132451Sroberto#ifndef ISC_PLATFORM_H
21132451Sroberto#define ISC_PLATFORM_H 1
22132451Sroberto
23132451Sroberto
24132451Sroberto#ifndef ISC_PLATFORM_USEDECLSPEC
25132451Sroberto#define LIBISC_EXTERNAL_DATA
26132451Sroberto#define LIBDNS_EXTERNAL_DATA
27132451Sroberto#define LIBISCCC_EXTERNAL_DATA
28132451Sroberto#define LIBISCCFG_EXTERNAL_DATA
29132451Sroberto#define LIBBIND9_EXTERNAL_DATA
30132451Sroberto#endif /* ISC_PLATFORM_USEDECLSPEC */
31132451Sroberto
32132451Sroberto/*
33132451Sroberto * Tell emacs to use C mode for this file.
34132451Sroberto *
35132451Sroberto * Local Variables:
36132451Sroberto * mode: c
37132451Sroberto * End:
38132451Sroberto */
39132451Sroberto
40132451Sroberto#endif /* ISC_PLATFORM_H */
41