/* $Id: def_elm.h,v 1.9 2006/04/09 07:37:19 hurtta Exp $ */

/******************************************************************************
 *  The Elm (ME+) Mail System  -  $Revision: 1.9 $   $State: Exp $
 *
 *  Author: Kari Hurtta <hurtta+elm@posti.FMI.FI>
 *      or  Kari Hurtta <elm@elmme-mailer.org>
 *****************************************************************************/

/* Included on all src files on src (ie. on main elm) 
   ... except elm.c (which includes elm.h)
*/

#include "headers.h"
#include "mailerlib.h"
#include "mboxlib.h"
#include "misclib.h"
#include "me.h"

extern JMP_BUF GetPromptBuf;	/* setjmp buffer */
extern int InGetPrompt;		/* set if in GetPrompt() in read() */

/*
 * Local Variables:
 *  mode:c
 *  c-basic-offset:4
 *  buffer-file-coding-system: iso-8859-1
 * End:
 */


syntax highlighted by Code2HTML, v. 0.9.1