mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Now uses autoconf instead of:
#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
This commit is contained in:
parent
171b4c407d
commit
052c4866ac
1 changed files with 4 additions and 3 deletions
|
@ -38,10 +38,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
// FIXME: use autoconf
|
||||
#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
|
||||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_DIR_H
|
||||
#include <sys/dir.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue