]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
- Remove xpg4 lib from FreeBSD build as it is no longer needed and
[bacula/bacula] / bacula / src / baconfig.h
index 5a11d78f6e2a245405b626575c070e004c376b5d..16e9cfe424eb677f6dc2e2329adc3809ca5601b3 100644 (file)
@@ -619,13 +619,4 @@ extern "C" long gethostid(void);
 #endif
 */
 
-/* Fake entry points if regex does not exist */
-#ifndef HAVE_REGEX_H
-#define regcomp(x, y, z) 1
-#define regfree(x)
-#define regerror(rc, preg, prbuf, len) bstrncpy(prbuf, "REGEX not available on this system.", len)
-#define regex_t int
-#define regmatch_t char
-#endif
-
 #endif /* _BACONFIG_H */