#!/bin/sh
#this script 
#and set Generic-Compiler-Defs (Don't change!!!)
# CFLAGS:
#
# -D_MULTIMEDIA   "Multimedia"-Features (i.e. read RTF-Files etc.)
# -DONLY_GERMAN   nur deutsche texte, Sprachen werden nicht mehr abgefragt
# -DLOGIN_RATIO	  User-BBS-Login bekommt nur eine max.Login-Zeit (2min/1min) 
#		  um den LOGIN-Prozess abzuschliessen
# -D_SIGSEGV      bei Pointer-Fehler keinen Programm-Abbruch 

echo " -D_POSIX_SOURCE -D_SIGSEGV  -DLOGIN_RATIO -D_ANSI \
  -D_LONGNAMES -D_MULTIMEDIA -D_CNEWS -D_WEATHER -D_MBOX "
