1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

enable _GNU_SOURCE where available

This commit is contained in:
sgerwk 2021-03-18 18:12:15 +01:00 committed by Witold Filipczyk
parent 9fb9b7a69e
commit 526404d9d3

View File

@ -919,7 +919,7 @@
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
# define _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS