Revision 10d554c6

b/configure
1891 1891
utimens=no
1892 1892
cat > $TMPC << EOF
1893 1893
#define _ATFILE_SOURCE
1894
#define _GNU_SOURCE
1895 1894
#include <stddef.h>
1896 1895
#include <fcntl.h>
1897 1896

  
......
1909 1908
# check if pipe2 is there
1910 1909
pipe2=no
1911 1910
cat > $TMPC << EOF
1912
#define _GNU_SOURCE
1913 1911
#include <unistd.h>
1914 1912
#include <fcntl.h>
1915 1913

  
......
1927 1925
# check if accept4 is there
1928 1926
accept4=no
1929 1927
cat > $TMPC << EOF
1930
#define _GNU_SOURCE
1931 1928
#include <sys/socket.h>
1932 1929
#include <stddef.h>
1933 1930

  
......
1944 1941
# check if tee/splice is there. vmsplice was added same time.
1945 1942
splice=no
1946 1943
cat > $TMPC << EOF
1947
#define _GNU_SOURCE
1948 1944
#include <unistd.h>
1949 1945
#include <fcntl.h>
1950 1946
#include <limits.h>

Also available in: Unified diff