diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-07 23:08:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-07 23:08:43 +0900 |
commit | 455154cec427d29bd453692ca4f6ee7a098eb778 (patch) | |
tree | 4ed8096f3be6edc0ad288bc1f83f453cd09c0a50 /src/3rdparty | |
parent | 5774d0780734ba03e9e65abb13d9799761c34ae4 (diff) | |
download | tqt3-455154cec427d29bd453692ca4f6ee7a098eb778.tar.gz tqt3-455154cec427d29bd453692ca4f6ee7a098eb778.zip |
Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/libpng/pngconf.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/3rdparty/libpng/pngconf.h b/src/3rdparty/libpng/pngconf.h index bd5d1c430..19ccaf1e0 100644 --- a/src/3rdparty/libpng/pngconf.h +++ b/src/3rdparty/libpng/pngconf.h @@ -246,30 +246,8 @@ #endif #ifdef PNG_SETJMP_SUPPORTED -/* This is an attempt to force a single setjmp behaviour on Linux. If - * the X config stuff didn't define _BSD_SOURCE we wouldn't need this. - */ - -# ifdef __linux__ -# ifdef _BSD_SOURCE -# define PNG_SAVE_BSD_SOURCE -# undef _BSD_SOURCE -# endif -# ifdef _SETJMP_H - __png.h__ already includes setjmp.h; - __dont__ include it again.; -# endif -# endif /* __linux__ */ - /* include setjmp.h for error handling */ # include <setjmp.h> - -# ifdef __linux__ -# ifdef PNG_SAVE_BSD_SOURCE -# define _BSD_SOURCE -# undef PNG_SAVE_BSD_SOURCE -# endif -# endif /* __linux__ */ #endif /* PNG_SETJMP_SUPPORTED */ #ifdef BSD |