Loading...
--- xnu/xnu-12377.101.15/bsd/netinet6/netinet6.modulemap
+++ /dev/null
@@ -1,52 +0,0 @@
-module Darwin.netinet6 {
- #ifdef XNU_KERNEL_PRIVATE
- // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
- // but mastered out of the public SDK for the other OSes.
- #endif
- #ifdef XNU_PLATFORM_MacOSX
- module ah {
- header "netinet6/ah.h"
- export *
- }
-
- module esp {
- header "netinet6/esp.h"
- export *
- }
-
- module in6_var {
- header "netinet6/in6_var.h"
- export *
- }
-
- module ipcomp {
- header "netinet6/ipcomp.h"
- export *
- }
-
- #endif
- module ipsec {
- header "netinet6/ipsec.h"
- export *
- }
-
- #ifdef XNU_PLATFORM_MacOSX
- module raw_ip6 {
- header "netinet6/raw_ip6.h"
- export *
- }
-
- #endif
- module scope6_var {
- header "netinet6/scope6_var.h"
- export *
- }
- #ifdef XNU_KERNEL_PRIVATE
- // nd6.h doesn't compile because it uses struct prf_ra which
- // only exists in the context of struct in6_prflags.
- #endif
- #ifdef XNU_PLATFORM_MacOSX
-
- exclude header "netinet6/nd6.h"
- #endif
-}