Remove all traces of __CYGWIN_USE_BIG_TYPES__.

* include/cygwin/config.h: Move Cygwin-specific build flags from
	newlib's sys/config.h here.  Add a comment.
This commit is contained in:
Corinna Vinschen
2010-02-26 09:36:21 +00:00
parent 6bcdc0df58
commit 627ef695f2
8 changed files with 15 additions and 71 deletions

View File

@@ -125,8 +125,6 @@ typedef struct _ftsent {
#ifdef __INSIDE_CYGWIN__
struct __stat64 *fts_statp; /* stat(2) information */
#elif defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__)
#error "fts requires __CYGWIN_USE_BIG_TYPES__"
#else
struct stat *fts_statp; /* stat(2) information */
#endif