Lines Matching defs:BSD
267 /* RTisms for BSD compatibility, specified in the Makefile
268 define BSD 1
353 # if defined(sun) && !defined(BSD)
501 # define BSD4_3 1 /* 4.3 BSD-based */
524 # endif /* defined(sun) && !defined(BSD) */
800 ** 4.4 BSD
802 ** See also BSD defines.
827 ** BSD/OS (was BSD/386) (all versions)
834 # define HASSETREUID 0 /* BSD-OS has broken setreuid(2) emulation */
934 ** DragonFly BSD/ FreeBSD / NetBSD / OpenBSD (all architectures, all versions)
936 ** 4.3BSD clone, closer to 4.4BSD for FreeBSD 1.x and NetBSD 0.9x
937 ** 4.4BSD-Lite based for FreeBSD 2.x and NetBSD 1.x
939 ** See also BSD defines.
1111 ** Largely BSD & posix compatible.
1145 ** 4.3 BSD -- this is for very old systems
1147 ** Should work for mt Xinu MORE/BSD and Mips UMIPS-BSD 2.1.
1459 # define BSD 1 /* include BSD defines */
1579 # define BSD /* has BSD routines */
1642 ** Note the tweaking below after the BSD defines are set.
1661 # define BSD 1
1890 ** System V Rel 5.x (a.k.a Unixware7 w/o BSD-Compatibility Libs ie. native)
2146 # ifndef BSD
2147 # define BSD /* has BSD routines */
2148 # endif /* ! BSD */
2430 /* general BSD defines */
2431 # ifdef BSD
2449 # endif /* BSD */
2456 # define BSD_COMP 1 /* get BSD ioctl calls */
2527 ** Tweaking for systems that (for example) claim to be BSD or POSIX
2528 ** but don't have all the standard BSD or POSIX routines (boo hiss).