Project

General

Profile

Actions

Bug #761

closed

Configure test for HAVE_STREAMBUF_H is missing

Added by Jörg Riesmeier over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Configuration
Target version:
-
Start date:
2017-06-23
Due date:
% Done:

100%

Estimated time:
Module:
config, CMake
Operating System:
Compiler:

Description

The header file "ofstd/include/ofstdinc.h" checks for the macro HAVE_STREAMBUF_H although it is never defined (neither by Autoconf nor by CMake):

// define INCLUDE_STREAMBUF to include <streambuf> or <streambuf.h> if available
#ifdef INCLUDE_STREAMBUF
#ifdef USE_STD_CXX_INCLUDES
#include <streambuf>
#elif defined(HAVE_STREAMBUF_H)
#include <streambuf.h>
#endif
#endif

Actions

Also available in: Atom PDF