diff --git a/world/perl_EQLConfig.cpp b/world/perl_EQLConfig.cpp index 26d35f951..63e4dba11 100644 --- a/world/perl_EQLConfig.cpp +++ b/world/perl_EQLConfig.cpp @@ -32,6 +32,10 @@ typedef const char Const_char; #include "EQWParser.h" #include "EQLConfig.h" +#ifdef seed +#undef seed +#endif + #ifdef THIS /* this macro seems to leak out on some systems */ #undef THIS #endif diff --git a/world/perl_EQW.cpp b/world/perl_EQW.cpp index c43bd8615..6f748d720 100644 --- a/world/perl_EQW.cpp +++ b/world/perl_EQW.cpp @@ -32,6 +32,10 @@ typedef const char Const_char; #include "EQWParser.h" #include "EQW.h" +#ifdef seed +#undef seed +#endif + #ifdef THIS /* this macro seems to leak out on some systems */ #undef THIS #endif diff --git a/world/perl_HTTPRequest.cpp b/world/perl_HTTPRequest.cpp index 49704be17..dec1a824b 100644 --- a/world/perl_HTTPRequest.cpp +++ b/world/perl_HTTPRequest.cpp @@ -32,6 +32,10 @@ typedef const char Const_char; #include "EQWParser.h" #include "HTTPRequest.h" +#ifdef seed +#undef seed +#endif + #ifdef THIS /* this macro seems to leak out on some systems */ #undef THIS #endif diff --git a/zone/perl_PlayerCorpse.cpp b/zone/perl_PlayerCorpse.cpp index 95d7aa9f5..f4d502f3c 100644 --- a/zone/perl_PlayerCorpse.cpp +++ b/zone/perl_PlayerCorpse.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "PlayerCorpse.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_client.cpp b/zone/perl_client.cpp index caa80d77b..de6632f78 100644 --- a/zone/perl_client.cpp +++ b/zone/perl_client.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "client.h" #include "titles.h" diff --git a/zone/perl_doors.cpp b/zone/perl_doors.cpp index bf6aaf2a4..7b4b23d50 100644 --- a/zone/perl_doors.cpp +++ b/zone/perl_doors.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "doors.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_entity.cpp b/zone/perl_entity.cpp index 4594cff41..6ee394f3b 100644 --- a/zone/perl_entity.cpp +++ b/zone/perl_entity.cpp @@ -31,6 +31,10 @@ #include #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "entity.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_groups.cpp b/zone/perl_groups.cpp index 3f45bf68a..3a15f2c81 100644 --- a/zone/perl_groups.cpp +++ b/zone/perl_groups.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "groups.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_hateentry.cpp b/zone/perl_hateentry.cpp index 6fef9d59c..1520c106e 100644 --- a/zone/perl_hateentry.cpp +++ b/zone/perl_hateentry.cpp @@ -22,6 +22,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "../common/linked_list.h" #include "hate_list.h" diff --git a/zone/perl_mob.cpp b/zone/perl_mob.cpp index 0e0b8321f..94d09ed16 100644 --- a/zone/perl_mob.cpp +++ b/zone/perl_mob.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + typedef const char Const_char; #include "mob.h" diff --git a/zone/perl_npc.cpp b/zone/perl_npc.cpp index c228d81db..fc0177cd4 100644 --- a/zone/perl_npc.cpp +++ b/zone/perl_npc.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + typedef const char Const_char; #include "npc.h" diff --git a/zone/perl_object.cpp b/zone/perl_object.cpp index 9643edff2..ba0fe8b2b 100644 --- a/zone/perl_object.cpp +++ b/zone/perl_object.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "object.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_perlpacket.cpp b/zone/perl_perlpacket.cpp index 0b3e020f9..cc8ec4e62 100644 --- a/zone/perl_perlpacket.cpp +++ b/zone/perl_perlpacket.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "perlpacket.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_questitem.cpp b/zone/perl_questitem.cpp index e6b54a3b0..8dccc117e 100644 --- a/zone/perl_questitem.cpp +++ b/zone/perl_questitem.cpp @@ -22,6 +22,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "../common/Item.h" #ifdef THIS /* this macro seems to leak out on some systems */ diff --git a/zone/perl_raids.cpp b/zone/perl_raids.cpp index b0dc4086e..65ce7c132 100644 --- a/zone/perl_raids.cpp +++ b/zone/perl_raids.cpp @@ -30,6 +30,10 @@ #include "../common/debug.h" #include "embperl.h" +#ifdef seed +#undef seed +#endif + #include "raids.h" #include "client.h"