* libc/include/sys/config.h: Remove all Cygwin specific configuration.
Include cygwin/config.h instead.
This commit is contained in:
parent
d3b450f3a1
commit
a3cc585138
|
@ -1,3 +1,8 @@
|
||||||
|
2003-05-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* libc/include/sys/config.h: Remove all Cygwin specific configuration.
|
||||||
|
Include cygwin/config.h instead.
|
||||||
|
|
||||||
2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
|
2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
|
* newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
|
||||||
|
|
|
@ -147,17 +147,8 @@
|
||||||
#define __RAND_MAX 0x7fffffff
|
#define __RAND_MAX 0x7fffffff
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(__CYGWIN32__) || defined(__CYGWIN__)
|
#if defined(__CYGWIN32__) || defined(__CYGWIN__)
|
||||||
#define __FILENAME_MAX__ (260 - 1 /* NUL */)
|
#include <cygwin/config.h>
|
||||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
|
||||||
#define __LARGE64_FILES 1
|
|
||||||
#define __CYGWIN_USE_BIG_TYPES__ 1
|
|
||||||
#if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB)
|
|
||||||
#define __IMPORT
|
|
||||||
#else
|
|
||||||
#define __IMPORT __declspec(dllimport)
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__rtems__)
|
#if defined(__rtems__)
|
||||||
|
@ -177,8 +168,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __WCHAR_MAX__
|
#ifndef __WCHAR_MAX__
|
||||||
#if __INT_MAX__ == 32767 || defined(__CYGWIN__) || \
|
#if __INT_MAX__ == 32767 || defined (_WIN32)
|
||||||
defined (_WIN32)
|
|
||||||
#define __WCHAR_MAX__ 0xffffu
|
#define __WCHAR_MAX__ 0xffffu
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue