config.h 326 Bytes
Newer Older
1 2 3

#include "my_config.h"
#include "sys.h"
4

5
#if defined(LIBC_SCCS) && !defined(lint)
6 7
#define __RCSID(x)
#define __COPYRIGHT(x)
8
#endif
9 10
#define __RENAME(x)
#define _DIAGASSERT(x)
11 12 13 14 15 16

#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__)  || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
#define __attribute__(A)
#endif