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

enable _GNU_SOURCE where available

This commit is contained in:
sgerwk 2021-03-18 18:12:15 +01:00
parent e13c09a5f9
commit 6e37197ec6

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