From 5750eede11ee5ff4a4b65ec7d47a1a2124a84bc7 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 18 Jan 2018 08:26:53 +0800 Subject: [PATCH] Optimize config.h to avoid config.h conflicts with other libraries Signed-off-by: Jianhui Zhao --- src/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h.in b/src/config.h.in index 338af65..b0d6c03 100755 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef _CONFIG_H -#define _CONFIG_H +#ifndef _UHTTPD_CONFIG_H +#define _UHTTPD_CONFIG_H #define UHTTPD_VERSION_MAJOR @UHTTPD_VERSION_MAJOR@ #define UHTTPD_VERSION_MINOR @UHTTPD_VERSION_MINOR@