Add bbt_add that does not take Metric parameter.
[ardour.git] / libs / pbd / mountpoint.cc
index e85a299e0bc623bde29839660debbfc70a7bae15..3cc94638a335023019d829dad5b1523d61573acb 100644 (file)
 
 using std::string;
 
-#ifdef HAVE_WAFCONFIG_H
-#include "wafconfig.h"
+#ifdef WAF_BUILD
+#include "libpbd-config.h"
 #endif
 
-#if HAVE_GETMNTENT
+#ifdef HAVE_GETMNTENT
 #include <mntent.h>
 
 struct mntent_sorter {