/* * $Id: privsep-bsd44.c,v 1.1 2008/01/24 10:03:17 psavola Exp $ * * Authors: * Jim Paris * Pedro Roque * Lars Fenneberg * * This software is Copyright 1996,1997,2008 by the above mentioned author(s), * All Rights Reserved. * * The license which is distributed with this software in the file COPYRIGHT * applies to this software. If your distribution is missing this file, you * may request it from . * */ #include #include #include #include /* Not available */ int privsep_init(void) { return 0; } int privsep_enabled(void) { return 0; }