#define ORACLE_GENERAL 0
#define ORACLE_TABLEAU 1

#define ORACLE_MAX_REQUETE 40

#define ORACLE_ENT 0
#define ORACLE_QUE 1
#define ORACLE_PIE 2
#define ORACLE_TYP 3
#define ORACLE_REP 4

typedef struct {
  int typ;
  char *ent, *que, *pie;
  char *cle, *bas, *rep;
} RECH;

#ifndef ORAC
#define ORAC
#endif

