add OPENBSD ifdefs where needed
This commit is contained in:
parent
bc9a1a72bc
commit
757a3534f8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue