Remove MALLOC_ZERO_RETURNS_NULL.

This commit is contained in:
Martin v. Löwis 2002-11-23 09:13:40 +00:00
parent 19cf4ee69d
commit 39f59b089d
6 changed files with 5 additions and 110 deletions

View file

@ -184,9 +184,6 @@
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
/* Define if malloc(0) returns a NULL pointer */
#undef MALLOC_ZERO_RETURNS_NULL
/* Define if you have POSIX threads */
#undef _POSIX_THREADS