summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace_macros.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/libreplace_macros.m4')
-rw-r--r--source4/lib/replace/libreplace_macros.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/lib/replace/libreplace_macros.m4 b/source4/lib/replace/libreplace_macros.m4
index 54e6b7ac75..1856eacf66 100644
--- a/source4/lib/replace/libreplace_macros.m4
+++ b/source4/lib/replace/libreplace_macros.m4
@@ -87,19 +87,6 @@ fi
rm -f conftest*
])])
-AC_DEFUN([AC_EXTENSION_FLAG],
-[
- cat >>confdefs.h <<\EOF
-#ifndef $1
-# define $1 1
-#endif
-EOF
-AH_VERBATIM([$1], [#ifndef $1
-# define $1 1
-#endif])
-])
-
-
dnl see if a declaration exists for a function or variable
dnl defines HAVE_function_DECL if it exists
dnl AC_HAVE_DECL(var, includes)