X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=acconfig.h;h=6e2356e6be2f643cfd9d31cfa59fcb6888c8d6da;hp=160a27c9240e4f3cbc8dacf01f1a85cfb7168f6f;hb=b6c671fd90134d458ad4722ec3a99742bced1a34;hpb=db59ee1476515a65cfcca10a3059d8ccb2d24d32 diff --git a/acconfig.h b/acconfig.h index 160a27c..6e2356e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 @@ -33,6 +36,11 @@ @BOTTOM@ +/* EPROTO */ +#ifndef HAVE_EPROTO +#define EPROTO 0 +#endif + /* GNU C attributes. */ #ifndef FUNCATTR #ifdef HAVE_GNUC25_ATTRIB