|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/usr/local/include/cbor/ |
Upload File : |
#ifndef LIBCBOR_CONFIGURATION_H #define LIBCBOR_CONFIGURATION_H #define CBOR_MAJOR_VERSION 0 #define CBOR_MINOR_VERSION 11 #define CBOR_PATCH_VERSION 0 #define CBOR_BUFFER_GROWTH 2 #define CBOR_MAX_STACK_SIZE 2048 #define CBOR_PRETTY_PRINTER 1 #define CBOR_RESTRICT_SPECIFIER restrict #define CBOR_INLINE_SPECIFIER #endif //LIBCBOR_CONFIGURATION_H