diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index 00255c42..ff6ed616 100644 --- a/pc/config.h +++ b/pc/config.h @@ -129,7 +129,7 @@ #define SPRINTF_RET int /* return type of sprintf */ /* Define if you have the fmod function. */ -/* #undef HAVE_FMOD */ +#define HAVE_FMOD 1 /* Define if you have the memcmp function. */ #define HAVE_MEMCMP 1 |