2 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3 * See COPYING file for license information
6 #ifndef _COMMON_RCSID_H
7 #define _COMMON_RCSID_H
9 /* RCS Id macro (complements of bod@compusol.com.au (Brendan O'Dea)) */
14 # define ATTRIB_UNUSED __attribute__ ((unused))
16 # define ATTRIB_UNUSED
17 # endif /* __GNUC__ */
18 # define RCSID(i) static char const *rcsid ATTRIB_UNUSED = (i)
21 #endif /* _COMMON_RCSID_H */