Răsfoiți Sursa

* Makefile: Document HAVE_MALLOC_ERRNO.

Paul Eggert 4 ani în urmă
părinte
comite
5c79ca1f7b
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -212,6 +212,7 @@ LDLIBS=
 #  -DHAVE_LOCALTIME_R=0 if your system lacks a localtime_r function
 #  -DHAVE_LOCALTIME_RZ=0 if you do not want zdump to use localtime_rz
 #	localtime_rz can make zdump significantly faster, but is nonstandard.
+#  -DHAVE_MALLOC_ERRNO=0 if malloc etc. do not set errno on failure.
 #  -DHAVE_POSIX_DECLS=0 if your system's include files do not declare
 #	functions like 'link' or variables like 'tzname' required by POSIX
 #  -DHAVE_SNPRINTF=0 if your system lacks the snprintf function