This define is used in `lib/sfio` to determine if it is alright to include
`<string.h>`. Since we are compiling with standard C and string.h is part
of the standard, we can safely assume this check always evaluates to true
and remove it.
# define _sys_stat 1
#endif
-#ifdef HAVE_STRING_H
-# define _hdr_string 1
-#endif
-
#ifdef HAVE_STDINT_H
# define _hdr_stdint 1
#endif
hdr time
sys time
-hdr string
hdr math
lib qfrexp
lib qldexp
#endif
#include <stdlib.h>
-
-#if _hdr_string
#include <string.h>
-#endif
#if _hdr_stdint
#include <stdint.h>
#define _sys_types 1 /* #include <sys/types.h> ok */
#define _hdr_time 1 /* #include <time.h> ok */
#define _sys_time 1 /* #include <sys/time.h> ok */
-#define _hdr_string 1 /* #include <string.h> ok */
#define _hdr_math 1 /* #include <math.h> ok */
//#define _hdr_unistd 1 /* #include <unistd.h> ok */
#define _hdr_values 1 /* #include <values.h> ok */