diff options
author | Georgi Kodinov <joro@sun.com> | 2009-02-10 14:39:14 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-02-10 14:39:14 +0200 |
commit | fab053ccf84ccb537999615da8f962d03ef5da76 (patch) | |
tree | 8fe605da2602d2813c45a29eed2bd24d42eabbfb /cmd-line-utils/libedit/config.h | |
parent | 6c6fc0978e0123d515bf95059028ebdb9afd75f8 (diff) | |
download | mariadb-git-fab053ccf84ccb537999615da8f962d03ef5da76.tar.gz |
From jperkin : Merge libedit 2.11 and related files,
based on NetBSD CVS as of 2009/02/06 20:09:00.
Diffstat (limited to 'cmd-line-utils/libedit/config.h')
-rw-r--r-- | cmd-line-utils/libedit/config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cmd-line-utils/libedit/config.h b/cmd-line-utils/libedit/config.h index 642123d1ddc..2c3989ee316 100644 --- a/cmd-line-utils/libedit/config.h +++ b/cmd-line-utils/libedit/config.h @@ -1,16 +1,2 @@ - #include "my_config.h" #include "sys.h" - -#if defined(LIBC_SCCS) && !defined(lint) -#define __RCSID(x) -#define __COPYRIGHT(x) -#endif -#define __RENAME(x) -#define _DIAGASSERT(x) - -#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8) -#define __attribute__(A) -#endif - - |