Loading include/global.h +5 −3 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ #endif #endif /* _cplusplus */ /* Fix problem with S_ISLNK() on Linux */ #if defined(HAVE_LINUXTHREADS) #define _GNU_SOURCE 1 #endif /* The client defines this to avoid all thread code */ #if defined(UNDEF_THREADS_HACK) #undef THREAD Loading @@ -56,9 +61,6 @@ #ifndef __STDC_EXT__ #define __STDC_EXT__ 1 /* To get large file support on hpux */ #endif #if defined(HAVE_LINUXTHREADS) #define _GNU_SOURCE 1 #endif #if defined(THREAD) && !defined(__WIN__) #ifndef _POSIX_PTHREAD_SEMANTICS Loading Loading
include/global.h +5 −3 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ #endif #endif /* _cplusplus */ /* Fix problem with S_ISLNK() on Linux */ #if defined(HAVE_LINUXTHREADS) #define _GNU_SOURCE 1 #endif /* The client defines this to avoid all thread code */ #if defined(UNDEF_THREADS_HACK) #undef THREAD Loading @@ -56,9 +61,6 @@ #ifndef __STDC_EXT__ #define __STDC_EXT__ 1 /* To get large file support on hpux */ #endif #if defined(HAVE_LINUXTHREADS) #define _GNU_SOURCE 1 #endif #if defined(THREAD) && !defined(__WIN__) #ifndef _POSIX_PTHREAD_SEMANTICS Loading