summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:15:53 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:15:53 +0000
commit97aedb05b271e9486f51eac1aee64fce92da64ca (patch)
tree9abd1bee206c4ea14bfebac318846e5fe32c6c67 /config.h.in
parent162bb22c0a612c065ea77a88136fcf8ded9159a9 (diff)
Imported Upstream version 4.3.99+cvs20060121.dfsg.1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9a4e967..3a828c9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -29,6 +29,14 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if GCC special attributes are supported */
+#undef HAVE_GCC_ATTRIBUTES
+
+#ifndef HAVE_GCC_ATTRIBUTES
+/* This should really be a C99 anonymous variadic macro. */
+#define __attribute__(attr)
+#endif
+
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H