add OPENBSD ifdefs where needed

This commit is contained in:
Robert Nagy 2010-11-06 18:35:38 +01:00
parent bc9a1a72bc
commit 757a3534f8

View file

@ -1002,7 +1002,7 @@ File gid_File_Dl_Stlport
End
#endif
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
File gid_File_Dl_GccS
TXT_FILE_BODY;
@ -1017,7 +1017,7 @@ File gid_File_Dl_GccS
End
#endif
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD \
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT))
File gid_File_Dl_Stdcpp
Dir = SCP2_URE_DL_DIR;