port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
This commit is contained in:
parent
9e67edfc16
commit
63040e4d90
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
# include <unixlib.h>
|
# include <unixlib.h>
|
||||||
# if HAVE_STRING_H - 0
|
# ifdef HAVE_STRING_H
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue