summaryrefslogtreecommitdiff
path: root/libltdl/libltdl/lt__strl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/libltdl/lt__strl.h')
-rw-r--r--libltdl/libltdl/lt__strl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libltdl/libltdl/lt__strl.h b/libltdl/libltdl/lt__strl.h
index 915a688c..5799dc8a 100644
--- a/libltdl/libltdl/lt__strl.h
+++ b/libltdl/libltdl/lt__strl.h
@@ -28,10 +28,10 @@ or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#if !defined LT__STRL_H
+#if !defined(LT__STRL_H)
#define LT__STRL_H 1
-#if defined LT_CONFIG_H
+#if defined(LT_CONFIG_H)
# include LT_CONFIG_H
#else
# include <config.h>
@@ -40,14 +40,14 @@ or obtained by writing to the Free Software Foundation, Inc.,
#include <string.h>
#include "lt_system.h"
-#if !defined HAVE_STRLCAT
+#if !defined(HAVE_STRLCAT)
# define strlcat(dst,src,dstsize) lt_strlcat(dst,src,dstsize)
LT_SCOPE size_t lt_strlcat(char *dst, const char *src, const size_t dstsize);
-#endif /* !defined HAVE_STRLCAT */
+#endif /* !defined(HAVE_STRLCAT) */
-#if !defined HAVE_STRLCPY
+#if !defined(HAVE_STRLCPY)
# define strlcpy(dst,src,dstsize) lt_strlcpy(dst,src,dstsize)
LT_SCOPE size_t lt_strlcpy(char *dst, const char *src, const size_t dstsize);
-#endif /* !defined HAVE_STRLCPY */
+#endif /* !defined(HAVE_STRLCPY) */
-#endif /*!defined LT__STRL_H*/
+#endif /*!defined(LT__STRL_H)*/