/* * 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: ioctl.h,v 1.1 2005/09/07 19:54:12 ca Exp $ */ #ifndef SM_IOCTL_H #define SM_IOCTL_H 1 #if HAVE_SYS_IOCTL_H # include <sys/ioctl.h> #endif #endif /* SM_IOCTL_H */