From 753129816c8494466c64cf6681de97b18e56718f Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 11 Feb 2021 14:26:02 -0800 Subject: Change config file name to bmcweb_config.h config.h is a generic filename, unprefixed by any sort of name, that other dependencies could use. Namely, nghttp2 uses an identical filename, which can cause issues with getting the right one. This commit renames that file to bmcweb_config.h to disambiguate it from generic config.h files. Tested: Compiled bmcweb and observed compile time params get applied. There are no defaults on any of this stuff, so there's no way to silently miss the config file. Signed-off-by: Ed Tanous Change-Id: I9a3e73c37161fa438c5612344dfb01f1f19aff2c --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef61d38b73..46831ebbd5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.crt *.key -/include/config.h +/include/bmcweb_config.h # Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson # Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson -- cgit v1.2.3