mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
beb1d2e914
in -current. Closes PR#3971
20 lines
792 B
Plaintext
20 lines
792 B
Plaintext
*** machines.h.orig Fri Jun 27 10:54:20 1997
|
|
--- machines.h Fri Jun 27 10:54:22 1997
|
|
***************
|
|
*** 63,69 ****
|
|
some machines, our malloc () cannot be used (because of library
|
|
conflicts, for example), and for those, you should specifically
|
|
#undef USE_GNU_MALLOC in the machine description. */
|
|
! #define USE_GNU_MALLOC
|
|
|
|
/* This causes the Gnu malloc library (from glibc) to be used. */
|
|
/* #define USE_GNU_MALLOC_LIBRARY */
|
|
--- 63,69 ----
|
|
some machines, our malloc () cannot be used (because of library
|
|
conflicts, for example), and for those, you should specifically
|
|
#undef USE_GNU_MALLOC in the machine description. */
|
|
! #undef USE_GNU_MALLOC
|
|
|
|
/* This causes the Gnu malloc library (from glibc) to be used. */
|
|
/* #define USE_GNU_MALLOC_LIBRARY */
|