1 --- lib/replace/replace.c.orig	2023-11-22 12:09:13 UTC
2 +++ lib/replace/replace.c
3 @@ -560,6 +560,7 @@ long long int rep_strtoll(const char *str, char **endp
4 
5 
6  #ifndef HAVE_STRTOULL
7 +#warning NO_HAVE_STRTOULL
8  unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
9  {
10  #ifdef HAVE_STRTOUQ
11 @@ -573,7 +574,9 @@ unsigned long long int rep_strtoull(const char *str, c
12  #endif
13  }
14  #else
15 +#warning HAVE_STROULL
16  #ifdef HAVE_BSD_STRTOLL
17 +#warning HAVE_BSD_STROLL
18  #undef strtoull
19  unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
20  {
21