X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=acconfig.h;h=55efe25d47644f0b3b973b3ae0724db51fcf33d9;hp=6e2356e6be2f643cfd9d31cfa59fcb6888c8d6da;hb=56e0782ad7c9b4ffba57b52e631b66e2107b7480;hpb=d9cedcfbd2194ff9046d71400cb7878085c26499 diff --git a/acconfig.h b/acconfig.h index 6e2356e..55efe25 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,7 +2,7 @@ * userv - acconfig.h * extra stuff for config.h.in (autoconf) * - * Copyright (C)1996-1997 Ian Jackson + * Copyright (C)1996-1997,1999 Ian Jackson * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -22,6 +22,9 @@ /* Define if EPROTO exists. */ #undef HAVE_EPROTO +/* Define if LOG_AUTHPRIV exists. */ +#undef HAVE_LOG_AUTHPRIV + /* Define if function attributes a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_ATTRIB @@ -36,11 +39,26 @@ @BOTTOM@ +/* STRSIGNAL */ +#ifndef HAVE_STRSIGNAL +#define STRSIGNAL(x) "[platform has no strsignal!]" +#endif + /* EPROTO */ #ifndef HAVE_EPROTO #define EPROTO 0 #endif +/* LOG_AUTHPRIV */ +#ifndef HAVE_LOG_AUTHPRIV +#define LOG_AUTHPRIV LOG_AUTH +#endif + +/* WCOREDUMP */ +#ifndef HAVE_WCOREDUMP +#define WCOREDUMP(x) 0 +#endif + /* GNU C attributes. */ #ifndef FUNCATTR #ifdef HAVE_GNUC25_ATTRIB