Fossil SCM
| dd13b0e… | drh | 1 | # Copyright (c) 2011 WorkWare Systems http://www.workware.net.au/ |
| dd13b0e… | drh | 2 | # All rights reserved |
| dd13b0e… | drh | 3 | |
| dd13b0e… | drh | 4 | # @synopsis: |
| dd13b0e… | drh | 5 | # |
| 51d006f… | stephan | 6 | # The 'cc-db' module provides a knowledge-base of system idiosyncrasies. |
| 51d006f… | stephan | 7 | # In general, this module can always be included. |
| dd13b0e… | drh | 8 | |
| dd13b0e… | drh | 9 | use cc |
| dd13b0e… | drh | 10 | |
| 370c263… | stephan | 11 | options {} |
| dd13b0e… | drh | 12 | |
| dd13b0e… | drh | 13 | # openbsd needs sys/types.h to detect some system headers |
| dd13b0e… | drh | 14 | cc-include-needs sys/socket.h sys/types.h |
| dd13b0e… | drh | 15 | cc-include-needs netinet/in.h sys/types.h |