ftp.nice.ch/pub/next/unix/security/pgp.2.6ui.NI.sd.tar.gz#/pgp26ui/src/system.h

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

#ifndef SYSTEM_H
#define SYSTEM_H

#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)
#define NEEDBREAK
void ttycbreak();
void ttynorm();
#endif

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

#endif /* SYSTEM_H */

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