/* * Copyright (c) 2004 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * * $Id: mcpdef.h,v 1.2 2005/06/17 00:35:26 ca Exp $ */ #ifndef SM_MCPDEF_H #define SM_MCPDEF_H 1 #include "sm/generic.h" #define SM_MCP_MAXRESTARTDEP 16 #define SM_MCP_DEFAULT_CHAR '_' /* char to indicate "use default" */ #endif /* SM_MCPDEF_H */