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

/*
 *  conf.h -- backward compatibility header for ap_config.h
 */

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

#include "ap_config.h"