]> git.meshlink.io Git - catta/blobdiff - docs/MALLOC
combine avahi-core and avahi-common components into one library
[catta] / docs / MALLOC
index 5c7db9e511415b541b2b981da3089e149ad3b658..742e409beb90dcb6a885041347798f96c7e441c3 100644 (file)
@@ -1,10 +1,8 @@
 Avahi supports pluggable memory allocator implemenations. See
-<avahi-common/malloc.h> for more information.
+<avahi/malloc.h> for more information.
 
 Currently, Avahi does not deal well with out-of-memory
 situations. Therefore we recommend the usage of memory allocators that
 abort() in case of OOM. The default allocator used by Avahi does this.
 
 Eventually we will improve Avahi to deal with these things better.
-
-$Id$