Fixed HAVE_UNISTD_H redefinition warning

This commit is contained in:
Andrey Kamaev 2012-03-01 11:41:10 +00:00
parent 0db570b1ca
commit 30d5cdef94

View File

@ -48,7 +48,9 @@
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef HAVE_UNISTD_H
#cmakedefine HAVE_UNISTD_H
#endif
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
(Intel) */