Removed unnecessary USE_AUTOCONF ifdef.

git-svn-id: svn://10.0.0.236/trunk@46128 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
1999-09-06 20:24:44 +00:00
parent 40bece4baa
commit 34cc43d280

View File

@@ -43,13 +43,6 @@ typedef enum { NP_FullPage = 1, NP_Embedded } NPPageType;
typedef void* NPReference;
#define NPRefFromStart ((NPReference)NULL)
/* This ifdef should probably be replaced by something more generic like
* #if defined(JAVA_OR_OJI) || defined(XP_MAC) -cls
*/
#ifndef USE_AUTOCONF
#define ANTHRAX
#endif
/* it's lame that this is supposed to support more than plugins but
it has plugin specific junk (wdata) in it -jg */