Diff

Differences From Artifact [25f754878e]:

To Artifact [97eed6c088]:


17
18
19
20
21
22
23
24

25
26
27
28
29
30
31
17
18
19
20
21
22
23

24
25
26
27
28
29
30
31







-
+







 *
 *      email: dact@rkeene.org
 */


#include "dact.h"
#include "module.h"
#ifdef HAVE_DLOPEN
#ifdef USE_MODULES
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif