(url-display-percentage): Only show a message if `url-show-status' is non-nil.
[emacs.git] / src / s / sunos413.h
blob9f40f2fa3afa5dd8f09cd3895aaf166d7ba702d6
1 #include "sunos4-1.h"
3 /* jik@gza.com says this works now. */
4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
6 #undef SYSTEM_MALLOC
8 /* barrie@calvin.demon.co.uk says memmove is missing. */
9 #ifndef SYSTEM_MALLOC
10 #define MEMMOVE_MISSING
11 #endif
13 #define USE_MMAP_FOR_BUFFERS 1
15 /* arch-tag: ebd184b0-9084-4306-8e71-c0437330e1e1
16 (do not change this comment) */