move __attribute__ to roken-common.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9515 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-27 05:28:09 +00:00
parent a1f9568162
commit 3e36288c1a

View File

@@ -1,6 +1,6 @@
/* -*- C -*- */
/*
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -129,10 +129,6 @@ struct sockaddr_dl;
ROKEN_CPP_START
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)
#endif
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid
#endif