Mercurial
comparison third_party/sqlite3/autosetup/cc-db.tcl @ 167:589bab390fb4
[ThirdParty] Added sqlite3 to the third_party.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 16:28:45 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 166:78ea8d5ccc87 | 167:589bab390fb4 |
|---|---|
| 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 | |
| 9 use cc | |
| 10 | |
| 11 options {} | |
| 12 | |
| 13 # openbsd needs sys/types.h to detect some system headers | |
| 14 cc-include-needs sys/socket.h sys/types.h | |
| 15 cc-include-needs netinet/in.h sys/types.h |