Kaydet (Commit) b89fb4c1 authored tarafından Robert Nagy's avatar Robert Nagy

add OPENBSD ifdefs where needed

üst eed18c4e
...@@ -1002,7 +1002,7 @@ File gid_File_Dl_Stlport ...@@ -1002,7 +1002,7 @@ File gid_File_Dl_Stlport
End End
#endif #endif
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \ #if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT)) || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
File gid_File_Dl_GccS File gid_File_Dl_GccS
TXT_FILE_BODY; TXT_FILE_BODY;
...@@ -1017,7 +1017,7 @@ File gid_File_Dl_GccS ...@@ -1017,7 +1017,7 @@ File gid_File_Dl_GccS
End End
#endif #endif
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \ #if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT)) || defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
File gid_File_Dl_Stdcpp File gid_File_Dl_Stdcpp
Dir = SCP2_URE_DL_DIR; Dir = SCP2_URE_DL_DIR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment