[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HARP 3.0



I am trying to get harp version 3.0 ported to openbsd from some freebsd
config files and i think i almost have it done.  one that file that i HAVE
to edit, though, i believe to specify the config file for freebsd 2.x but
i don't see how.  can someone tell me where these values are taken from
and where i can find openbsd equivs to replace it with?

these are the lines from config.h.tmpl in the netatm directory of the
freebsd configs for harp.  i believe this is specific for freebsd because
in the porting notes, they where clear that this file would HAVE to be
edited.  and the sunos config.h.tmpl files actually stated sun4m and such
in them

#ifndef _OBJ_CONFIG_H
#define _OBJ_CONFIG_H

#ifdef ATM_KERNEL
#define KERNEL
#define ACTUALLY_LKM_NOT_KERNEL
#endif

#define _HAVE_PARAM_H

#endif  /* _OBJ_CONFIG_H */