File kcore/def.h artifact 5f84d85008 part of check-in 51af496851
#include <k/type.h> /* <k/def.h> * ~ lexi hale <lexi@hale.su> * define flags so we can reason about * our environment. */ #if (KVos == lin) ||\ (KVos == fbsd) ||\ (KVos == obsd) ||\ (KVos == nbsd) ||\ (KVos == dar) ||\ (KVos == and) # define KFenv_unix #endif #if defined(KFenv_unix) ||\ (KVos == hai) ||\ (KVos == mgw) # define KFenv_posix #endif