Temporarily back out include of jsosdep.h until linkage problems can be looked at

This commit is contained in:
fur%netscape.com 1999-04-28 00:27:51 +00:00
parent bea1290b2e
commit 2812bf9ab0

View File

@ -197,7 +197,7 @@
# include "jscpucfg.h" /* Use standard Mac or Windows configuration */
#elif defined(XP_UNIX)
# include "jsautocfg.h" /* Use auto-detected configuration */
# include "jsosdep.h" /* ...and platform-specific flags */
/* # include "jsosdep.h" ...and platform-specific flags */
#else
# error "Must define one of XP_PC, XP_MAC or XP_UNIX"
#endif