~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to cmd-line-utils/libedit/config.h

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "my_config.h"
 
3
#include "sys.h"
 
4
 
 
5
#if defined(LIBC_SCCS) && !defined(lint)
 
6
#define __RCSID(x)
 
7
#define __COPYRIGHT(x)
 
8
#endif
 
9
#define __RENAME(x)
 
10
#define _DIAGASSERT(x)
 
11
 
 
12
#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__)  || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
 
13
#define __attribute__(A)
 
14
#endif
 
15
 
 
16