summaryrefslogtreecommitdiff
path: root/mailbox2
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:28:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:28:27 +0000
commitb7916e8e3003cff40bdb8efadf1cd3623aa7376f (patch)
tree32fbd78dd835ae1b667f2e674d7454006215ae0f /mailbox2
parent59f41fea99debbae4556cfe965a0bbcc397b2c6c (diff)
downloadmailutils-b7916e8e3003cff40bdb8efadf1cd3623aa7376f.tar.gz
mailutils-b7916e8e3003cff40bdb8efadf1cd3623aa7376f.tar.bz2
Synchronized mailbox2/include with changes dated 2002-02-27
Diffstat (limited to 'mailbox2')
-rw-r--r--mailbox2/include/mailutils/mu_features.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/mailbox2/include/mailutils/mu_features.h b/mailbox2/include/mailutils/mu_features.h
new file mode 100644
index 000000000..ade93560a
--- /dev/null
+++ b/mailbox2/include/mailutils/mu_features.h
@@ -0,0 +1,29 @@
+/* GNU mailutils - a suite of utilities for electronic mail
+ Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Library General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+#ifndef _MAILUTILS_FEATURES_H
+#define _MAILUTILS_FEATURES_H
+
+#ifndef __P
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+# define __P(Args) Args
+# else
+# define __P(Args) ()
+# endif
+#endif
+
+#endif

Return to:

Send suggestions and report system problems to the System administrator.