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

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

/* YOODA : Yet another Object Oriented Database
   Copyright (C) 1994  Eric Abecassis

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */


/*****************************************************************************
******************************************************************************
**                                                                            
**        Y     Y   OOOO    OOOO   DDDDD     AA
**         Y   Y   O    O  O    O  D    D   A  A
**          Y Y    O    O  O    O  D    D  A    A 
**           Y     O    O  O    O  D    D  AAAAAA
**           Y     O    O  O    O  D    D  A    A
**           Y      OOOO    OOOO   DDDDD   A    A
**
******************************************************************************
******************************************************************************/
/*****************************************************************************
*
*  MODULE :             Configuration file parser/lexer
*  SCOPE :              Configuration file parser/lexer
*  FILE :               dbconfig.hxx
*  AUTHORS :            E. Abecassis
*  CREATION DATE :      August 1, 1993
*  COPYRIGHTS :        (C) E. Abecassis, 1993
*  HISTORY :
*
******************************************************************************/


#define SIZEOF_TOKEN 256

/*
#define yysvec dbconf_svec
#define yyback dbconf_back
#define yylook dbconf_look
#define yybgin dbconf_bgin
#define yysptr dbconf_sptr
#define yyprevious dbconf_previous
#define yyextra dbconf_extra
#define yymatch dbconf_match
#define yycrank dbconf_crank
#define yyvstop dbconf_vstop
#define yyunput dbconf_unput
#define yyinput dbconf_input
#define yyin dbconf_in
#define yylineno dbconf_lineno
#define yyoutput dbconf_output
#define yytop dbconf_top
#define yyout dbconf_out

#define yyact dbconf_act
#define yychar dbconf_char
#define yychk dbconf_chk
#define yydebug dbconf_debug
#define yydef dbconf_def
#define yyerrflag dbconf_errflag
#define yyerror dbconf_error
#define yyexca dbconf_exca
#define yylex dbconf_lex
#define yylval dbconf_lval
#define yynerrs dbconf_nerrs
#define yypact dbconf_pact
#define yyparse dbconf_parse
#define yypgo dbconf_pgo
#define yyps dbconf_ps
#define yypv dbconf_pv
#define yyr1 dbconf_r1
#define yyr2 dbconf_r2
#define yyreds dbconf_reds
#define yys dbconf_s
#define yystate dbconf_state
#define yytmp dbconf_tmp
#define yytoks dbconf_toks
#define yyv dbconf_v
#define yyval dbconf_val
*/
extern int dbconf_linecount ;

extern FILE* dbconfig_yyin ;

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