move __attribute__ from roken-common.h to roken.h.in
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8228 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -229,10 +229,6 @@
|
||||
#define SHUT_RDWR 2
|
||||
#endif
|
||||
|
||||
#ifndef HAVE___ATTRIBUTE__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
#if IRIX != 4 /* fix for compiler bug */
|
||||
#ifdef RETSIGTYPE
|
||||
typedef RETSIGTYPE (*SigAction)(/* int??? */);
|
||||
|
@@ -125,6 +125,10 @@ extern "C" {
|
||||
|
||||
#include <roken-common.h>
|
||||
|
||||
#ifndef HAVE___ATTRIBUTE__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||
#define setsid _setsid
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user