mirror of https://github.com/aria2/aria2
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Included asctime_r.h from a2time.h. * src/a2time.hpull/1/head
parent
efe93b87aa
commit
ca51ecfda1
|
@ -1,3 +1,8 @@
|
||||||
|
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Included asctime_r.h from a2time.h.
|
||||||
|
* src/a2time.h
|
||||||
|
|
||||||
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-07-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Added a message "aria2 doesn't verify signature" to log message when
|
Added a message "aria2 doesn't verify signature" to log message when
|
||||||
|
|
|
@ -53,4 +53,8 @@
|
||||||
# include "timegm.h"
|
# include "timegm.h"
|
||||||
#endif // HAVE_TIMEGM
|
#endif // HAVE_TIMEGM
|
||||||
|
|
||||||
|
#ifndef HAVE_ASCTIME_R
|
||||||
|
# include "asctime_r.h"
|
||||||
|
#endif // HAVE_ASCTIME_R
|
||||||
|
|
||||||
#endif // _D_A2TIME_H_
|
#endif // _D_A2TIME_H_
|
||||||
|
|
Loading…
Reference in New Issue