From c07a88da5d293db89726767fef58090177b423f4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Sep 1998 15:49:56 +0000 Subject: New release --- include/util.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index f480f48f3..cd4d488ca 100644 --- a/include/util.h +++ b/include/util.h @@ -166,6 +166,15 @@ char *strlwr(char *a); #endif +/**** other missing stuff ****/ +#ifndef HAVE_ATEXIT /* For SunOS */ + #define atexit(a) (on_exit((a),0)) +#endif + +#ifndef HAVE_RAISE + #define raise(a) kill(getpid(), (a)) +#endif + /******** some macros ************/ #ifndef STR #define STR(v) #v -- cgit v1.2.3