1258945Sroberto/*
2258945Sroberto * Copyright (C) 1999-2001  Internet Software Consortium.
3258945Sroberto *
4258945Sroberto * Permission to use, copy, modify, and distribute this software for any
5258945Sroberto * purpose with or without fee is hereby granted, provided that the above
6258945Sroberto * copyright notice and this permission notice appear in all copies.
7258945Sroberto *
8258945Sroberto * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
9258945Sroberto * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
10258945Sroberto * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
11258945Sroberto * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
12258945Sroberto * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
13258945Sroberto * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
14258945Sroberto * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15258945Sroberto * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16258945Sroberto */
17258945Sroberto
18258945Sroberto/* $Id: platform.h.in,v 1.28 2001/11/19 03:08:26 mayer Exp $ */
19258945Sroberto
20258945Sroberto#ifndef ISC_PLATFORM_H
21258945Sroberto#define ISC_PLATFORM_H 1
22258945Sroberto
23258945Sroberto
24258945Sroberto#ifndef ISC_PLATFORM_USEDECLSPEC
25258945Sroberto#define LIBISC_EXTERNAL_DATA
26258945Sroberto#define LIBDNS_EXTERNAL_DATA
27258945Sroberto#define LIBISCCC_EXTERNAL_DATA
28258945Sroberto#define LIBISCCFG_EXTERNAL_DATA
29258945Sroberto#define LIBBIND9_EXTERNAL_DATA
30258945Sroberto#endif /* ISC_PLATFORM_USEDECLSPEC */
31258945Sroberto
32258945Sroberto/*
33258945Sroberto * Tell emacs to use C mode for this file.
34258945Sroberto *
35258945Sroberto * Local Variables:
36258945Sroberto * mode: c
37258945Sroberto * End:
38258945Sroberto */
39258945Sroberto
40258945Sroberto#endif /* ISC_PLATFORM_H */
41