/* * Copyright (c) 2002 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: mman.h,v 1.4 2005/06/15 23:54:42 ca Exp $ */ #ifndef SM_MMAN_H #define SM_MMAN_H 1 #if HAVE_SYS_MMAN_H # include <sys/mman.h> #endif #endif /* SM_MMAN_H */