meshcore-open/third_party/codec2/include/config.h
2025-12-27 15:32:32 -07:00

19 lines
381 B
C

#ifndef _CONFIGURATION_HEADER_GUARD_H_
#define _CONFIGURATION_HEADER_GUARD_H_
#define SIZEOF_INT 4
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_MEMSET 1
#define HAVE_POW 1
#define HAVE_SQRT 1
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_ATAN2 1
#define HAVE_LOG10 1
#define HAVE_ROUND 1
#define HAVE_GETOPT 0
#endif