From a1f9568162236149bd69558e96e055e952a6b1f6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 27 Jan 2001 05:28:00 +0000 Subject: [PATCH] __attribute__ moved here from roken.h.in git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9514 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 4d3828b53..8345220db 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -1,5 +1,5 @@ /* - * 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. * @@ -241,6 +241,10 @@ #define SHUT_RDWR 2 #endif +#ifndef HAVE___ATTRIBUTE__ +#define __attribute__(x) +#endif + ROKEN_CPP_START #if IRIX != 4 /* fix for compiler bug */