Ignore:
Timestamp:
Apr 24, 2008, 5:03:14 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
41d75d
Parents:
e58fcb7
Message:

ADDHYDROGEN and HAVE_DEBUG fix: config.h was not yet included

Misunderstanding of DHAVE_CONFIG_H lead to the believe it would get included also automatically. Now, helpers.hpp and parser.hpp both have it included if HAVE_CONFIG_H is present. Consequently, ADDHYDROGEN and HAVE_DEBUG now work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified molecuilder/src/helpers.hpp

    re58fcb7 r77da65  
    2020
    2121#include "defs.hpp"
     22
     23// include config.h
     24#ifdef HAVE_CONFIG_H
     25#include <config.h>
     26#endif
    2227
    2328/********************************************** helpful functions *********************************/
Note: See TracChangeset for help on using the changeset viewer.