# This file contains definitions needed to build Tcl
# applications and extensions.  Its contents are generated
# by Tcl's configure script.  The file is a shell script
# for sh, and is intended to be sourced by autoconf configure
# scripts.
CC='cc'
TCL_CC_SWITCHES='-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -Dvfork=fork  '
TCL_LIBS=' -lm'
SHLIB_CFLAGS=''
SHLIB_LD='ld -shared -expect_unresolved "*"'
SHLIB_SUFFIX='.so'
DL_LIBS=''
LD_FLAGS=''
