ftp.nice.ch/pub/next/unix/database/yooda.1.3.s.tar.gz#/yooda/kernel/dbconfig_y.h

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

typedef union
#ifdef __cplusplus
	YYSTYPE
#endif
  {
  int  integer ;
  char text[SIZEOF_TOKEN];
  ListPtr<Volume>* vol_list ;
  Volume* vol ;
} YYSTYPE;
extern YYSTYPE dbconfig_yylval;
# define VOLUME 257
# define FILETOK 258
# define LOG 259
# define SERVER 260
# define ID 261
# define IDENT 262
# define FILENAME 263
# define INT 264

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