Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
protobuf-c
Commits
97c43bab
Commit
97c43bab
authored
Nov 20, 2013
by
Robert Edmonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
there's no protobuf-c-config.h file with the new build system
parent
7c7cc361
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
protobuf-c-rpc/protobuf-c-data-buffer.c
protobuf-c-rpc/protobuf-c-data-buffer.c
+0
-3
protobuf-c-rpc/protobuf-c-dispatch.c
protobuf-c-rpc/protobuf-c-dispatch.c
+0
-3
protobuf-c/protobuf-c.c
protobuf-c/protobuf-c.c
+0
-3
No files found.
protobuf-c-rpc/protobuf-c-data-buffer.c
View file @
97c43bab
...
@@ -18,9 +18,6 @@
...
@@ -18,9 +18,6 @@
#define BUFFER_RECYCLING 0
#define BUFFER_RECYCLING 0
#if HAVE_PROTOBUF_C_CONFIG_H
#include "protobuf-c-config.h"
#endif
#include <sys/types.h>
#include <sys/types.h>
#if HAVE_SYS_UIO_H
/* writev function isn't available on Windows */
#if HAVE_SYS_UIO_H
/* writev function isn't available on Windows */
#include <sys/uio.h>
#include <sys/uio.h>
...
...
protobuf-c-rpc/protobuf-c-dispatch.c
View file @
97c43bab
...
@@ -34,9 +34,6 @@
...
@@ -34,9 +34,6 @@
* * kqueue() implementation
* * kqueue() implementation
* * windows port (yeah, right, volunteers are DEFINITELY needed for this one...)
* * windows port (yeah, right, volunteers are DEFINITELY needed for this one...)
*/
*/
#if HAVE_PROTOBUF_C_CONFIG_H
#include "protobuf-c-config.h"
#endif
#include <assert.h>
#include <assert.h>
#if HAVE_ALLOCA_H
#if HAVE_ALLOCA_H
# include <alloca.h>
# include <alloca.h>
...
...
protobuf-c/protobuf-c.c
View file @
97c43bab
...
@@ -45,9 +45,6 @@
...
@@ -45,9 +45,6 @@
* use size_t consistently
* use size_t consistently
*/
*/
#if HAVE_PROTOBUF_C_CONFIG_H
#include "protobuf-c-config.h"
#endif
#include <stdio.h>
/* for occasional printf()s */
#include <stdio.h>
/* for occasional printf()s */
#include <stdlib.h>
/* for abort(), malloc() etc */
#include <stdlib.h>
/* for abort(), malloc() etc */
#include <string.h>
/* for strlen(), memcpy(), memmove() */
#include <string.h>
/* for strlen(), memcpy(), memmove() */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment