Merge tag 'upstream/1.2.0' into tizen_base
[platform/upstream/libsndfile.git] / src / common.h
index cf2dc5f..d79f34a 100644 (file)
 #error "This code is not designed to be compiled with a C++ compiler."
 #endif
 
-#ifdef INT64_C
-#      define  SF_PLATFORM_S64(x)              INT64_C (x)
-#elif (SIZEOF_LONG == 8)
-#      define  SF_PLATFORM_S64(x)              x##l
-#elif (SIZEOF_LONG_LONG == 8)
-#      define  SF_PLATFORM_S64(x)              x##ll
-#elif COMPILER_IS_GCC
-#      define  SF_PLATFORM_S64(x)              x##ll
-#elif OS_IS_WIN32
-#      define  SF_PLATFORM_S64(x)              x##I64
-#else
-#      error "Don't know how to define a 64 bit integer constant."
-#endif
-
 
 
 /*
 
 
 #define                SF_MAX_CHANNELS         1024
-/* Max FLAC sample rate : https://xiph.org/flac/format.html */
-#define                SF_MAX_SAMPLERATE       655350
-
 
 /*
 *      Macros for spliting the format file of SF_INFO into container type,