From: Harlan Stenn Date: Wed, 21 Sep 2005 04:30:39 +0000 (-0400) Subject: libopts update X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a911de4bb01e8e28c19960c71b0aa007f76f173;p=thirdparty%2Fntp.git libopts update bk: 4330e1ef_Lo77SO2FvipyZtcwkqu9A --- diff --git a/sntp/libopts/compat/compat.h b/sntp/libopts/compat/compat.h index ea01d6a29c..7b04c21dbb 100644 --- a/sntp/libopts/compat/compat.h +++ b/sntp/libopts/compat/compat.h @@ -2,7 +2,7 @@ /* --- fake the preprocessor into handlng portability */ /* - * Time-stamp: "2005-08-28 13:47:02 bkorb" + * Time-stamp: "2005-09-20 19:29:16 bkorb" * * Author: Gary V Vaughan * Created: Mon Jun 30 15:54:46 1997 @@ -20,11 +20,12 @@ #ifndef HAVE_STRSIGNAL char * strsignal( int signo ); -#else -# define _GNU_SOURCE /* for strsignal in GNU's libc */ -# define __USE_GNU /* exact same thing as above */ #endif +#define _GNU_SOURCE 1 /* for strsignal in GNU's libc */ +#define __USE_GNU 1 /* exact same thing as above */ +#define __EXTENSIONS__ 1 /* and another way to call for it */ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * SYSTEM HEADERS: