home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / bfd / acconfig.h next >
Text File  |  1996-09-28  |  566b  |  20 lines

  1.  
  2. /* Whether malloc must be declared even if <stdlib.h> is included.  */
  3. #undef NEED_DECLARATION_MALLOC
  4.  
  5. /* Whether free must be declared even if <stdlib.h> is included.  */
  6. #undef NEED_DECLARATION_FREE
  7. @TOP@
  8.  
  9. /* Do we need to use the b modifier when opening binary files?  */
  10. #undef USE_BINARY_FOPEN
  11.  
  12. /* Name of host specific header file to include in trad-core.c.  */
  13. #undef TRAD_HEADER
  14.  
  15. /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t.  */
  16. #undef HAVE_SYS_PROCFS_H
  17.  
  18. /* Do we really want to use mmap if it's available?  */
  19. #undef USE_MMAP
  20.