Remove obsolete macro AC_HEADER_TIME

This commit is contained in:
Avinash Sonawane
2021-12-20 11:57:57 +05:30
committed by Robert Roth
parent df6393ac0c
commit fca7a38be8
2 changed files with 5 additions and 9 deletions

View File

@@ -28,17 +28,11 @@
#endif /* _IN_LIBGTOP */
#if TIME_WITH_SYS_TIME
#if HAVE_SYS_TIME_H
# include <sys/time.h>
# include <time.h>
#else
# if HAVE_SYS_TIME_H
# include <sys/time.h>
# else
# include <time.h>
# endif
#endif
#include <time.h>
#include <stdio.h>
#include <stdlib.h>