#ifndef DF_H
#define DF_H 1
#include "sysdep.h"

#define MSG_TYPE_FILE_NAME  1
#define RULE_SET_FILE_NAME  2
#define DEFAULT_FT_NAME     3

#define MSG_TYPE_FILE_NAME_STR  "/mit/lens/src/working/src/MTreg"
#define RULE_SET_FILE_NAME_STR  "/mit/lens/src/rap/TestRS"
#define LOCAL_DEFAULT_FT_NAME_STR     "Any-Case-Text"

#ifdef __STDC__
VOIDP df_Get(int);
#else
VOIDP df_Get();
#endif

#endif
