summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/include/compat.h
blob: ab21c0fe63e982636a839fe3fb044216ed11f90b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* $OpenBSD: compat.h,v 1.2 2005/03/28 23:26:51 niallo Exp $ */

/*
 *  compat.h -- backward compatibility header for ap_compat.h
 */

#ifdef __GNUC__
#warning "This header is obsolete, use ap_compat.h instead"
#endif

#include "ap_compat.h"