DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦d8bd4643b⟧ TextFile

    Length: 1228 (0x4cc)
    Types: TextFile
    Names: »sys5.3+cmc«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »conf/os/sys5.3+cmc« 

TextFile

# @(#)sys5.3+cmc	1.1 4/2/89 21:50:57
#
# sys5.3+cmc - define characteristics for CMC TCP/IP on top of System V.3
#
# Submitted by David A. Fox <david@quad.com>

#
# Like 5.3....
. $ROOT/conf/os/sys5.3 

#
# Except...

OS_DEFINES="CMC:UNIX_SYS5_3:UNIX_SYS5:UNIX"

# LIBS - name any object libraries containing routines we will need
#
# In particular, if networking routines and dbm routines are in libraries
# other than libc, these libraries should be named here.
# Generic System V has no dbm(3x)
#
LIBS="$LIBS -lcmcnet" 		# Add CMC TCP/IP networking library


# DRIVER_CONFIGURATION - configuration file describing smail drivers
#
# Name the configuration file in the conf/driver directory which defines
# a suitable set of smail director, router and transport drivers for
# this operating system.

DRIVER_CONFIGURATION=bsd-network


# HAVE_xxx - tell what is available under this operating system
#
# Set any of the following macros to "yes" if they apply to your
# operating system.  Otherwise do not define them.

HAVE_BSD_NETWORKING=yes # does this system support BSD-style networking
#HAVE_GETHOSTNAME=yes	# does this system have gethostname(2), as in BSD
HAVE_UNAME=yes		# does this system have uname(2), as in System V