Not using <defines.h> for autoconf anymore, so move back to the <config.h>

format.
This commit is contained in:
Robert James Kaes 2000-09-11 23:46:42 +00:00
parent f807f4b96c
commit 5d7063a79e

View File

@ -28,7 +28,7 @@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
# include <defines.h> /* Tinyproxy uses defines.h for autoconf defs */
# include <config.h>
#endif
#ifndef PARAMS