/*
**	Header for MB J Version.
**
**	Copyright (C) 1988
**	Akira Yamada(JA3JWI)
**	401, 1-18 UchiHiranomachi
**	Higashi-ku   Osaka   City
**
**	Any part of this program may be  reproduced,  transmitted,
**	transcribed, stored in a retrieval system,  or translated
**	into any language or computer language, in any form or by
**	any  means,   electonic,  mecahnical,  magnetic,  optical,
**	chemical, manual or otherwise,  without  the prior witten
**	permission of the author.
*/

#define xalloc(type,size) ((type *)malloc((unsigned)(sizeof(type)*(size))))

#define EDNAME     80
#define EDITOR     "ED"
#define EDTMP      "edtmp"
#define RESTART    4

extern  char  *rfwdfile;
extern  char  edname[];
extern  char  mean_time[];
extern  char  shell_name[];
