mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 05:31:24 +00:00
Merge pull request #85 from 0-wiz-0/master
Fix NetBSD case with util.h.
This commit is contained in:
commit
f6e3d518e4
@ -25,9 +25,12 @@
|
|||||||
#include "kpty_p.h"
|
#include "kpty_p.h"
|
||||||
|
|
||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||||
#define HAVE_LOGIN
|
#define HAVE_LOGIN
|
||||||
#define HAVE_LIBUTIL_H
|
#define HAVE_LIBUTIL_H
|
||||||
|
#elif defined(__NetBSD__)
|
||||||
|
#define HAVE_LOGIN
|
||||||
|
#define HAVE_UTIL_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __sgi
|
#ifdef __sgi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user