Changeset 3328


Ignore:
Timestamp:
May 6, 2007, 6:35:35 AM (18 years ago)
Author:
bird
Message:

we have config.h, avoid stupid conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/gzip/tailor.h

    r3325 r3328  
    8989#  endif
    9090#  define PROTO
    91 #  define STDC_HEADERS
     91#  define STDC_HEADERS 1
    9292#  define UNLINK_READONLY_BUG
    9393#  include <io.h>
     
    101101#  endif
    102102#  ifdef __EMX__
    103 #    define HAVE_SYS_UTIME_H
    104 #    define HAVE_DIRENT_H
     103#    define HAVE_SYS_UTIME_H 1
     104#    define HAVE_DIRENT_H 1
    105105#    define EXPAND(argc,argv) \
    106106       {_response(&argc, &argv); _wildcard(&argc, &argv);}
Note: See TracChangeset for help on using the changeset viewer.