This commit is contained in:
albert
2003-02-17 00:57:15 +00:00
parent f082411c7d
commit 4a54e25aca
5 changed files with 257 additions and 99 deletions

View File

@ -64,6 +64,11 @@
#define expected(x,y) (x)
#endif
#if SHARED==1 && (__GNUC__ > 2 || __GNUC_MINOR__ >= 96)
#define LABEL_OFFSET
#endif
// marks old junk, to warn non-procps library users
#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
#define OBSOLETE __attribute__((deprecated))