Update ssl cert to use a 4096 bit key
[jimtcl.git] / autosetup / cc-db.tcl
blob5dadbafa307c186c88fe86347fff9ed7b6be85ed
1 # Copyright (c) 2011 WorkWare Systems http://www.workware.net.au/
2 # All rights reserved
4 # @synopsis:
6 # The 'cc-db' module provides a knowledge-base of system idiosyncrasies.
7 # In general, this module can always be included.
9 use cc
11 module-options {}
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