#include <string>
#include "dotconfpp.h"
+#include "mempool.h"
DOTCONFDocumentNode::DOTCONFDocumentNode():previousNode(NULL), nextNode(NULL), parentNode(NULL), childNode(NULL),
values(NULL), valuesCount(0),
case GLOB_NOSPACE:
error(tagNode->lineNum, tagNode->fileName, "glob call failed for '%s': no free space", nodeFilePath.c_str());
return -1;
+#ifndef FREE_BSD
case GLOB_ABORTED:
// printf("Read error\n");
// Ignore that error
// printf("No match\n");
// Ignore that error
break;
+#endif
default:
error(tagNode->lineNum, tagNode->fileName, "glob call failed for '%s': unknown error", nodeFilePath.c_str());
return -1;