remove HAVE_FREEZERO from preprocessor definitions (#730)
This commit is contained in:
parent
b89ee6aa37
commit
afe9007141
|
@ -1698,7 +1698,7 @@
|
|||
|
||||
#define HAVE_BZERO 1
|
||||
#define PATH_MAX 32768
|
||||
#define S_IFIFO 0x1000
|
||||
#define S_IFIFO 0x1000
|
||||
#define HAVE_EXPLICIT_BZERO
|
||||
#define HAVE_MBTOWC 1
|
||||
#define HAVE_LLABS 1
|
||||
|
@ -1713,7 +1713,7 @@
|
|||
#define __STDC__ 1
|
||||
|
||||
#define umac128_new umac_new
|
||||
#define umac128_update umac_update
|
||||
#define umac128_update umac_update
|
||||
#define umac_final umac128_final
|
||||
#define umac_delete umac128_delete
|
||||
|
||||
|
@ -1727,7 +1727,6 @@
|
|||
#define _PATH_LS "dir"
|
||||
#define _PATH_DEVNULL "NUL"
|
||||
#define FORK_NOT_SUPPORTED
|
||||
#define HAVE_FREEZERO
|
||||
#define FILESYSTEM_NO_BACKSLASH
|
||||
#define HAVE_LOCALTIME_R
|
||||
#define HAVE_DECL_MEMMEM 0
|
||||
|
|
Loading…
Reference in New Issue