/* $Id: compatibility.h,v 1.1 2006/08/27 16:42:40 rav Exp $ */ /* Intro {{{ * ---------------------------------------------------------------- * DConnect Daemon * * #(@) Copyright (c) 2002, DConnect development team * #(@) Homepage: http://www.dc.ds.pg.gda.pl/ * * ---------------------------------------------------------------- * }}} */ #if !defined( __vXhz__COMPATIBILITY_H__INCLUDED__ ) #define __vXhz__COMPATIBILITY_H__INCLUDED__ #ifdef __Buggy_RH // workaround for broken libwrap from RH int yp_get_default_domain(char **ptr); #endif #ifdef INCLUDED_STRSEP /* fall into background */ int strsep(char **, char *sep); #endif #ifdef INCLUDED_DAEMON /* fall into background */ int daemon(int nochdir,int noclose); #endif #endif /* __vXhz__MISC_H__INCLUDED__ */ /* VIM Settings {{{ * Local variables: * tab-width: 4 * c-basic-offset: 4 * soft-stop-width: 4 * c indent on * End: * vim600: sw=4 ts=4 sts=4 cindent fdm=marker * vim<600: sw=4 ts=4 * }}} */