summaryrefslogtreecommitdiffstats
path: root/mmm_config.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
committerFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
commite8574a9621a2cbe50b22aa5aa8114bcebce22b38 (patch)
tree6e77d3872827926ce108f15e312d699fefbbd23a /mmm_config.h
parentc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (diff)
downloadmicrobbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.tar.gz
microbbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.zip
Preparation to article list feature. Added debug.h and mmm.h
Diffstat (limited to 'mmm_config.h')
-rw-r--r--mmm_config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mmm_config.h b/mmm_config.h
new file mode 100644
index 0000000..cca4f6a
--- /dev/null
+++ b/mmm_config.h
@@ -0,0 +1,18 @@
+#ifndef __LIBMMM_CONFIG_H
+#define __LIBMMM_CONFIG_H
+
+//---------------------------------------------------------------------
+//ONLY ONE OF OPTION CAN BE USED
+
+//noting is done with memory. only plain wrappers is usded.
+#define MMM_PLAIN
+
+//cleans free after free if free is not NULL
+//#define MMM_PLAIN_SAFE
+
+//show in terminal some data about used malocc and free
+//#define MMM_RECORD
+//---------------------------------------------------------------------
+
+
+#endif