summaryrefslogtreecommitdiff
path: root/cmd-line-utils/libedit/config.h
blob: b6f002d5b9e168b6d030cfdec122406348a59ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

#define __RCSID(x)
#define __COPYRIGHT(x)
#define __RENAME(x)
#define _DIAGASSERT(x)

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