Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
configure.in.otcl
Package: ns-allinone-2.33.tar.gz [view]
Upload User: rrhhcc
Upload Date: 2015-12-11
Package Size: 54129k
Code Size: 1k
Category:
Communication
Development Platform:
Visual C++
- dnl autoconf rules to find otcl
- dnl $Header: /cvsroot/nsnam/conf/configure.in.otcl,v 1.22 2007/02/18 22:42:36 tom_henderson Exp $ (LBL)
- AC_ARG_WITH(otcl, --with-otcl=path specify a pathname for otcl, d=$withval, d="")
- OTCL_VERS=1.13
- OTCL_ALT_VERS=1.0
- OTCL_H_PLACES_D="$d
- $d/include"
- OTCL_H_PLACES="../otcl
- /usr/src/local/otcl
- ../otcl-$OTCL_VERS
- /import/otcl/include
- /usr/src/local/otcl-$OTCL_VERS
- /usr/src/local/otcl-$OTCL_ALT_VERS
- $prefix/include
- /usr/local/include
- /usr/contrib/include
- /usr/include"
- OTCL_LIB_PLACES_D="$d
- $d/lib
- "
- OTCL_LIB_PLACES="../otcl
- ../otcl-$OTCL_VERS
- ../otcl-$OTCL_ALT_VERS
- $prefix/lib
- $x_libraries
- /usr/contrib/lib
- /usr/local/lib
- /usr/lib
- /usr/src/local/otcl
- /usr/src/local/otcl-$OTCL_VERS
- /usr/src/local/otcl-$OTCL_ALT_VERS
- "
- NS_BEGIN_PACKAGE(otcl)
- NS_CHECK_HEADER_PATH(otcl.h,$OTCL_H_PLACES,$d,$OTCL_H_PLACES_D,V_INCLUDE_OTCL,otcl)
- NS_CHECK_LIB_PATH(otcl$OTCL_VERS,$OTCL_LIB_PLACES,$d,$OTCL_LIB_PLACES_D,V_LIB_OTCL,otcl)
- NS_END_PACKAGE(otcl,yes)