]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
libopts update
authorHarlan Stenn <stenn@ntp.org>
Wed, 21 Sep 2005 04:30:39 +0000 (00:30 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 21 Sep 2005 04:30:39 +0000 (00:30 -0400)
bk: 4330e1ef_Lo77SO2FvipyZtcwkqu9A

sntp/libopts/compat/compat.h

index ea01d6a29ccb55ed43966f5af360a68c10d30048..7b04c21dbb3bc9706272e7d9e195d4dac2c98edf 100644 (file)
@@ -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 <gvaughan@oranda.demon.co.uk>
  * Created:          Mon Jun 30 15:54:46 1997
 
 #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: