summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1bb542d)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
identical IP addresses on different listening ports. Will also affect
"exiwhat" output.
identical IP addresses on different listening ports. Will also affect
"exiwhat" output.
+PP/02 Bug 2070: uClibc defines __GLIBC__ without providing glibc headers;
+ add noisy ifdef guards to special-case this sillyness.
+ Patch from Bernd Kuhls.
+
Exim version 4.89
-----------------
Exim version 4.89
-----------------
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
# include <gnu/libc-version.h>
#endif
# include <gnu/libc-version.h>
#endif
fprintf(f, "Compiler: <unknown>\n");
#endif
fprintf(f, "Compiler: <unknown>\n");
#endif
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
fprintf(f, "Library version: Glibc: Compile: %d.%d\n",
__GLIBC__, __GLIBC_MINOR__);
if (__GLIBC_PREREQ(2, 1))
fprintf(f, "Library version: Glibc: Compile: %d.%d\n",
__GLIBC__, __GLIBC_MINOR__);
if (__GLIBC_PREREQ(2, 1))