added config.h includes

This commit is contained in:
Marius Nita 2002-08-26 21:42:14 +00:00
parent 0116e2c449
commit bf575744a7
4 changed files with 16 additions and 0 deletions

View file

@ -20,6 +20,10 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif // HAVE_CONFIG_H
#include "config.hh"
using std::string;

View file

@ -1,4 +1,8 @@
%{
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif // HAVE_CONFIG_H
#include <stdio.h>
#include <string.h>
#include "yacc_parser.hh"

View file

@ -20,6 +20,10 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif // HAVE_CONFIG_H
#include "keytree.hh"
#include "epist.hh"
#include "config.hh"

View file

@ -20,6 +20,10 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif // HAVE_CONFIG_H
extern "C" {
#include <stdio.h>
#include <string.h>