This is defaults.h in view mode; [Download] [Up]
/* * Header file defaults.h - assorted default values for character strings in * the volume descriptor. */ #define PREPARER_DEFAULT NULL #define PUBLISHER_DEFAULT NULL #define APPID_DEFAULT NULL #define COPYRIGHT_DEFAULT NULL #define BIBLIO_DEFAULT NULL #define ABSTRACT_DEFAULT NULL #define VOLSET_ID_DEFAULT NULL #define VOLUME_ID_DEFAULT "CDROM" #ifdef __QNX__ #define SYSTEM_ID_DEFAULT "QNX" #endif #ifdef __osf__ #define SYSTEM_ID_DEFAULT "OSF" #endif #ifndef SYSTEM_ID_DEFAULT #define SYSTEM_ID_DEFAULT "LINUX" #endif #ifndef __NeXT__ #define SYSTEM_ID_DEFAULT "NeXT" #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.