1/*
2 *   $Id: privsep-bsd44.c,v 1.1 2008/01/24 10:03:17 psavola Exp $
3 *
4 *   Authors:
5 *    Jim Paris			<jim@jtan.com>
6 *    Pedro Roque		<roque@di.fc.ul.pt>
7 *    Lars Fenneberg		<lf@elemental.net>
8 *
9 *   This software is Copyright 1996,1997,2008 by the above mentioned author(s),
10 *   All Rights Reserved.
11 *
12 *   The license which is distributed with this software in the file COPYRIGHT
13 *   applies to this software. If your distribution is missing this file, you
14 *   may request it from <pekkas@netcore.fi>.
15 *
16 */
17
18#include <config.h>
19#include <includes.h>
20#include <radvd.h>
21#include <pathnames.h>
22
23/* Not available */
24int
25privsep_init(void)
26{
27	return 0;
28}
29
30int
31privsep_enabled(void)
32{
33	return 0;
34}
35