Commit 97c43bab authored by Robert Edmonds's avatar Robert Edmonds

there's no protobuf-c-config.h file with the new build system

parent 7c7cc361
...@@ -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>
......
...@@ -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>
......
...@@ -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() */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment