/*
* Copyright (c) 2000-2003, 2005 Proofpoint, 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: shm.h,v 1.12 2013-11-22 20:51:31 ca Exp $
*/
#ifndef SM_SHM_H
# define SM_SHM_H
# if SM_CONF_SHM
/* # include "def.h" */
/* key for shared memory */
/* return value for failed shmget() */
extern int sm_shmstop __P((void *, int, bool));
/* for those braindead systems... (e.g., SunOS 4) */
# ifndef SHM_R
# endif /* SHM_R */
# ifndef SHM_W
# endif /* SHM_W */
# endif /* SM_CONF_SHM */
#endif /* ! SM_SHM_H */