Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-31 10:12:26

0001 #ifndef GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
0002 #define GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
0003 
0004 #ifdef PROTOBUF_VERSION
0005 #error PROTOBUF_VERSION was previously defined
0006 #endif  // PROTOBUF_VERSION
0007 
0008 #ifdef PROTOBUF_VERSION_SUFFIX
0009 #error PROTOBUF_VERSION_SUFFIX was previously defined
0010 #endif  // PROTOBUF_VERSION_SUFFIX
0011 
0012 #ifdef PROTOBUF_OSS_VERSION
0013 #error PROTOBUF_OSS_VERSION was previously defined
0014 #endif  // PROTOBUF_OSS_VERSION
0015 
0016 #ifdef PROTOBUF_OSS_VERSION_SUFFIX
0017 #error PROTOBUF_OSS_VERSION_SUFFIX was previously defined
0018 #endif  // PROTOBUF_OSS_VERSION_SUFFIX
0019 
0020 // The OSS versions are not stripped to avoid merging conflicts.
0021 #define PROTOBUF_OSS_VERSION 5028002
0022 #define PROTOBUF_OSS_VERSION_SUFFIX ""
0023 
0024 #define PROTOBUF_VERSION PROTOBUF_OSS_VERSION
0025 #define PROTOBUF_VERSION_SUFFIX PROTOBUF_OSS_VERSION_SUFFIX
0026 
0027 #endif  // GOOGLE_PROTOBUF_RUNTIME_VERSION_H__