chiark / gitweb /
Reran autoconf.
[userv.git] / acconfig.h
index 160a27c9240e4f3cbc8dacf01f1a85cfb7168f6f..6e2356e6be2f643cfd9d31cfa59fcb6888c8d6da 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+/* Define if EPROTO exists.  */
+#undef HAVE_EPROTO
+
 /* Define if function attributes a la GCC 2.5 and higher are available.  */
 #undef HAVE_GNUC25_ATTRIB
 
 
 @BOTTOM@
 
+/* EPROTO */
+#ifndef HAVE_EPROTO
+#define EPROTO 0
+#endif
+
 /* GNU C attributes. */
 #ifndef FUNCATTR
 #ifdef HAVE_GNUC25_ATTRIB