/ Modules / GSS-iPhoneOS.modulemap
GSS-iPhoneOS.modulemap
 1  framework module GSS [extern_c] {
 2    export *
 3    header "gssapi.h"
 4  
 5    module apple {
 6      header "gssapi_apple.h"
 7      export *
 8    }
 9    
10    explicit module krb5 {
11      header "gssapi_krb5.h"
12      export *
13    }
14  
15  
16  
17    module oid {
18      header "gssapi_oid.h"
19      export *
20    }
21  
22    module protos {
23      header "gssapi_protos.h"
24      export *
25    }
26  
27    module spnego {
28      header "gssapi_spnego.h"
29      export *
30    }
31  }
32