This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
%global srcvers 3.0.0-beta-1 | |
%global srcname protobuf-%{srcvers} | |
%global _prefix /opt/%{srcname} | |
# | |
Summary: Protocol Buffers Google''s data interchange format | |
Name: protobuf3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Generated by Cython 0.20 on Thu Oct 30 17:05:56 2014 */ | |
#define PY_SSIZE_T_CLEAN | |
#ifndef CYTHON_USE_PYLONG_INTERNALS | |
#ifdef PYLONG_BITS_IN_DIGIT | |
#define CYTHON_USE_PYLONG_INTERNALS 0 | |
#else | |
#include "pyconfig.h" | |
#ifdef PYLONG_BITS_IN_DIGIT | |
#define CYTHON_USE_PYLONG_INTERNALS 1 |