/
driver3.2@242/autoconf/
driver3.2@242/doc/LPC/
driver3.2@242/hosts/
driver3.2@242/hosts/amiga/NetIncl/
driver3.2@242/hosts/amiga/NetIncl/netinet/
driver3.2@242/hosts/amiga/NetIncl/sys/
driver3.2@242/hosts/atari/
driver3.2@242/hosts/fcrypt/
driver3.2@242/mudlib/
driver3.2@242/mudlib/sys/
driver3.2@242/util/
driver3.2@242/util/indent/hosts/next/
driver3.2@242/util/make_docs/
 hosts/amiga/README

This directory contains all specials needed for Amylaar-LPMud to compile
on an Amiga.

You'll find here:

  README   : this file.
  FILES    : a list of the directory contents.
  amiga.c  : some general routines for the Amiga.
  ixfile.h : redefines the some file-functions to use automatic name conversion
             from Unix to Amiga style.
  nsignal.h: additional defines and prototypes for signal.c.
  signal.c : Implementation of timer-functions (alarm()) and true
             key-interrupt detection.
  signal_rr.c : that part of signal.c which needs registerized arguments
  telnet.h : copied from the main driver directory, defines the standard
             telnet command codes. socket.c needs this.
  mudmsgs.h: defines the both types of messages used in the socket simulation.
  socket.h    : the wrapping include, selecting the appropriate socket_?.h
  socket_sim.h: defines and prototypes for socket_sim.c
  socket_tcp.h: defines and prototypes for socket_tcp.c
  socket.c    : a wrapper for the appropriate socket_?.c
  socket_sim.c: implements a simulation of socket-communication.
                The functions dealing with hostnames are also put here.
  socket_sim_protos.h: Prototypes for socket_sim.c
  socket_tcp.c: implements some additional code to deal with Commodore's
                socket.library and the AmiTCP package.
  patchfloat.h: redefines floats as doubles to avoid problems when compiling
                for OS 1.3 with a compiler with no own float code.
  dstol.c  : A program to patch too-short-branches in DICE assembler files
             into long jumps. Needed to compile interpret.c
  astrip.c : A program to remove comments from the intermediate assembler
     files generated by DICE. Needed to compile interpret.c
     under low memory situations.
  README.PlayMud : A general description of PlayMud.
  PlayMud.c: A program to interface to Amiga-LPMud.
  README.Amiga : A general description of the port.
  CHANGELOG: A list of all the changes applied over the time.
  Makefile : the Makefile to compile the whole driver.
  config.h : the 'standard' config.h to compile the driver.
  machine.h: the 'standard' machine.h to compile the driver

  NetIncl/ : Standard includes used with TCP.


All Makefile, machine.h and config.h are the Amiga-Replacements for the
Unix Makefile, machine.h and config.h in the top directory.