2009-11-08 22:51:08 +00:00
|
|
|
/*
|
|
|
|
* Header file defaults.h - assorted default values for character strings in
|
|
|
|
* the volume descriptor.
|
|
|
|
*
|
2009-11-08 22:52:08 +00:00
|
|
|
* $Id: defaults.h,v 1.8 1999/03/02 03:41:25 eric Exp $
|
2009-11-08 22:51:08 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define PREPARER_DEFAULT NULL
|
|
|
|
#define PUBLISHER_DEFAULT NULL
|
2009-11-08 22:52:08 +00:00
|
|
|
#ifndef APPID_DEFAULT
|
2010-01-08 15:19:42 +00:00
|
|
|
#define APPID_DEFAULT PACKAGE_NAME " ISO 9660 filesystem builder"
|
2009-11-08 22:52:08 +00:00
|
|
|
#endif
|
2009-11-08 22:51:08 +00:00
|
|
|
#define COPYRIGHT_DEFAULT NULL
|
|
|
|
#define BIBLIO_DEFAULT NULL
|
|
|
|
#define ABSTRACT_DEFAULT NULL
|
|
|
|
#define VOLSET_ID_DEFAULT NULL
|
|
|
|
#define VOLUME_ID_DEFAULT "CDROM"
|
|
|
|
#define BOOT_CATALOG_DEFAULT "boot.catalog"
|
|
|
|
#define BOOT_IMAGE_DEFAULT NULL
|
2010-01-08 15:19:42 +00:00
|
|
|
#define SYSTEM_ID_DEFAULT "GNU"
|