diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 11:49:32 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 15:12:07 +0100 |
commit | 78df0864a76d1543e8c97df75f125424a8e97250 (patch) | |
tree | 9502d67c3f20b1eac5c7860c9f151c048ce2b901 /src/htsglobal.h | |
parent | f29275ccf45ff990d1de2290c48b98d85c28d98e (diff) |
Do not use ftime (deprecated)
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index 94a2c4a..2501520 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -93,10 +93,6 @@ Please visit our Website: http://www.httrack.com #include "config.h" -#ifndef FTIME -#define HTS_DO_NOT_USE_FTIME -#endif - #ifndef SETUID #define HTS_DO_NOT_USE_UID #endif |