Changeset 1086


Ignore:
Timestamp:
Jan 26, 2004, 12:57:48 AM (22 years ago)
Author:
bird
Message:

No GLIBC versions or indicators for us.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/features.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1085 r1086  
    2121 * @changed bird: don't define *LARGEFILE64*, but make sure to indicate that
    2222 *                off_t is 64bits.
     23 * @changed bird: not GLIBC version numbers.
    2324 */
    2425
     
    269270#define __STDC_ISO_10646__              200009L
    270271
     272#ifndef __EMX__ /*bird: we're not GLIBC */
    271273/* This macro indicates that the installed library is the GNU C Library.
    272274   For historic reasons the value now is 6 and this will stay from now
     
    282284#define __GLIBC__       2
    283285#define __GLIBC_MINOR__ 3
     286#endif /*bird*/
    284287
    285288/* Convenience macros to test the versions of glibc and gcc.
Note: See TracChangeset for help on using the changeset viewer.