Welcome to mirror list, hosted at ThFree Co, Russian Federation.

newlib.hin « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74bb81f290e457acd6b74c33ac7f95fbe5f2e7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __NEWLIB_H__

#define __NEWLIB_H__ 1

/* EL/IX level */
#undef _ELIX_LEVEL

/* Newlib version */
#undef _NEWLIB_VERSION

/* MB_LEN_MAX */
#undef _MB_LEN_MAX

/* ICONV enabled */
#undef _ICONV_ENABLED

#endif /* !__NEWLIB_H__ */