/* * Copyright (c) 2002-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: rsc.h,v 1.29 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_RSC_H #define SM_RSC_H 1 #include "sm/generic.h" #define sm_rsc_S rsc_S #define sm_rsc_T rsc_T #define sm_rsc_P rsc_P #define sm_rsc_create_F rsc_create_F #define sm_rsc_delete_F rsc_delete_F #define sm_rsc_walk_F rsc_walk_F #define sm_rsc_new rsc_new #define sm_rsc_free rsc_free #define sm_rsc_walk rsc_walk #define sm_rsc_add rsc_add #define sm_rsc_lookup rsc_lookup #define sm_rsc_rm rsc_rm #define sm_rsc_usage rsc_usage #define sm_rsc_entries rsc_entries #define sm_rsc_stats rsc_stats #include "sm/rsc-int.h" #ifndef RSC_COMPILE #undef sm_rsc_S #undef sm_rsc_T #undef sm_rsc_P #undef sm_rsc_create_F #undef sm_rsc_delete_F #undef sm_rsc_walk_F #undef sm_rsc_new #undef sm_rsc_free #undef sm_rsc_walk #undef sm_rsc_add #undef sm_rsc_lookup #undef sm_rsc_rm #undef sm_rsc_usage #undef sm_rsc_entries #undef sm_rsc_stats #endif /* ! RSC_COMPILE */ #endif /* SM_RSC_H */