summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-10-25 17:57:36 +0200
committerRichard Braun <rbraun@sceen.net>2016-10-25 17:57:36 +0200
commit533cb80f7a63a531374a6f358df640f3902dc7c8 (patch)
treeb3a8f8d01af97943fd5321ee254f07bfd51a8b3c /configure.ac
parent4294c1b24f8b07539e0164d8d4507c79bdf44894 (diff)
configure.ac: remove unneeded symbols
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 1a5a81a..0cac522 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,11 +23,6 @@ AC_DEFINE_UNQUOTED([CONFIG_NR_CPUS], [8],
[maximum number of supported processors])
AC_DEFINE_UNQUOTED([CONFIG_CPU_L1_SHIFT], [6],
[Size of the CPU cache line size defined as a base two logarithm])
-AC_DEFINE_UNQUOTED([CONFIG_MEM_MALLOC], [0], [build malloc and friends])
-AC_DEFINE_UNQUOTED([CONFIG_MEM_USE_PHYS], [0],
- [make the mem module use the phys module as its backend])
-AC_DEFINE_UNQUOTED([CONFIG_MEM_VERIFY], [0],
- [enforce strong verification on all memory caches])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile])