164562Sgshapiro/*
2168515Sgshapiro * Copyright (c) 1999-2003, 2006 Sendmail, Inc. and its suppliers.
364562Sgshapiro *	All rights reserved.
464562Sgshapiro *
564562Sgshapiro * By using this file, you agree to the terms and conditions set
664562Sgshapiro * forth in the LICENSE file which can be found at the top level of
764562Sgshapiro * the sendmail distribution.
864562Sgshapiro *
964562Sgshapiro *
10168515Sgshapiro *	$Id: milter.h,v 8.41 2006/05/22 23:23:55 ca Exp $
1164562Sgshapiro */
1264562Sgshapiro
1364562Sgshapiro/*
1490792Sgshapiro**  MILTER.H -- Global definitions for mail filter.
1564562Sgshapiro*/
1664562Sgshapiro
1764562Sgshapiro#ifndef _LIBMILTER_MILTER_H
1864562Sgshapiro# define _LIBMILTER_MILTER_H	1
1964562Sgshapiro
2090792Sgshapiro#include "sendmail.h"
2164562Sgshapiro#include "libmilter/mfapi.h"
2264562Sgshapiro
2364562Sgshapiro/* socket and thread portability */
2464562Sgshapiro# include <pthread.h>
2566494Sgshapirotypedef pthread_t	sthread_t;
2666494Sgshapirotypedef int		socket_t;
2764562Sgshapiro
28110560Sgshapiro#endif /* ! _LIBMILTER_MILTER_H */
29