acconfig.h 452 B

1234567891011121314
  1. /* Local acconfig.h for autoheader.
  2. Descriptive text for the C preprocessor macros that
  3. the patch configure.in can define.
  4. autoheader copies the comments into config.hin. */
  5. /* Define if there is a member named d_ino in the struct describing
  6. directory headers. */
  7. #undef D_INO_IN_DIRENT
  8. /* Define if memchr works. */
  9. #undef HAVE_MEMCHR
  10. /* Define if `struct utimbuf' is declared -- usually in <utime.h>. */
  11. #undef HAVE_STRUCT_UTIMBUF