]> 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 0e1ce6562784c6ee8553e4e0c8d06b8301b22e45..16e9cfe424eb677f6dc2e2329adc3809ca5601b3 100644 (file)
@@ -95,6 +95,8 @@
       #define setlocale(p, d)
    #endif
 #endif /* ENABLE_NLS */
+/* Use the following for strings not to be translated */
+#define NT_(s) (s)   
 
 /* This should go away! ****FIXME***** */
 #define MAXSTRING 500
@@ -617,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 */