Searched hist:"753129816 c8494466c64cf6681de97b18e56718f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/ |
H A D | .gitignore | diff 753129816c8494466c64cf6681de97b18e56718f Thu Feb 11 16:26:02 CST 2021 Ed Tanous <edtanous@google.com> 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 <edtanous@google.com> Change-Id: I9a3e73c37161fa438c5612344dfb01f1f19aff2c
|
H A D | meson.build | diff 753129816c8494466c64cf6681de97b18e56718f Thu Feb 11 16:26:02 CST 2021 Ed Tanous <edtanous@google.com> 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 <edtanous@google.com> Change-Id: I9a3e73c37161fa438c5612344dfb01f1f19aff2c
|
/openbmc/bmcweb/http/ |
H A D | http_connection.hpp | diff 753129816c8494466c64cf6681de97b18e56718f Thu Feb 11 16:26:02 CST 2021 Ed Tanous <edtanous@google.com> 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 <edtanous@google.com> Change-Id: I9a3e73c37161fa438c5612344dfb01f1f19aff2c
|