Added patch for bsdi from netscape.public.mozilla.patches; removed test for !SOLARIS as agreed with macafee.

This commit is contained in:
scc%netscape.com 1999-01-18 18:32:33 +00:00
Родитель 10f4d40c79
Коммит 5e7e5625d2
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -236,10 +236,10 @@
Update: ramiro is working on getting these into the configuration system. Update: ramiro is working on getting these into the configuration system.
*/ */
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS) #if defined(__GNUG__) && (__GNUC_MINOR__ <= 90)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS #define NSCAP_NO_MEMBER_USING_DECLARATIONS
#if defined(LINUX) && (__GNUC_MINOR__ <= 7) #if (defined(LINUX) || defined(__bsdi__)) && (__GNUC_MINOR__ <= 7)
#define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS #define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS
#endif #endif
#endif #endif

Просмотреть файл

@ -236,10 +236,10 @@
Update: ramiro is working on getting these into the configuration system. Update: ramiro is working on getting these into the configuration system.
*/ */
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS) #if defined(__GNUG__) && (__GNUC_MINOR__ <= 90)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS #define NSCAP_NO_MEMBER_USING_DECLARATIONS
#if defined(LINUX) && (__GNUC_MINOR__ <= 7) #if (defined(LINUX) || defined(__bsdi__)) && (__GNUC_MINOR__ <= 7)
#define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS #define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS
#endif #endif
#endif #endif

Просмотреть файл

@ -236,10 +236,10 @@
Update: ramiro is working on getting these into the configuration system. Update: ramiro is working on getting these into the configuration system.
*/ */
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS) #if defined(__GNUG__) && (__GNUC_MINOR__ <= 90)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS #define NSCAP_NO_MEMBER_USING_DECLARATIONS
#if defined(LINUX) && (__GNUC_MINOR__ <= 7) #if (defined(LINUX) || defined(__bsdi__)) && (__GNUC_MINOR__ <= 7)
#define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS #define NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS
#endif #endif
#endif #endif