~ubuntu-branches/ubuntu/feisty/alevt/feisty

1
2
3
4
5
6
7
8
9
#ifndef OS_H
#define OS_H

#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBsd__) \
							|| defined(__bsdi__)
#define BSD
#endif

#endif /* OS_H */