#include <stdio.h>
#include <string.h>

#ifndef TRUE
#define TRUE 1 
#define FALSE 0

#endif

#define MAXLINE 256
#define MAXIF 20
#define MAXINC 20
#define MAXWIDTH 80 /* (output) */
#define MARGIN 20 /* margin */ 

#define STARTIFDEF 10
#define ELSEIFDEF 11
#define ENDIFDEF 12

#define COMMENT 15

#define INCLUDE 17


#define LATEX 2
#define RTF 1
#define HTML 3
#define PLAIN 4
#define RECEPTOR "biox.unibas.ch/searches/bin/select"
#define REFLECTOR "biox.unibas.ch/searches/bin/reflect"
#define JAMPATH ""
#define JAMDUMMY 2
#define JAMREFLECTOR 3
#define JAMRECEPTOR 1

#define LATEXEXTENSION "TEX"
#define HTMLEXTENSION "HTML"
#define RTFEXTENSION "RTF"

#define CHAPTER 20
#define SECTION 21
#define SUBSECTION 22

#define VERBATIM 30
#define SPECIAL 31
#define ITEM 32
#define ANITEM 33

/* link types */
 
#define NONE 0
#define ANCHOR 1
#define POINTER 2
#define INDEX 3
#define LINK 4













































