]> arthur.barton.de Git - ngircd-alex.git/blob - contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
Xcode: Fix "duplicate symbols" error in current Xcode
[ngircd-alex.git] / contrib / MacOSX / ngIRCd.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 FA2D564A11EA158B00D37A35 /* pam.c in Sources */ = {isa = PBXBuildFile; fileRef = FA2D564911EA158B00D37A35 /* pam.c */; };
11                 FA2D567B11EA1AB300D37A35 /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA2D567A11EA1AB300D37A35 /* libpam.dylib */; };
12                 FA322D350CEF74B1001761B3 /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CD90CEF74B1001761B3 /* array.c */; };
13                 FA322D360CEF74B1001761B3 /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDB0CEF74B1001761B3 /* channel.c */; };
14                 FA322D370CEF74B1001761B3 /* client.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDD0CEF74B1001761B3 /* client.c */; };
15                 FA322D380CEF74B1001761B3 /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDF0CEF74B1001761B3 /* conf.c */; };
16                 FA322D390CEF74B1001761B3 /* conn-func.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE10CEF74B1001761B3 /* conn-func.c */; };
17                 FA322D3A0CEF74B1001761B3 /* conn-zip.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE30CEF74B1001761B3 /* conn-zip.c */; };
18                 FA322D3B0CEF74B1001761B3 /* conn.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE50CEF74B1001761B3 /* conn.c */; };
19                 FA322D3C0CEF74B1001761B3 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE80CEF74B1001761B3 /* hash.c */; };
20                 FA322D3D0CEF74B1001761B3 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEA0CEF74B1001761B3 /* io.c */; };
21                 FA322D3E0CEF74B1001761B3 /* irc-channel.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEC0CEF74B1001761B3 /* irc-channel.c */; };
22                 FA322D3F0CEF74B1001761B3 /* irc-info.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEE0CEF74B1001761B3 /* irc-info.c */; };
23                 FA322D400CEF74B1001761B3 /* irc-login.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF00CEF74B1001761B3 /* irc-login.c */; };
24                 FA322D410CEF74B1001761B3 /* irc-mode.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF20CEF74B1001761B3 /* irc-mode.c */; };
25                 FA322D420CEF74B1001761B3 /* irc-op.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF40CEF74B1001761B3 /* irc-op.c */; };
26                 FA322D430CEF74B1001761B3 /* irc-oper.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF60CEF74B1001761B3 /* irc-oper.c */; };
27                 FA322D440CEF74B1001761B3 /* irc-server.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF80CEF74B1001761B3 /* irc-server.c */; };
28                 FA322D450CEF74B1001761B3 /* irc-write.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFA0CEF74B1001761B3 /* irc-write.c */; };
29                 FA322D460CEF74B1001761B3 /* irc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFC0CEF74B1001761B3 /* irc.c */; };
30                 FA322D470CEF74B1001761B3 /* lists.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFE0CEF74B1001761B3 /* lists.c */; };
31                 FA322D480CEF74B1001761B3 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D000CEF74B1001761B3 /* log.c */; };
32                 FA322D490CEF74B1001761B3 /* match.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D030CEF74B1001761B3 /* match.c */; };
33                 FA322D4A0CEF74B1001761B3 /* ngircd.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D060CEF74B1001761B3 /* ngircd.c */; };
34                 FA322D4B0CEF74B1001761B3 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D080CEF74B1001761B3 /* parse.c */; };
35                 FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D0C0CEF74B1001761B3 /* resolve.c */; };
36                 FA322DBE0CEF7766001761B3 /* tool.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D330CEF74B1001761B3 /* tool.c */; };
37                 FA322DC10CEF77CB001761B3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA322DC00CEF77CB001761B3 /* libz.dylib */; };
38                 FA407F2E0DB159F400271AF1 /* ng_ipaddr.c in Sources */ = {isa = PBXBuildFile; fileRef = FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */; };
39                 FA4F165A164836B100DBD011 /* irc-metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = FA4F1659164836B100DBD011 /* irc-metadata.c */; };
40                 FA6BBC631605F0AC0004247A /* conn-encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = FA6BBC5F1605F0AB0004247A /* conn-encoding.c */; };
41                 FA6BBC641605F0AC0004247A /* irc-encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = FA6BBC611605F0AC0004247A /* irc-encoding.c */; };
42                 FA6BBC661605F6D60004247A /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA6BBC651605F6D60004247A /* libiconv.dylib */; };
43                 FA85178C0FA061EC006A1F5A /* op.c in Sources */ = {isa = PBXBuildFile; fileRef = FA85178B0FA061EC006A1F5A /* op.c */; };
44                 FA99428C10E82A27007F27ED /* proc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA99428B10E82A27007F27ED /* proc.c */; };
45                 FAA3D27B0F139CDC00B2447E /* conn-ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA3D2790F139CDC00B2447E /* conn-ssl.c */; };
46                 FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA97C55124A271400D5BBA9 /* sighandlers.c */; };
47                 FAACD5F514A6099C006ED74F /* class.c in Sources */ = {isa = PBXBuildFile; fileRef = FAACD5F314A6099C006ED74F /* class.c */; };
48                 FAD5853215271AAB00328741 /* client-cap.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853015271AAB00328741 /* client-cap.c */; };
49                 FAD5853515271AB800328741 /* irc-cap.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853315271AB800328741 /* irc-cap.c */; };
50                 FAD5853815272C2600328741 /* login.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853615272C2500328741 /* login.c */; };
51                 FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */ = {isa = PBXBuildFile; fileRef = FAE5CC2D0CF2308A007D69B6 /* numeric.c */; };
52 /* End PBXBuildFile section */
53
54 /* Begin PBXCopyFilesBuildPhase section */
55                 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
56                         isa = PBXCopyFilesBuildPhase;
57                         buildActionMask = 8;
58                         dstPath = /usr/share/man/man1/;
59                         dstSubfolderSpec = 0;
60                         files = (
61                         );
62                         runOnlyForDeploymentPostprocessing = 1;
63                 };
64 /* End PBXCopyFilesBuildPhase section */
65
66 /* Begin PBXFileReference section */
67                 FA18A63E16CEDDCE00132F66 /* configure.ng */ = {isa = PBXFileReference; lastKnownFileType = text; name = configure.ng; path = ../../configure.ng; sourceTree = "<group>"; };
68                 FA18A63F16CEDE2300132F66 /* ngircd.service */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.service; sourceTree = "<group>"; };
69                 FA18A64016CEDE2300132F66 /* ngircd.socket */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.socket; sourceTree = "<group>"; };
70                 FA18A64116CEDE3500132F66 /* ngircd.pam */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.pam; sourceTree = "<group>"; };
71                 FA18A64216CEDE5700132F66 /* de.barton.ngircd.plist.tmpl */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = de.barton.ngircd.plist.tmpl; sourceTree = "<group>"; };
72                 FA18A64316CEDE8100132F66 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
73                 FA18A64416CEDFCE00132F66 /* Commands.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Commands.txt; sourceTree = "<group>"; };
74                 FA18A64516CEE0C700132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; name = Makefile.ng; path = ipaddr/Makefile.ng; sourceTree = "<group>"; };
75                 FA18A64616CEE0DD00132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
76                 FA18A64716CEE14900132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
77                 FA18A64A16CEE18100132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
78                 FA18A64C16CEE1AC00132F66 /* mode-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "mode-test.e"; sourceTree = "<group>"; };
79                 FA18A64D16CEE1D900132F66 /* whois-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "whois-test.e"; sourceTree = "<group>"; };
80                 FA18A64E16CEE24B00132F66 /* misc-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "misc-test.e"; sourceTree = "<group>"; };
81                 FA18A64F16CEE27700132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
82                 FA1A6BBD0D6857D900AA8F71 /* who-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "who-test.e"; sourceTree = "<group>"; };
83                 FA1DBB6716C707D200D4F838 /* irc-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-macros.h"; sourceTree = "<group>"; };
84                 FA2D564811EA158B00D37A35 /* pam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pam.h; sourceTree = "<group>"; };
85                 FA2D564911EA158B00D37A35 /* pam.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pam.c; sourceTree = "<group>"; };
86                 FA2D567A11EA1AB300D37A35 /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = usr/lib/libpam.dylib; sourceTree = SDKROOT; };
87                 FA322BBA0CEF72E4001761B3 /* ngircd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ngircd; sourceTree = BUILT_PRODUCTS_DIR; };
88                 FA322CD60CEF74B1001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
89                 FA322CD90CEF74B1001761B3 /* array.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = array.c; sourceTree = "<group>"; };
90                 FA322CDA0CEF74B1001761B3 /* array.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = array.h; sourceTree = "<group>"; };
91                 FA322CDB0CEF74B1001761B3 /* channel.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = "<group>"; };
92                 FA322CDC0CEF74B1001761B3 /* channel.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = channel.h; sourceTree = "<group>"; };
93                 FA322CDD0CEF74B1001761B3 /* client.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = client.c; sourceTree = "<group>"; };
94                 FA322CDE0CEF74B1001761B3 /* client.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = client.h; sourceTree = "<group>"; };
95                 FA322CDF0CEF74B1001761B3 /* conf.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = "<group>"; };
96                 FA322CE00CEF74B1001761B3 /* conf.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = conf.h; sourceTree = "<group>"; };
97                 FA322CE10CEF74B1001761B3 /* conn-func.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-func.c"; sourceTree = "<group>"; };
98                 FA322CE20CEF74B1001761B3 /* conn-func.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-func.h"; sourceTree = "<group>"; };
99                 FA322CE30CEF74B1001761B3 /* conn-zip.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-zip.c"; sourceTree = "<group>"; };
100                 FA322CE40CEF74B1001761B3 /* conn-zip.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-zip.h"; sourceTree = "<group>"; };
101                 FA322CE50CEF74B1001761B3 /* conn.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = conn.c; sourceTree = "<group>"; };
102                 FA322CE60CEF74B1001761B3 /* conn.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = conn.h; sourceTree = "<group>"; };
103                 FA322CE70CEF74B1001761B3 /* defines.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = defines.h; sourceTree = "<group>"; };
104                 FA322CE80CEF74B1001761B3 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = "<group>"; };
105                 FA322CE90CEF74B1001761B3 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; };
106                 FA322CEA0CEF74B1001761B3 /* io.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = io.c; sourceTree = "<group>"; };
107                 FA322CEB0CEF74B1001761B3 /* io.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = io.h; sourceTree = "<group>"; };
108                 FA322CEC0CEF74B1001761B3 /* irc-channel.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-channel.c"; sourceTree = "<group>"; };
109                 FA322CED0CEF74B1001761B3 /* irc-channel.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-channel.h"; sourceTree = "<group>"; };
110                 FA322CEE0CEF74B1001761B3 /* irc-info.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-info.c"; sourceTree = "<group>"; };
111                 FA322CEF0CEF74B1001761B3 /* irc-info.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-info.h"; sourceTree = "<group>"; };
112                 FA322CF00CEF74B1001761B3 /* irc-login.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-login.c"; sourceTree = "<group>"; };
113                 FA322CF10CEF74B1001761B3 /* irc-login.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-login.h"; sourceTree = "<group>"; };
114                 FA322CF20CEF74B1001761B3 /* irc-mode.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-mode.c"; sourceTree = "<group>"; };
115                 FA322CF30CEF74B1001761B3 /* irc-mode.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-mode.h"; sourceTree = "<group>"; };
116                 FA322CF40CEF74B1001761B3 /* irc-op.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-op.c"; sourceTree = "<group>"; };
117                 FA322CF50CEF74B1001761B3 /* irc-op.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-op.h"; sourceTree = "<group>"; };
118                 FA322CF60CEF74B1001761B3 /* irc-oper.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-oper.c"; sourceTree = "<group>"; };
119                 FA322CF70CEF74B1001761B3 /* irc-oper.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-oper.h"; sourceTree = "<group>"; };
120                 FA322CF80CEF74B1001761B3 /* irc-server.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-server.c"; sourceTree = "<group>"; };
121                 FA322CF90CEF74B1001761B3 /* irc-server.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-server.h"; sourceTree = "<group>"; };
122                 FA322CFA0CEF74B1001761B3 /* irc-write.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-write.c"; sourceTree = "<group>"; };
123                 FA322CFB0CEF74B1001761B3 /* irc-write.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-write.h"; sourceTree = "<group>"; };
124                 FA322CFC0CEF74B1001761B3 /* irc.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = irc.c; sourceTree = "<group>"; };
125                 FA322CFD0CEF74B1001761B3 /* irc.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = irc.h; sourceTree = "<group>"; };
126                 FA322CFE0CEF74B1001761B3 /* lists.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = lists.c; sourceTree = "<group>"; };
127                 FA322CFF0CEF74B1001761B3 /* lists.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = lists.h; sourceTree = "<group>"; };
128                 FA322D000CEF74B1001761B3 /* log.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; };
129                 FA322D010CEF74B1001761B3 /* log.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; };
130                 FA322D030CEF74B1001761B3 /* match.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = match.c; sourceTree = "<group>"; };
131                 FA322D040CEF74B1001761B3 /* match.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = match.h; sourceTree = "<group>"; };
132                 FA322D050CEF74B1001761B3 /* messages.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = messages.h; sourceTree = "<group>"; };
133                 FA322D060CEF74B1001761B3 /* ngircd.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = ngircd.c; sourceTree = "<group>"; };
134                 FA322D070CEF74B1001761B3 /* ngircd.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = ngircd.h; sourceTree = "<group>"; };
135                 FA322D080CEF74B1001761B3 /* parse.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = parse.c; sourceTree = "<group>"; };
136                 FA322D090CEF74B1001761B3 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = parse.h; sourceTree = "<group>"; };
137                 FA322D0C0CEF74B1001761B3 /* resolve.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = resolve.c; sourceTree = "<group>"; };
138                 FA322D0D0CEF74B1001761B3 /* resolve.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = resolve.h; sourceTree = "<group>"; };
139                 FA322D100CEF74B1001761B3 /* ansi2knr.1 */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.man; path = ansi2knr.1; sourceTree = "<group>"; };
140                 FA322D110CEF74B1001761B3 /* ansi2knr.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = ansi2knr.c; sourceTree = "<group>"; };
141                 FA322D150CEF74B1001761B3 /* portab.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = portab.h; sourceTree = "<group>"; };
142                 FA322D160CEF74B1001761B3 /* portabtest.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = portabtest.c; sourceTree = "<group>"; };
143                 FA322D170CEF74B1001761B3 /* splint.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = splint.h; sourceTree = "<group>"; };
144                 FA322D180CEF74B1001761B3 /* strdup.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strdup.c; sourceTree = "<group>"; };
145                 FA322D190CEF74B1001761B3 /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sourceTree = "<group>"; };
146                 FA322D1A0CEF74B1001761B3 /* vsnprintf.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = vsnprintf.c; sourceTree = "<group>"; };
147                 FA322D1D0CEF74B1001761B3 /* channel-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "channel-test.e"; sourceTree = "<group>"; };
148                 FA322D1E0CEF74B1001761B3 /* check-idle.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "check-idle.e"; sourceTree = "<group>"; };
149                 FA322D1F0CEF74B1001761B3 /* connect-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "connect-test.e"; sourceTree = "<group>"; };
150                 FA322D200CEF74B1001761B3 /* functions.inc */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.pascal; path = functions.inc; sourceTree = "<group>"; };
151                 FA322D210CEF74B1001761B3 /* getpid.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = getpid.sh; sourceTree = "<group>"; };
152                 FA322D250CEF74B1001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
153                 FA322D260CEF74B1001761B3 /* start-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "start-server.sh"; sourceTree = "<group>"; };
154                 FA322D270CEF74B1001761B3 /* stop-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "stop-server.sh"; sourceTree = "<group>"; };
155                 FA322D280CEF74B1001761B3 /* stress-A.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "stress-A.e"; sourceTree = "<group>"; };
156                 FA322D290CEF74B1001761B3 /* stress-B.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "stress-B.e"; sourceTree = "<group>"; };
157                 FA322D2A0CEF74B1001761B3 /* stress-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "stress-server.sh"; sourceTree = "<group>"; };
158                 FA322D2B0CEF74B1001761B3 /* test-loop.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "test-loop.sh"; sourceTree = "<group>"; };
159                 FA322D2C0CEF74B1001761B3 /* tests.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = tests.sh; sourceTree = "<group>"; };
160                 FA322D2D0CEF74B1001761B3 /* wait-tests.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "wait-tests.sh"; sourceTree = "<group>"; };
161                 FA322D330CEF74B1001761B3 /* tool.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = tool.c; sourceTree = "<group>"; };
162                 FA322D340CEF74B1001761B3 /* tool.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = tool.h; sourceTree = "<group>"; };
163                 FA322D5A0CEF750F001761B3 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = AUTHORS; path = ../../AUTHORS; sourceTree = SOURCE_ROOT; };
164                 FA322D5B0CEF750F001761B3 /* autogen.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = autogen.sh; path = ../../autogen.sh; sourceTree = SOURCE_ROOT; };
165                 FA322D5C0CEF750F001761B3 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = ChangeLog; path = ../../ChangeLog; sourceTree = SOURCE_ROOT; };
166                 FA322D5E0CEF750F001761B3 /* config.guess */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = config.guess; path = ../../config.guess; sourceTree = SOURCE_ROOT; };
167                 FA322D5F0CEF750F001761B3 /* config.sub */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = config.sub; path = ../../config.sub; sourceTree = SOURCE_ROOT; };
168                 FA322D610CEF750F001761B3 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = COPYING; path = ../../COPYING; sourceTree = SOURCE_ROOT; };
169                 FA322D620CEF750F001761B3 /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = INSTALL; path = ../../INSTALL; sourceTree = SOURCE_ROOT; };
170                 FA322D630CEF750F001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = Makefile.am; path = ../../Makefile.am; sourceTree = SOURCE_ROOT; };
171                 FA322D640CEF750F001761B3 /* NEWS */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = NEWS; path = ../../NEWS; sourceTree = SOURCE_ROOT; };
172                 FA322D650CEF750F001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = README; path = ../../README; sourceTree = SOURCE_ROOT; };
173                 FA322D6A0CEF7523001761B3 /* changelog */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = changelog; sourceTree = "<group>"; };
174                 FA322D6B0CEF7523001761B3 /* compat */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = compat; sourceTree = "<group>"; };
175                 FA322D6C0CEF7523001761B3 /* control */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = control; sourceTree = "<group>"; };
176                 FA322D6D0CEF7523001761B3 /* copyright */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = copyright; sourceTree = "<group>"; };
177                 FA322D6E0CEF7523001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
178                 FA322D6F0CEF7523001761B3 /* ngircd.default */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.default; sourceTree = "<group>"; };
179                 FA322D700CEF7523001761B3 /* ngircd.init */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngircd.init; sourceTree = "<group>"; };
180                 FA322D710CEF7523001761B3 /* ngircd.postinst */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngircd.postinst; sourceTree = "<group>"; };
181                 FA322D720CEF7523001761B3 /* rules */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = rules; sourceTree = "<group>"; };
182                 FA322D8D0CEF7523001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = Makefile.am; path = MacOSX/Makefile.am; sourceTree = "<group>"; };
183                 FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = ngIRCd.xcodeproj; sourceTree = "<group>"; };
184                 FA322D920CEF7523001761B3 /* ngindent */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngindent; sourceTree = "<group>"; };
185                 FA322D940CEF7523001761B3 /* ngircd.spec */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.spec; sourceTree = "<group>"; };
186                 FA322D950CEF7523001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
187                 FA322D960CEF7523001761B3 /* systrace.policy */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = systrace.policy; sourceTree = "<group>"; };
188                 FA322D9A0CEF752C001761B3 /* FAQ.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = FAQ.txt; sourceTree = "<group>"; };
189                 FA322D9B0CEF752C001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
190                 FA322D9C0CEF752C001761B3 /* Platforms.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Platforms.txt; sourceTree = "<group>"; };
191                 FA322D9D0CEF752C001761B3 /* Protocol.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Protocol.txt; sourceTree = "<group>"; };
192                 FA322D9E0CEF752C001761B3 /* README-AUX.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "README-AUX.txt"; sourceTree = "<group>"; };
193                 FA322D9F0CEF752C001761B3 /* README-BeOS.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "README-BeOS.txt"; sourceTree = "<group>"; };
194                 FA322DA00CEF752C001761B3 /* RFC.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = RFC.txt; sourceTree = "<group>"; };
195                 FA322DA40CEF752C001761B3 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Doxyfile; sourceTree = "<group>"; };
196                 FA322DA50CEF752C001761B3 /* footer.inc.html */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.html; path = footer.inc.html; sourceTree = "<group>"; };
197                 FA322DA70CEF752C001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
198                 FA322DA90CEF752C001761B3 /* SSL.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = SSL.txt; sourceTree = "<group>"; };
199                 FA322DAD0CEF7538001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
200                 FA322DAE0CEF7538001761B3 /* ngircd.8.tmpl */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.8.tmpl; sourceTree = "<group>"; };
201                 FA322DAF0CEF7538001761B3 /* ngircd.conf.5.tmpl */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.conf.5.tmpl; sourceTree = "<group>"; };
202                 FA322DB10CEF7565001761B3 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
203                 FA322DC00CEF77CB001761B3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; };
204                 FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = ng_ipaddr.c; path = ipaddr/ng_ipaddr.c; sourceTree = "<group>"; };
205                 FA407F2D0DB159F400271AF1 /* ng_ipaddr.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = ng_ipaddr.h; path = ipaddr/ng_ipaddr.h; sourceTree = "<group>"; };
206                 FA407F380DB15AC700271AF1 /* GIT.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = GIT.txt; sourceTree = "<group>"; };
207                 FA4B08E513E7F8FB00765BA3 /* ngircd-bsd.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "ngircd-bsd.sh"; sourceTree = "<group>"; };
208                 FA4B08E613E7F91700765BA3 /* ngIRCd-Logo.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "ngIRCd-Logo.gif"; sourceTree = "<group>"; };
209                 FA4B08E713E7F91700765BA3 /* ngircd-redhat.init */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "ngircd-redhat.init"; sourceTree = "<group>"; };
210                 FA4B08E813E7F91C00765BA3 /* platformtest.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = platformtest.sh; sourceTree = "<group>"; };
211                 FA4F1659164836B100DBD011 /* irc-metadata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-metadata.c"; sourceTree = "<group>"; };
212                 FA4F165C164836BF00DBD011 /* irc-metadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-metadata.h"; sourceTree = "<group>"; };
213                 FA6BBC5F1605F0AB0004247A /* conn-encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "conn-encoding.c"; sourceTree = "<group>"; };
214                 FA6BBC601605F0AC0004247A /* conn-encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "conn-encoding.h"; sourceTree = "<group>"; };
215                 FA6BBC611605F0AC0004247A /* irc-encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-encoding.c"; sourceTree = "<group>"; };
216                 FA6BBC621605F0AC0004247A /* irc-encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-encoding.h"; sourceTree = "<group>"; };
217                 FA6BBC651605F6D60004247A /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = ../../../../../../../usr/lib/libiconv.dylib; sourceTree = "<group>"; };
218                 FA77849A133FB9FF00740057 /* sample-ngircd.conf.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "sample-ngircd.conf.tmpl"; sourceTree = "<group>"; };
219                 FA85178A0FA061EC006A1F5A /* op.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = op.h; sourceTree = "<group>"; };
220                 FA85178B0FA061EC006A1F5A /* op.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = op.c; sourceTree = "<group>"; };
221                 FA99428A10E82A27007F27ED /* proc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proc.h; sourceTree = "<group>"; };
222                 FA99428B10E82A27007F27ED /* proc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proc.c; sourceTree = "<group>"; };
223                 FAA3D2700F139CB300B2447E /* invite-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "invite-test.e"; sourceTree = "<group>"; };
224                 FAA3D2710F139CB300B2447E /* join-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "join-test.e"; sourceTree = "<group>"; };
225                 FAA3D2720F139CB300B2447E /* kick-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "kick-test.e"; sourceTree = "<group>"; };
226                 FAA3D2730F139CB300B2447E /* message-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "message-test.e"; sourceTree = "<group>"; };
227                 FAA3D2740F139CB300B2447E /* ngircd-test1.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "ngircd-test1.conf"; sourceTree = "<group>"; };
228                 FAA3D2750F139CB300B2447E /* ngircd-test2.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "ngircd-test2.conf"; sourceTree = "<group>"; };
229                 FAA3D2760F139CB300B2447E /* opless-channel-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "opless-channel-test.e"; sourceTree = "<group>"; };
230                 FAA3D2770F139CB300B2447E /* server-link-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "server-link-test.e"; sourceTree = "<group>"; };
231                 FAA3D2780F139CDC00B2447E /* conf-ssl.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conf-ssl.h"; sourceTree = "<group>"; };
232                 FAA3D2790F139CDC00B2447E /* conn-ssl.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-ssl.c"; sourceTree = "<group>"; };
233                 FAA3D27A0F139CDC00B2447E /* conn-ssl.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-ssl.h"; sourceTree = "<group>"; };
234                 FAA3D27C0F139CF800B2447E /* strtok_r.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strtok_r.c; sourceTree = "<group>"; };
235                 FAA3D27D0F139CF800B2447E /* waitpid.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = waitpid.c; sourceTree = "<group>"; };
236                 FAA3D2800F139D1500B2447E /* Services.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Services.txt; sourceTree = "<group>"; };
237                 FAA3D2820F139D2E00B2447E /* 01ngircd-contents.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = "01ngircd-contents.xml"; sourceTree = "<group>"; };
238                 FAA3D2830F139D2E00B2447E /* 01ngircd.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = 01ngircd.xml; sourceTree = "<group>"; };
239                 FAA3D2840F139D2E00B2447E /* 02de-contents.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = "02de-contents.xml"; sourceTree = "<group>"; };
240                 FAA3D2850F139D2E00B2447E /* 02de.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = 02de.xml; sourceTree = "<group>"; };
241                 FAA3D2860F139D2E00B2447E /* index.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = index.xml; sourceTree = "<group>"; };
242                 FAA3D2880F139D2E00B2447E /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
243                 FAA3D28A0F139D2E00B2447E /* postinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = postinstall.sh; sourceTree = "<group>"; };
244                 FAA3D28B0F139D2E00B2447E /* preinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = preinstall.sh; sourceTree = "<group>"; };
245                 FAA97C55124A271400D5BBA9 /* sighandlers.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = sighandlers.c; sourceTree = "<group>"; };
246                 FAA97C56124A271400D5BBA9 /* sighandlers.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = sighandlers.h; sourceTree = "<group>"; };
247                 FAACD5F314A6099C006ED74F /* class.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = class.c; sourceTree = "<group>"; };
248                 FAACD5F414A6099C006ED74F /* class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = class.h; sourceTree = "<group>"; };
249                 FAD5852F15271A7800328741 /* Capabilities.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Capabilities.txt; sourceTree = "<group>"; };
250                 FAD5853015271AAB00328741 /* client-cap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "client-cap.c"; sourceTree = "<group>"; };
251                 FAD5853115271AAB00328741 /* client-cap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "client-cap.h"; sourceTree = "<group>"; };
252                 FAD5853315271AB800328741 /* irc-cap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-cap.c"; sourceTree = "<group>"; };
253                 FAD5853415271AB800328741 /* irc-cap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-cap.h"; sourceTree = "<group>"; };
254                 FAD5853615272C2500328741 /* login.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = login.c; sourceTree = "<group>"; };
255                 FAD5853715272C2500328741 /* login.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = login.h; sourceTree = "<group>"; };
256                 FAE22BD215270EA300F1A5AB /* Bopm.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Bopm.txt; sourceTree = "<group>"; };
257                 FAE22BD415270EA300F1A5AB /* Contributing.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Contributing.txt; sourceTree = "<group>"; };
258                 FAE22BD515270EB500F1A5AB /* HowToRelease.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = HowToRelease.txt; sourceTree = "<group>"; };
259                 FAE22BD615270EB500F1A5AB /* Modes.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Modes.txt; sourceTree = "<group>"; };
260                 FAE22BD715270EB500F1A5AB /* PAM.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = PAM.txt; sourceTree = "<group>"; };
261                 FAE22BD815270EC400F1A5AB /* README-Interix.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "README-Interix.txt"; sourceTree = "<group>"; };
262                 FAE5CC2C0CF2308A007D69B6 /* numeric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numeric.h; sourceTree = "<group>"; };
263                 FAE5CC2D0CF2308A007D69B6 /* numeric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numeric.c; sourceTree = "<group>"; };
264 /* End PBXFileReference section */
265
266 /* Begin PBXFrameworksBuildPhase section */
267                 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
268                         isa = PBXFrameworksBuildPhase;
269                         buildActionMask = 2147483647;
270                         files = (
271                                 FA322DC10CEF77CB001761B3 /* libz.dylib in Frameworks */,
272                                 FA2D567B11EA1AB300D37A35 /* libpam.dylib in Frameworks */,
273                                 FA6BBC661605F6D60004247A /* libiconv.dylib in Frameworks */,
274                         );
275                         runOnlyForDeploymentPostprocessing = 0;
276                 };
277 /* End PBXFrameworksBuildPhase section */
278
279 /* Begin PBXGroup section */
280                 08FB7794FE84155DC02AAC07 /* ngIRCd */ = {
281                         isa = PBXGroup;
282                         children = (
283                                 FA322D630CEF750F001761B3 /* Makefile.am */,
284                                 FA322D660CEF7523001761B3 /* contrib */,
285                                 FA322D970CEF752C001761B3 /* doc */,
286                                 FA322DAB0CEF7538001761B3 /* man */,
287                                 FA322CD40CEF74B0001761B3 /* src */,
288                                 FA322D5A0CEF750F001761B3 /* AUTHORS */,
289                                 FA322D5C0CEF750F001761B3 /* ChangeLog */,
290                                 FA322D610CEF750F001761B3 /* COPYING */,
291                                 FA322D620CEF750F001761B3 /* INSTALL */,
292                                 FA322D640CEF750F001761B3 /* NEWS */,
293                                 FA322D650CEF750F001761B3 /* README */,
294                                 FA322D5B0CEF750F001761B3 /* autogen.sh */,
295                                 FA322D5E0CEF750F001761B3 /* config.guess */,
296                                 FA322D5F0CEF750F001761B3 /* config.sub */,
297                                 FA18A63E16CEDDCE00132F66 /* configure.ng */,
298                                 1AB674ADFE9D54B511CA2CBB /* Products */,
299                                 FA6BBC651605F6D60004247A /* libiconv.dylib */,
300                                 FA2D567A11EA1AB300D37A35 /* libpam.dylib */,
301                                 FA322DC00CEF77CB001761B3 /* libz.dylib */,
302                         );
303                         indentWidth = 8;
304                         name = ngIRCd;
305                         sourceTree = "<group>";
306                         tabWidth = 8;
307                         usesTabs = 1;
308                         wrapsLines = 0;
309                 };
310                 1AB674ADFE9D54B511CA2CBB /* Products */ = {
311                         isa = PBXGroup;
312                         children = (
313                                 FA322BBA0CEF72E4001761B3 /* ngircd */,
314                         );
315                         name = Products;
316                         sourceTree = "<group>";
317                 };
318                 FA322CD40CEF74B0001761B3 /* src */ = {
319                         isa = PBXGroup;
320                         children = (
321                                 FA322CD60CEF74B1001761B3 /* Makefile.am */,
322                                 FA407F270DB1598D00271AF1 /* ipaddr */,
323                                 FA322CD70CEF74B1001761B3 /* ngircd */,
324                                 FA322D0E0CEF74B1001761B3 /* portab */,
325                                 FA322D1B0CEF74B1001761B3 /* testsuite */,
326                                 FA322D2E0CEF74B1001761B3 /* tool */,
327                         );
328                         name = src;
329                         path = ../../src;
330                         sourceTree = SOURCE_ROOT;
331                 };
332                 FA322CD70CEF74B1001761B3 /* ngircd */ = {
333                         isa = PBXGroup;
334                         children = (
335                                 FA18A64616CEE0DD00132F66 /* Makefile.ng */,
336                                 FA322CD90CEF74B1001761B3 /* array.c */,
337                                 FA322CDA0CEF74B1001761B3 /* array.h */,
338                                 FA322CDB0CEF74B1001761B3 /* channel.c */,
339                                 FA322CDC0CEF74B1001761B3 /* channel.h */,
340                                 FAACD5F314A6099C006ED74F /* class.c */,
341                                 FAACD5F414A6099C006ED74F /* class.h */,
342                                 FA322CDD0CEF74B1001761B3 /* client.c */,
343                                 FA322CDE0CEF74B1001761B3 /* client.h */,
344                                 FAD5853015271AAB00328741 /* client-cap.c */,
345                                 FAD5853115271AAB00328741 /* client-cap.h */,
346                                 FA322CDF0CEF74B1001761B3 /* conf.c */,
347                                 FA322CE00CEF74B1001761B3 /* conf.h */,
348                                 FAA3D2780F139CDC00B2447E /* conf-ssl.h */,
349                                 FA322CE50CEF74B1001761B3 /* conn.c */,
350                                 FA322CE60CEF74B1001761B3 /* conn.h */,
351                                 FA6BBC5F1605F0AB0004247A /* conn-encoding.c */,
352                                 FA6BBC601605F0AC0004247A /* conn-encoding.h */,
353                                 FA322CE10CEF74B1001761B3 /* conn-func.c */,
354                                 FA322CE20CEF74B1001761B3 /* conn-func.h */,
355                                 FAA3D2790F139CDC00B2447E /* conn-ssl.c */,
356                                 FAA3D27A0F139CDC00B2447E /* conn-ssl.h */,
357                                 FA322CE30CEF74B1001761B3 /* conn-zip.c */,
358                                 FA322CE40CEF74B1001761B3 /* conn-zip.h */,
359                                 FA322CE70CEF74B1001761B3 /* defines.h */,
360                                 FA322CE80CEF74B1001761B3 /* hash.c */,
361                                 FA322CE90CEF74B1001761B3 /* hash.h */,
362                                 FA322CEA0CEF74B1001761B3 /* io.c */,
363                                 FA322CEB0CEF74B1001761B3 /* io.h */,
364                                 FA322CFC0CEF74B1001761B3 /* irc.c */,
365                                 FA322CFD0CEF74B1001761B3 /* irc.h */,
366                                 FAD5853315271AB800328741 /* irc-cap.c */,
367                                 FAD5853415271AB800328741 /* irc-cap.h */,
368                                 FA322CEC0CEF74B1001761B3 /* irc-channel.c */,
369                                 FA322CED0CEF74B1001761B3 /* irc-channel.h */,
370                                 FA6BBC611605F0AC0004247A /* irc-encoding.c */,
371                                 FA6BBC621605F0AC0004247A /* irc-encoding.h */,
372                                 FA322CEE0CEF74B1001761B3 /* irc-info.c */,
373                                 FA322CEF0CEF74B1001761B3 /* irc-info.h */,
374                                 FA322CF00CEF74B1001761B3 /* irc-login.c */,
375                                 FA322CF10CEF74B1001761B3 /* irc-login.h */,
376                                 FA1DBB6716C707D200D4F838 /* irc-macros.h */,
377                                 FA4F1659164836B100DBD011 /* irc-metadata.c */,
378                                 FA4F165C164836BF00DBD011 /* irc-metadata.h */,
379                                 FA322CF20CEF74B1001761B3 /* irc-mode.c */,
380                                 FA322CF30CEF74B1001761B3 /* irc-mode.h */,
381                                 FA322CF40CEF74B1001761B3 /* irc-op.c */,
382                                 FA322CF50CEF74B1001761B3 /* irc-op.h */,
383                                 FA322CF60CEF74B1001761B3 /* irc-oper.c */,
384                                 FA322CF70CEF74B1001761B3 /* irc-oper.h */,
385                                 FA322CF80CEF74B1001761B3 /* irc-server.c */,
386                                 FA322CF90CEF74B1001761B3 /* irc-server.h */,
387                                 FA322CFA0CEF74B1001761B3 /* irc-write.c */,
388                                 FA322CFB0CEF74B1001761B3 /* irc-write.h */,
389                                 FA322CFE0CEF74B1001761B3 /* lists.c */,
390                                 FA322CFF0CEF74B1001761B3 /* lists.h */,
391                                 FA322D000CEF74B1001761B3 /* log.c */,
392                                 FA322D010CEF74B1001761B3 /* log.h */,
393                                 FAD5853615272C2500328741 /* login.c */,
394                                 FAD5853715272C2500328741 /* login.h */,
395                                 FA322D030CEF74B1001761B3 /* match.c */,
396                                 FA322D040CEF74B1001761B3 /* match.h */,
397                                 FA322D050CEF74B1001761B3 /* messages.h */,
398                                 FA322D060CEF74B1001761B3 /* ngircd.c */,
399                                 FA322D070CEF74B1001761B3 /* ngircd.h */,
400                                 FAE5CC2D0CF2308A007D69B6 /* numeric.c */,
401                                 FAE5CC2C0CF2308A007D69B6 /* numeric.h */,
402                                 FA85178B0FA061EC006A1F5A /* op.c */,
403                                 FA85178A0FA061EC006A1F5A /* op.h */,
404                                 FA2D564911EA158B00D37A35 /* pam.c */,
405                                 FA2D564811EA158B00D37A35 /* pam.h */,
406                                 FA322D080CEF74B1001761B3 /* parse.c */,
407                                 FA322D090CEF74B1001761B3 /* parse.h */,
408                                 FA99428B10E82A27007F27ED /* proc.c */,
409                                 FA99428A10E82A27007F27ED /* proc.h */,
410                                 FA322D0C0CEF74B1001761B3 /* resolve.c */,
411                                 FA322D0D0CEF74B1001761B3 /* resolve.h */,
412                                 FAA97C55124A271400D5BBA9 /* sighandlers.c */,
413                                 FAA97C56124A271400D5BBA9 /* sighandlers.h */,
414                         );
415                         path = ngircd;
416                         sourceTree = "<group>";
417                 };
418                 FA322D0E0CEF74B1001761B3 /* portab */ = {
419                         isa = PBXGroup;
420                         children = (
421                                 FA18A64716CEE14900132F66 /* Makefile.ng */,
422                                 FA322D100CEF74B1001761B3 /* ansi2knr.1 */,
423                                 FA322D110CEF74B1001761B3 /* ansi2knr.c */,
424                                 FA322D150CEF74B1001761B3 /* portab.h */,
425                                 FA322D160CEF74B1001761B3 /* portabtest.c */,
426                                 FA322D170CEF74B1001761B3 /* splint.h */,
427                                 FA322D180CEF74B1001761B3 /* strdup.c */,
428                                 FA322D190CEF74B1001761B3 /* strlcpy.c */,
429                                 FAA3D27C0F139CF800B2447E /* strtok_r.c */,
430                                 FA322D1A0CEF74B1001761B3 /* vsnprintf.c */,
431                                 FAA3D27D0F139CF800B2447E /* waitpid.c */,
432                         );
433                         path = portab;
434                         sourceTree = "<group>";
435                 };
436                 FA322D1B0CEF74B1001761B3 /* testsuite */ = {
437                         isa = PBXGroup;
438                         children = (
439                                 FA18A64A16CEE18100132F66 /* Makefile.ng */,
440                                 FA322D250CEF74B1001761B3 /* README */,
441                                 FA322D1D0CEF74B1001761B3 /* channel-test.e */,
442                                 FA322D1E0CEF74B1001761B3 /* check-idle.e */,
443                                 FA322D1F0CEF74B1001761B3 /* connect-test.e */,
444                                 FAA3D2700F139CB300B2447E /* invite-test.e */,
445                                 FAA3D2710F139CB300B2447E /* join-test.e */,
446                                 FAA3D2720F139CB300B2447E /* kick-test.e */,
447                                 FAA3D2730F139CB300B2447E /* message-test.e */,
448                                 FA18A64E16CEE24B00132F66 /* misc-test.e */,
449                                 FA18A64C16CEE1AC00132F66 /* mode-test.e */,
450                                 FAA3D2760F139CB300B2447E /* opless-channel-test.e */,
451                                 FAA3D2770F139CB300B2447E /* server-link-test.e */,
452                                 FA322D280CEF74B1001761B3 /* stress-A.e */,
453                                 FA322D290CEF74B1001761B3 /* stress-B.e */,
454                                 FA1A6BBD0D6857D900AA8F71 /* who-test.e */,
455                                 FA18A64D16CEE1D900132F66 /* whois-test.e */,
456                                 FA322D200CEF74B1001761B3 /* functions.inc */,
457                                 FAA3D2740F139CB300B2447E /* ngircd-test1.conf */,
458                                 FAA3D2750F139CB300B2447E /* ngircd-test2.conf */,
459                                 FA322D210CEF74B1001761B3 /* getpid.sh */,
460                                 FA322D260CEF74B1001761B3 /* start-server.sh */,
461                                 FA322D270CEF74B1001761B3 /* stop-server.sh */,
462                                 FA322D2A0CEF74B1001761B3 /* stress-server.sh */,
463                                 FA322D2B0CEF74B1001761B3 /* test-loop.sh */,
464                                 FA322D2C0CEF74B1001761B3 /* tests.sh */,
465                                 FA322D2D0CEF74B1001761B3 /* wait-tests.sh */,
466                         );
467                         path = testsuite;
468                         sourceTree = "<group>";
469                 };
470                 FA322D2E0CEF74B1001761B3 /* tool */ = {
471                         isa = PBXGroup;
472                         children = (
473                                 FA18A64F16CEE27700132F66 /* Makefile.ng */,
474                                 FA322D330CEF74B1001761B3 /* tool.c */,
475                                 FA322D340CEF74B1001761B3 /* tool.h */,
476                         );
477                         path = tool;
478                         sourceTree = "<group>";
479                 };
480                 FA322D660CEF7523001761B3 /* contrib */ = {
481                         isa = PBXGroup;
482                         children = (
483                                 FA322D8D0CEF7523001761B3 /* Makefile.am */,
484                                 FA322D680CEF7523001761B3 /* Debian */,
485                                 FA322D730CEF7523001761B3 /* MacOSX */,
486                                 FA322D950CEF7523001761B3 /* README */,
487                                 FA322D920CEF7523001761B3 /* ngindent */,
488                                 FA4B08E513E7F8FB00765BA3 /* ngircd-bsd.sh */,
489                                 FA4B08E613E7F91700765BA3 /* ngIRCd-Logo.gif */,
490                                 FA4B08E713E7F91700765BA3 /* ngircd-redhat.init */,
491                                 FA18A63F16CEDE2300132F66 /* ngircd.service */,
492                                 FA18A64016CEDE2300132F66 /* ngircd.socket */,
493                                 FA322D940CEF7523001761B3 /* ngircd.spec */,
494                                 FA4B08E813E7F91C00765BA3 /* platformtest.sh */,
495                                 FA322D960CEF7523001761B3 /* systrace.policy */,
496                         );
497                         name = contrib;
498                         path = ..;
499                         sourceTree = SOURCE_ROOT;
500                 };
501                 FA322D680CEF7523001761B3 /* Debian */ = {
502                         isa = PBXGroup;
503                         children = (
504                                 FA322D6E0CEF7523001761B3 /* Makefile.am */,
505                                 FA322D6A0CEF7523001761B3 /* changelog */,
506                                 FA322D6B0CEF7523001761B3 /* compat */,
507                                 FA322D6C0CEF7523001761B3 /* control */,
508                                 FA322D6D0CEF7523001761B3 /* copyright */,
509                                 FA322D6F0CEF7523001761B3 /* ngircd.default */,
510                                 FA322D700CEF7523001761B3 /* ngircd.init */,
511                                 FA18A64116CEDE3500132F66 /* ngircd.pam */,
512                                 FA322D710CEF7523001761B3 /* ngircd.postinst */,
513                                 FA322D720CEF7523001761B3 /* rules */,
514                         );
515                         path = Debian;
516                         sourceTree = "<group>";
517                 };
518                 FA322D730CEF7523001761B3 /* MacOSX */ = {
519                         isa = PBXGroup;
520                         children = (
521                                 FA18A64316CEDE8100132F66 /* Makefile.am */,
522                                 FAA3D2810F139D2E00B2447E /* ngIRCd.pmdoc */,
523                                 FA322DB10CEF7565001761B3 /* config.h */,
524                                 FA18A64216CEDE5700132F66 /* de.barton.ngircd.plist.tmpl */,
525                                 FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */,
526                                 FAA3D28A0F139D2E00B2447E /* postinstall.sh */,
527                                 FAA3D28B0F139D2E00B2447E /* preinstall.sh */,
528                         );
529                         path = MacOSX;
530                         sourceTree = "<group>";
531                 };
532                 FA322D8F0CEF7523001761B3 /* Products */ = {
533                         isa = PBXGroup;
534                         children = (
535                         );
536                         name = Products;
537                         sourceTree = "<group>";
538                 };
539                 FA322D970CEF752C001761B3 /* doc */ = {
540                         isa = PBXGroup;
541                         children = (
542                                 FA322D9B0CEF752C001761B3 /* Makefile.am */,
543                                 FA322DA20CEF752C001761B3 /* src */,
544                                 FAE22BD215270EA300F1A5AB /* Bopm.txt */,
545                                 FAD5852F15271A7800328741 /* Capabilities.txt */,
546                                 FA18A64416CEDFCE00132F66 /* Commands.txt */,
547                                 FAE22BD415270EA300F1A5AB /* Contributing.txt */,
548                                 FA322D9A0CEF752C001761B3 /* FAQ.txt */,
549                                 FA407F380DB15AC700271AF1 /* GIT.txt */,
550                                 FAE22BD515270EB500F1A5AB /* HowToRelease.txt */,
551                                 FAE22BD615270EB500F1A5AB /* Modes.txt */,
552                                 FAE22BD715270EB500F1A5AB /* PAM.txt */,
553                                 FA322D9C0CEF752C001761B3 /* Platforms.txt */,
554                                 FA322D9D0CEF752C001761B3 /* Protocol.txt */,
555                                 FA322D9E0CEF752C001761B3 /* README-AUX.txt */,
556                                 FA322D9F0CEF752C001761B3 /* README-BeOS.txt */,
557                                 FAE22BD815270EC400F1A5AB /* README-Interix.txt */,
558                                 FA322DA00CEF752C001761B3 /* RFC.txt */,
559                                 FAA3D2800F139D1500B2447E /* Services.txt */,
560                                 FA322DA90CEF752C001761B3 /* SSL.txt */,
561                                 FA77849A133FB9FF00740057 /* sample-ngircd.conf.tmpl */,
562                         );
563                         name = doc;
564                         path = ../../doc;
565                         sourceTree = SOURCE_ROOT;
566                 };
567                 FA322DA20CEF752C001761B3 /* src */ = {
568                         isa = PBXGroup;
569                         children = (
570                                 FA322DA70CEF752C001761B3 /* Makefile.am */,
571                                 FA322DA40CEF752C001761B3 /* Doxyfile */,
572                                 FA322DA50CEF752C001761B3 /* footer.inc.html */,
573                         );
574                         path = src;
575                         sourceTree = "<group>";
576                 };
577                 FA322DAB0CEF7538001761B3 /* man */ = {
578                         isa = PBXGroup;
579                         children = (
580                                 FA322DAD0CEF7538001761B3 /* Makefile.am */,
581                                 FA322DAE0CEF7538001761B3 /* ngircd.8.tmpl */,
582                                 FA322DAF0CEF7538001761B3 /* ngircd.conf.5.tmpl */,
583                         );
584                         name = man;
585                         path = ../../man;
586                         sourceTree = SOURCE_ROOT;
587                 };
588                 FA407F270DB1598D00271AF1 /* ipaddr */ = {
589                         isa = PBXGroup;
590                         children = (
591                                 FA18A64516CEE0C700132F66 /* Makefile.ng */,
592                                 FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */,
593                                 FA407F2D0DB159F400271AF1 /* ng_ipaddr.h */,
594                         );
595                         name = ipaddr;
596                         sourceTree = "<group>";
597                 };
598                 FAA3D2810F139D2E00B2447E /* ngIRCd.pmdoc */ = {
599                         isa = PBXGroup;
600                         children = (
601                                 FAA3D2880F139D2E00B2447E /* Makefile.am */,
602                                 FAA3D2860F139D2E00B2447E /* index.xml */,
603                                 FAA3D2830F139D2E00B2447E /* 01ngircd.xml */,
604                                 FAA3D2820F139D2E00B2447E /* 01ngircd-contents.xml */,
605                                 FAA3D2850F139D2E00B2447E /* 02de.xml */,
606                                 FAA3D2840F139D2E00B2447E /* 02de-contents.xml */,
607                         );
608                         path = ngIRCd.pmdoc;
609                         sourceTree = "<group>";
610                 };
611 /* End PBXGroup section */
612
613 /* Begin PBXNativeTarget section */
614                 8DD76FA90486AB0100D96B5E /* ngIRCd */ = {
615                         isa = PBXNativeTarget;
616                         buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "ngIRCd" */;
617                         buildPhases = (
618                                 8DD76FAB0486AB0100D96B5E /* Sources */,
619                                 8DD76FAD0486AB0100D96B5E /* Frameworks */,
620                                 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
621                         );
622                         buildRules = (
623                         );
624                         dependencies = (
625                         );
626                         name = ngIRCd;
627                         productInstallPath = "$(HOME)/bin";
628                         productName = ngIRCd;
629                         productReference = FA322BBA0CEF72E4001761B3 /* ngircd */;
630                         productType = "com.apple.product-type.tool";
631                 };
632 /* End PBXNativeTarget section */
633
634 /* Begin PBXProject section */
635                 08FB7793FE84155DC02AAC07 /* Project object */ = {
636                         isa = PBXProject;
637                         attributes = {
638                                 LastUpgradeCheck = 0800;
639                         };
640                         buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "ngIRCd" */;
641                         compatibilityVersion = "Xcode 3.2";
642                         developmentRegion = English;
643                         hasScannedForEncodings = 1;
644                         knownRegions = (
645                                 English,
646                                 Japanese,
647                                 French,
648                                 German,
649                         );
650                         mainGroup = 08FB7794FE84155DC02AAC07 /* ngIRCd */;
651                         projectDirPath = "";
652                         projectReferences = (
653                                 {
654                                         ProductGroup = FA322D8F0CEF7523001761B3 /* Products */;
655                                         ProjectRef = FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */;
656                                 },
657                         );
658                         projectRoot = "";
659                         targets = (
660                                 8DD76FA90486AB0100D96B5E /* ngIRCd */,
661                         );
662                 };
663 /* End PBXProject section */
664
665 /* Begin PBXSourcesBuildPhase section */
666                 8DD76FAB0486AB0100D96B5E /* Sources */ = {
667                         isa = PBXSourcesBuildPhase;
668                         buildActionMask = 2147483647;
669                         files = (
670                                 FA322D350CEF74B1001761B3 /* array.c in Sources */,
671                                 FA322D360CEF74B1001761B3 /* channel.c in Sources */,
672                                 FA322D370CEF74B1001761B3 /* client.c in Sources */,
673                                 FA322D380CEF74B1001761B3 /* conf.c in Sources */,
674                                 FA322D390CEF74B1001761B3 /* conn-func.c in Sources */,
675                                 FA322D3A0CEF74B1001761B3 /* conn-zip.c in Sources */,
676                                 FA322D3B0CEF74B1001761B3 /* conn.c in Sources */,
677                                 FA322D3C0CEF74B1001761B3 /* hash.c in Sources */,
678                                 FA322D3D0CEF74B1001761B3 /* io.c in Sources */,
679                                 FA322D3E0CEF74B1001761B3 /* irc-channel.c in Sources */,
680                                 FA322D3F0CEF74B1001761B3 /* irc-info.c in Sources */,
681                                 FA322D400CEF74B1001761B3 /* irc-login.c in Sources */,
682                                 FA322D410CEF74B1001761B3 /* irc-mode.c in Sources */,
683                                 FA322D420CEF74B1001761B3 /* irc-op.c in Sources */,
684                                 FA322D430CEF74B1001761B3 /* irc-oper.c in Sources */,
685                                 FA322D440CEF74B1001761B3 /* irc-server.c in Sources */,
686                                 FA322D450CEF74B1001761B3 /* irc-write.c in Sources */,
687                                 FA322D460CEF74B1001761B3 /* irc.c in Sources */,
688                                 FA322D470CEF74B1001761B3 /* lists.c in Sources */,
689                                 FA322D480CEF74B1001761B3 /* log.c in Sources */,
690                                 FA322D490CEF74B1001761B3 /* match.c in Sources */,
691                                 FA322D4A0CEF74B1001761B3 /* ngircd.c in Sources */,
692                                 FA322D4B0CEF74B1001761B3 /* parse.c in Sources */,
693                                 FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */,
694                                 FA322DBE0CEF7766001761B3 /* tool.c in Sources */,
695                                 FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */,
696                                 FA407F2E0DB159F400271AF1 /* ng_ipaddr.c in Sources */,
697                                 FAA3D27B0F139CDC00B2447E /* conn-ssl.c in Sources */,
698                                 FA85178C0FA061EC006A1F5A /* op.c in Sources */,
699                                 FA99428C10E82A27007F27ED /* proc.c in Sources */,
700                                 FA2D564A11EA158B00D37A35 /* pam.c in Sources */,
701                                 FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */,
702                                 FAACD5F514A6099C006ED74F /* class.c in Sources */,
703                                 FAD5853215271AAB00328741 /* client-cap.c in Sources */,
704                                 FAD5853515271AB800328741 /* irc-cap.c in Sources */,
705                                 FAD5853815272C2600328741 /* login.c in Sources */,
706                                 FA6BBC631605F0AC0004247A /* conn-encoding.c in Sources */,
707                                 FA6BBC641605F0AC0004247A /* irc-encoding.c in Sources */,
708                                 FA4F165A164836B100DBD011 /* irc-metadata.c in Sources */,
709                         );
710                         runOnlyForDeploymentPostprocessing = 0;
711                 };
712 /* End PBXSourcesBuildPhase section */
713
714 /* Begin XCBuildConfiguration section */
715                 1DEB928708733DD80010E9CD /* Default */ = {
716                         isa = XCBuildConfiguration;
717                         buildSettings = {
718                                 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
719                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
720                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
721                                 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
722                                 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
723                                 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
724                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
725                                 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
726                                 GCC_WARN_MISSING_PARENTHESES = YES;
727                                 GCC_WARN_PEDANTIC = YES;
728                                 GCC_WARN_SHADOW = YES;
729                                 GCC_WARN_SIGN_COMPARE = YES;
730                                 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
731                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
732                                 GCC_WARN_UNKNOWN_PRAGMAS = YES;
733                                 GCC_WARN_UNUSED_FUNCTION = YES;
734                                 GCC_WARN_UNUSED_LABEL = YES;
735                                 GCC_WARN_UNUSED_PARAMETER = YES;
736                                 GCC_WARN_UNUSED_VALUE = YES;
737                                 INSTALL_PATH = /usr/local/bin;
738                                 PRODUCT_NAME = ngircd;
739                         };
740                         name = Default;
741                 };
742                 1DEB928B08733DD80010E9CD /* Default */ = {
743                         isa = XCBuildConfiguration;
744                         buildSettings = {
745                                 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
746                                 CLANG_WARN_BOOL_CONVERSION = YES;
747                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
748                                 CLANG_WARN_EMPTY_BODY = YES;
749                                 CLANG_WARN_ENUM_CONVERSION = YES;
750                                 CLANG_WARN_INFINITE_RECURSION = YES;
751                                 CLANG_WARN_INT_CONVERSION = YES;
752                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
753                                 CLANG_WARN_UNREACHABLE_CODE = YES;
754                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
755                                 CODE_SIGN_IDENTITY = "";
756                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
757                                 GCC_NO_COMMON_BLOCKS = NO;
758                                 GCC_VERSION = "";
759                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
760                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
761                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
762                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
763                                 GCC_WARN_UNUSED_FUNCTION = YES;
764                                 GCC_WARN_UNUSED_VARIABLE = YES;
765                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
766                                 SDKROOT = "";
767                         };
768                         name = Default;
769                 };
770                 FAB0570C105D917F006AF9E2 /* Debug */ = {
771                         isa = XCBuildConfiguration;
772                         buildSettings = {
773                                 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
774                                 CLANG_WARN_BOOL_CONVERSION = YES;
775                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
776                                 CLANG_WARN_EMPTY_BODY = YES;
777                                 CLANG_WARN_ENUM_CONVERSION = YES;
778                                 CLANG_WARN_INFINITE_RECURSION = YES;
779                                 CLANG_WARN_INT_CONVERSION = YES;
780                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
781                                 CLANG_WARN_UNREACHABLE_CODE = YES;
782                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
783                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
784                                 ENABLE_TESTABILITY = YES;
785                                 GCC_DEBUGGING_SYMBOLS = full;
786                                 GCC_NO_COMMON_BLOCKS = NO;
787                                 GCC_OPTIMIZATION_LEVEL = 0;
788                                 GCC_VERSION = "";
789                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
790                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
791                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
792                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
793                                 GCC_WARN_UNUSED_FUNCTION = YES;
794                                 GCC_WARN_UNUSED_VARIABLE = YES;
795                                 MACOSX_DEPLOYMENT_TARGET = 10.6;
796                                 ONLY_ACTIVE_ARCH = YES;
797                                 SDKROOT = "";
798                         };
799                         name = Debug;
800                 };
801                 FAB0570D105D917F006AF9E2 /* Debug */ = {
802                         isa = XCBuildConfiguration;
803                         buildSettings = {
804                                 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
805                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
806                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
807                                 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
808                                 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
809                                 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
810                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
811                                 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
812                                 GCC_WARN_MISSING_PARENTHESES = YES;
813                                 GCC_WARN_PEDANTIC = YES;
814                                 GCC_WARN_SHADOW = YES;
815                                 GCC_WARN_SIGN_COMPARE = YES;
816                                 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
817                                 GCC_WARN_UNINITIALIZED_AUTOS = NO;
818                                 GCC_WARN_UNKNOWN_PRAGMAS = YES;
819                                 GCC_WARN_UNUSED_FUNCTION = YES;
820                                 GCC_WARN_UNUSED_LABEL = YES;
821                                 GCC_WARN_UNUSED_PARAMETER = YES;
822                                 GCC_WARN_UNUSED_VALUE = YES;
823                                 INSTALL_PATH = /usr/local/bin;
824                                 PRODUCT_NAME = ngircd;
825                         };
826                         name = Debug;
827                 };
828 /* End XCBuildConfiguration section */
829
830 /* Begin XCConfigurationList section */
831                 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "ngIRCd" */ = {
832                         isa = XCConfigurationList;
833                         buildConfigurations = (
834                                 1DEB928708733DD80010E9CD /* Default */,
835                                 FAB0570D105D917F006AF9E2 /* Debug */,
836                         );
837                         defaultConfigurationIsVisible = 0;
838                         defaultConfigurationName = Default;
839                 };
840                 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "ngIRCd" */ = {
841                         isa = XCConfigurationList;
842                         buildConfigurations = (
843                                 1DEB928B08733DD80010E9CD /* Default */,
844                                 FAB0570C105D917F006AF9E2 /* Debug */,
845                         );
846                         defaultConfigurationIsVisible = 0;
847                         defaultConfigurationName = Default;
848                 };
849 /* End XCConfigurationList section */
850         };
851         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
852 }