updated ui added new features

This commit is contained in:
zach
2025-12-27 15:32:32 -07:00
parent 02ca7801ea
commit a2cfae3a22
589 changed files with 181780 additions and 569 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef CODEC2_HAVE_VERSION
#define CODEC2_HAVE_VERSION
#define CODEC2_VERSION_MAJOR 1
#define CODEC2_VERSION_MINOR 2
#define CODEC2_VERSION_PATCH 0
#define CODEC2_VERSION "1.2.0"
#endif
+19
View File
@@ -0,0 +1,19 @@
#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