Lines Matching refs:h
28 if autoconf.CheckType(type, '#include <sys/types.h>'):
59 #include <time.h>
117 autoconf.headerfile = "foo.h"
119 arpa/inet.h
120 fcntl.h
121 netinet/in.h
122 sys/types.h netinet/in.h
123 stdlib.h
124 string.h
125 sys/socket.h
126 sys/types.h sys/socket.h
127 sys/time.h
128 unistd.h
129 sys/sendfile.h
130 sys/uio.h
131 sys/types.h sys/uio.h
132 getopt.h
133 sys/epoll.h
134 sys/select.h
135 sys/types.h sys/select.h
136 poll.h
137 sys/poll.h
138 sys/devpoll.h
139 sys/filio.h
140 sys/mman.h
141 sys/types.h sys/mman.h
142 sys/event.h
143 sys/types.h sys/event.h
144 sys/port.h
145 winsock2.h
146 pwd.h
147 sys/syslimits.h
148 sys/resource.h
149 sys/time.h sys/types.h sys/resource.h
150 sys/un.h
151 sys/types.h sys/un.h
152 syslog.h
153 stdint.h
154 inttypes.h
155 sys/prctl.h
156 sys/wait.h""", "\n"))
171 if autoconf.CheckLibWithHeader('fam', 'fam.h', 'C'):
176 if autoconf.CheckLibWithHeader('crypt', 'crypt.h', 'C'):
179 if autoconf.CheckLibWithHeader('uuid', 'uuid/uuid.h', 'C'):
183 if autoconf.CheckLibWithHeader('ssl', 'openssl/ssl.h', 'C'):
187 if autoconf.CheckLibWithHeader('z', 'zlib.h', 'C'):
191 if autoconf.CheckLibWithHeader('ldap', 'ldap.h', 'C'):
193 if autoconf.CheckLibWithHeader('lber', 'lber.h', 'C'):
197 if autoconf.CheckLibWithHeader('bz2', 'bzlib.h', 'C'):
201 if autoconf.CheckLibWithHeader('memcache', 'memcache.h', 'C'):
205 if autoconf.CheckLibWithHeader('sqlite3', 'sqlite3.h', 'C'):
209 if autoconf.CheckLibWithHeader('fcgi', 'fastcgi.h', 'C'):
214 if autoconf.CheckLibWithHeader('dl', 'dlfcn.h', 'C'):
218 … autoconf.CheckType('socklen_t', '#include <unistd.h>\n#include <sys/socket.h>\n#include <sys/type…
221 if autoconf.CheckType('struct sockaddr_storage', '#include <sys/socket.h>\n'):