chiark / gitweb /
udated copyright notices; rebuilt documentation
[userv.git] / config.h.in
index 50498dab3f38e4dcb8e24ae7fe734465be70850f..62f921f60725975058aa884ab88b2e29891831c5 100644 (file)
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
 /* Define if EPROTO exists.  */
 #undef HAVE_EPROTO
 /* Define if you have the setenv function.  */
 #undef HAVE_SETENV
 
+/* Define if you have the strsignal function.  */
+#undef HAVE_STRSIGNAL
+
 /* Define if you have the socket library (-lsocket).  */
 #undef HAVE_LIBSOCKET
 
+/* STRSIGNAL */
+#ifndef HAVE_STRSIGNAL
+#define STRSIGNAL(x) "[platform has no strsignal!]"
+#endif
+
 /* EPROTO */
 #ifndef HAVE_EPROTO
 #define EPROTO 0
 #define LOG_AUTHPRIV LOG_AUTH
 #endif
 
+/* WCOREDUMP */
+#ifndef HAVE_WCOREDUMP
+#define WCOREDUMP(x) 0
+#endif
+
 /* GNU C attributes. */
 #ifndef FUNCATTR
 #ifdef HAVE_GNUC25_ATTRIB