ftp.nice.ch/pub/next/unix/security/pgp.2.6.2is.s.tar.gz#/pgp262is/pgp262ii/src/system.h

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

#ifndef SYSTEM_H
#define SYSTEM_H

#ifdef AMIGA
int AmigaRequestString(char *, int, int);
extern char *requesterdesc;
#endif

#ifdef UNIX
#if !defined(HAVE_UNISTD_H) && !defined(MACH) && !defined(_BSD)
#define HAVE_UNISTD_H
#endif

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
#include <stdio.h>
#include <sys/types.h>
#endif

int getch();
int kbhit();

/* replacement function for obsolete clock(), just provides random data */
long Clock();

#endif /* UNIX */

#if defined(UNIX) || defined(AMIGA) || defined(VMS)
void ttycbreak();
void ttynorm();
#else
#define ttycbreak()	/* nothing */
#define ttynorm()	/* nothing */
#endif

#if !defined(MSDOS) && !defined(ATARI)
char *strlwr(char *);
#endif

void breakHandler(int);

#endif /* SYSTEM_H */

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