ftp.nice.ch/pub/next/unix/communication/newam.0.1.s.tar.gz#/newam-0.1/include/const.h

This is const.h in view mode; [Download] [Up]

#ifndef __CONST_H
#define __CONST_H

#define PROGNAME			"newam"
#define PROGVERSION			"0.1"

#define XON					0x11
#define XOFF				0x13
#define DLE					0x10
#define ETX					0x03
#define DC2					0x12

#define DIALOUT				"cuf"

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.