UNDONE -- are we using unistd.h?

This commit is contained in:
wiredfool 2014-03-19 17:06:33 +00:00
parent 6611301fe7
commit 8ed7c9ad3f

View File

@ -13,10 +13,11 @@
#include <tiff.h>
#endif
#ifndef _UNISTD_H
/* UNDONE -- what are we using from this? */
/*#ifndef _UNISTD_H
# include <unistd.h>
# endif
*/
#ifndef min
#define min(x,y) (( x > y ) ? y : x )