Don't define USE_MMP. Applications using libbfd assumes that the

memory is malloc:ed and tries to free() it...
This commit is contained in:
kristerw 1999-06-25 23:04:40 +00:00
parent 914e91ea43
commit 9873bbaebf
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.h,v 1.1 1999/02/09 15:57:53 tv Exp $ */
/* $NetBSD: config.h,v 1.2 1999/06/25 23:04:40 kristerw Exp $ */
/****************/
/* bfd config.h */
@ -44,7 +44,7 @@
/* #undef HAVE_SYS_PROCFS_H */
/* Do we really want to use mmap if it's available? */
#define USE_MMAP 1
/* #undef USE_MMAP */
/* Define if you have the fcntl function. */
#define HAVE_FCNTL 1