- Removed all instances of #ifdef HAVE_STRING_H
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 30 Dec 2014 16:42:02 +0000 (16:42 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 30 Dec 2014 16:42:02 +0000 (16:42 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5216 82007160-df01-0410-b94d-b575c5fd34c7

src/config.c
src/libopm/src/libopm.c

index 707c995eb2522369edb8a7973e5ecde82a61f24a..48984a69c262a0144d6528f3ea7de4f443d0de11 100644 (file)
 #include "setup.h"
 
 #include <stdio.h>
-
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
 
 #include "config.h"
 #include "malloc.h"
index fa5b6700529f027dd2500c656cd38c1b8a8730c2..9dd7b534d3120fa59f904fc2da39bb63c2d94044 100644 (file)
 #endif
 
 #include <unistd.h>
-
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
 
 
 static OPM_PROTOCOL_CONFIG_T *libopm_protocol_config_create(void);