remove usage of HAVE_* defines, we cannot and shall not depend on any such
defines in the public external header files
This commit is contained in:
@@ -34,11 +34,7 @@
|
||||
# include <sys/time.h>
|
||||
# include <time.h>
|
||||
# else
|
||||
# ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
# else
|
||||
# include <time.h>
|
||||
# endif
|
||||
include <sys/time.h>
|
||||
# endif
|
||||
#endif /* defined (vms) */
|
||||
|
||||
|
Reference in New Issue
Block a user