Home
last modified time | relevance | path

Searched refs:_DEFAULT_SOURCE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/
Dconfig.h1156 #if defined(OMITTED__D_DEFAULT_SOURCE) && !defined(_DEFAULT_SOURCE)
1157 #define _DEFAULT_SOURCE 1 macro
/openbsd/src/usr.sbin/nsd/
Dconfig.h.in875 # ifndef _DEFAULT_SOURCE
876 # define _DEFAULT_SOURCE 1 macro
Dconfigure.ac1232 # ifndef _DEFAULT_SOURCE
1233 # define _DEFAULT_SOURCE 1
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in1151 #if defined(OMITTED__D_DEFAULT_SOURCE) && !defined(_DEFAULT_SOURCE)
1152 #define _DEFAULT_SOURCE 1 macro
/openbsd/src/usr.sbin/nsd/doc/
DRELNOTES976 - Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux.
DChangeLog1876 - Define _DEFAULT_SOURCE with _BSD_SOURCE for recent Linuxes.