Did all of the .h's in source
(adding) #ifdef HAVE_CONFIG_H #include <config.h> #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
#ifndef BLO_KEYSTORE_H
|
||||
#define BLO_KEYSTORE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,6 +34,10 @@
|
||||
#ifndef BLO_READSTREAMERRORS_H
|
||||
#define BLO_READSTREAMERRORS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -34,6 +34,10 @@
|
||||
#ifndef BLO_READSTREAMGLUE_H
|
||||
#define BLO_READSTREAMGLUE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -43,6 +43,10 @@
|
||||
#ifndef BLO_SYS_TYPES_H
|
||||
#define BLO_SYS_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -33,6 +33,10 @@
|
||||
#ifndef BLO_KEYSTOREPRIVATE_H
|
||||
#define BLO_KEYSTOREPRIVATE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -31,6 +31,10 @@
|
||||
* streamglue loopback. Needed at start of Read stream.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct readStreamGlueLoopBackStruct {
|
||||
struct readStreamGlueStruct *streamGlue;
|
||||
void *endControl;
|
||||
|
Reference in New Issue
Block a user