DIUC that if I include the sys_time & unistd modules, I can write

#include <unistd.h>
#include <sys/time.h>

instead of

#ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
#endif
#ifdef HAVE_UNISTD_H
  #include <unistd.h>
#endif

??

the same question for all the other headers...

thanks!

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 
11.0.60900031
http://openvotingconsortium.org http://pmw.org.il http://palestinefacts.org
http://www.memritv.org http://honestreporting.com http://truepeace.org
Politically Correct Chess: Translucent VS. Transparent.

Reply via email to