ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/gprim/discgrp/enum.h

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

#define MAXDEPTH 16
#define INSERT	1
#define MATCH	2
#define BEGIN	4	/* loaded at beginning: don't print it */
#define insert_mat(xxx)	insert_or_match_mat(xxx, INSERT)
#define match_mat(xxx)	insert_or_match_mat(xxx, MATCH)
#define begin_mat(xxx)	insert_or_match_mat(xxx, INSERT | BEGIN)

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