Remove unused include param/param.h.
[samba.git] / source4 / include / includes.h
index 7b623120a92e681fd084ad15a90207cf96aa7ce4..6065cfc17cdb8e1f5df6b47b3322b994276fbf2d 100644 (file)
 #define TALLOC_ABORT(reason) smb_panic(reason)
 #endif
 
-/* this needs to be a string which is not in the C library. We
-   previously used "init_module", but that meant that modules which
-   did not define this function ended up calling the C library
-   function init_module() which makes a system call */
-#define SAMBA_INIT_MODULE "samba_init_module"
-
 #endif /* _INCLUDES_H */