Skip to content
Snippets Groups Projects
Commit 9967588d authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Removed HAVE_UNISTD_H

parent 62315514
No related branches found
No related tags found
1 merge request!74M214003/develop
Pipeline #56424 passed
......@@ -249,7 +249,7 @@ AC_FUNC_MMAP
dnl Check for structures:
AC_CHECK_MEMBERS([struct stat.st_blksize])
dnl Checks for header files:
AC_CHECK_HEADERS([malloc.h unistd.h sys/time.h],,,[AC_INCLUDES_DEFAULT])
AC_CHECK_HEADERS([malloc.h sys/time.h],,,[AC_INCLUDES_DEFAULT])
AX_EXECINFO
dnl Checks for the availability of functions:
AC_CHECK_FUNCS([mallinfo pwrite])
......
......@@ -2,9 +2,7 @@
#include "config.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <limits.h>
#include <stdio.h>
......
......@@ -10,9 +10,7 @@
#include "config.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <assert.h>
#include <ctype.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment