Merge pull request #3 from ibara/master
OpenBSD has util.h not libutil.h
This commit is contained in:
+6
-1
@@ -27,11 +27,16 @@
|
||||
#include <QtDebug>
|
||||
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
||||
#define HAVE_LOGIN
|
||||
#define HAVE_LIBUTIL_H
|
||||
#endif
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#define HAVE_LOGIN
|
||||
#define HAVE_UTIL_H
|
||||
#endif
|
||||
|
||||
#ifdef __sgi
|
||||
#define __svr4__
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user