mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
build-sys: change all HAVE_DECL_ macros to HAVE_
This is a legacy of autotools, where one detection routine used a different prefix then the others. $ git grep -e HAVE_DECL_ -l|xargs sed -i s/HAVE_DECL_/HAVE_/g
This commit is contained in:
@@ -189,7 +189,7 @@ static inline void *memmem_safe(const void *haystack, size_t haystacklen, const
|
||||
return memmem(haystack, haystacklen, needle, needlelen);
|
||||
}
|
||||
|
||||
#if !HAVE_DECL_EXPLICIT_BZERO
|
||||
#if !HAVE_EXPLICIT_BZERO
|
||||
void explicit_bzero(void *p, size_t l);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user