/* * Copyright (c) 2005 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: hdrmoddef.h,v 1.4 2005/11/25 04:43:19 ca Exp $ */ #ifndef SM_HDRMODDEF_H #define SM_HDRMODDEF_H 1 #include "sm/generic.h" /* Note: the values are important, they are used to order requests! */ #define SM_HDRMOD_T_PREPEND 0 #define SM_HDRMOD_T_INSERT 1 #define SM_HDRMOD_T_REPLACE 2 #define SM_HDRMOD_T_REMOVE 3 #define SM_HDRMOD_T_APPEND 4 #endif /* SM_HDRMODDEF_H */