compat.h revision 57429
1152219Simp/*
2156243Srink * Copyright (c) 1999 Markus Friedl.  All rights reserved.
3152219Simp *
4152219Simp * Redistribution and use in source and binary forms, with or without
5152219Simp * modification, are permitted provided that the following conditions
6152219Simp * are met:
7152219Simp * 1. Redistributions of source code must retain the above copyright
8152219Simp *    notice, this list of conditions and the following disclaimer.
9152219Simp * 2. Redistributions in binary form must reproduce the above copyright
10152219Simp *    notice, this list of conditions and the following disclaimer in the
11152219Simp *    documentation and/or other materials provided with the distribution.
12152219Simp * 3. All advertising materials mentioning features or use of this software
13152219Simp *    must display the following acknowledgement:
14152219Simp *      This product includes software developed by Markus Friedl.
15152219Simp * 4. The name of the author may not be used to endorse or promote products
16152219Simp *    derived from this software without specific prior written permission.
17152219Simp *
18152219Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19152219Simp * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20152219Simp * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21152219Simp * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22152219Simp * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23152219Simp * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24152219Simp * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25152219Simp * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26152219Simp * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27152219Simp * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28170837Smarius */
29170837Smarius/* RCSID("$Id: compat.h,v 1.4 1999/11/24 16:15:24 markus Exp $"); */
30170837Smarius
31152219Simp#ifndef COMPAT_H
32156243Srink#define COMPAT_H
33156243Srinkvoid    enable_compat13(void);
34152219Simpextern int compat13;
35156243Srink#endif
36156243Srink