File: cc-db.tcl

package info (click to toggle)
jimtcl 0.73-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,760 kB
  • sloc: ansic: 120,467; sh: 4,106; tcl: 3,903; cpp: 1,671; makefile: 227
file content (15 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2011 WorkWare Systems http://www.workware.net.au/
# All rights reserved

# @synopsis:
#
# The 'cc-db' module provides a knowledge based of system idiosyncracies
# In general, this module can always be included

use cc

module-options {}

# openbsd needs sys/types.h to detect some system headers
cc-include-needs sys/socket.h sys/types.h
cc-include-needs netinet/in.h sys/types.h