X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=program%2Fsrc%2Frrd_is_thread_safe.h;h=dc76320c3daca6985f807f861cb37368e5fad669;hb=bd07d8ee54bcbe2c5e09f84be962ca76bb6810f3;hp=90ee472c8db701fe8e7325d92b4b1b6d7f36629b;hpb=3252dce6ef5a6afc0b22d1b7bddea05edb5da09b;p=rrdtool-all.git diff --git a/program/src/rrd_is_thread_safe.h b/program/src/rrd_is_thread_safe.h index 90ee472c..dc76320c 100644 --- a/program/src/rrd_is_thread_safe.h +++ b/program/src/rrd_is_thread_safe.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2rc2 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.13 Copyright by Tobi Oetiker, 1997-2006 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL @@ -17,7 +17,10 @@ extern "C" { #endif #undef strerror + +#if( 2 < __GNUC__ ) #pragma GCC poison strtok asctime ctime gmtime localtime tmpnam strerror +#endif #ifdef __cplusplus }