xref: /freebsd/contrib/sqlite3/autosetup/cc-db.tcl (revision 9f0f30bc1f5f08d25243952bad3fdc6e13a75c2a)
1# Copyright (c) 2011 WorkWare Systems http://www.workware.net.au/
2# All rights reserved
3
4# @synopsis:
5#
6# The 'cc-db' module provides a knowledge-base of system idiosyncrasies.
7# In general, this module can always be included.
8
9use cc
10
11options {}
12
13# openbsd needs sys/types.h to detect some system headers
14cc-include-needs sys/socket.h sys/types.h
15cc-include-needs netinet/in.h sys/types.h
16