]> Dogcows Code - chaz/openbox/commitdiff
added config.h includes
authorMarius Nita <marius@cs.pdx.edu>
Mon, 26 Aug 2002 21:42:14 +0000 (21:42 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Mon, 26 Aug 2002 21:42:14 +0000 (21:42 +0000)
util/epist/config.cc
util/epist/epist.l
util/epist/keytree.cc
util/epist/parser.cc

index f4f0bac6e6c49c19bf58215d95909ed6f7999c7f..cefa28cc84bd3d30a0aaee7a8efafd496131461b 100644 (file)
 // 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;
index e545054a93133506fdc77c1ebd7a52b042126da0..c3db54b8120cea77867de794fc58f791ffef1257 100644 (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"
index 30efa1be2ecc1a4f5ae6785a0a9f329aa1e7ddb9..009cb355ed26126cb800b7c575bb1e209928a438 100644 (file)
 // 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"
index 7741d2f7c09eb57e73ba4b9b00c36f72a12693cc..d1df9f1ff1b2416cbf067b68887197b8c8dedb54 100644 (file)
 // 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>
This page took 0.026186 seconds and 4 git commands to generate.