1 1.1 joerg #define SYMTAB_FILLER "|This is the symbol table!" 2 1.1 joerg 3 1.1 joerg #ifdef COPY_SYMTAB 4 1.1 joerg #ifndef SYMTAB_SPACE 5 1.1 joerg char db_symtab[] = SYMTAB_FILLER; 6 1.1 joerg #else 7 1.3 martin char db_symtab[SYMTAB_SPACE] = SYMTAB_FILLER; 8 1.1 joerg #endif 9 1.1 joerg int db_symtabsize = sizeof(db_symtab); 10 1.1 joerg #endif 11