morse%netscape.com
ec6bea41a0
turn on cookie management
...
git-svn-id: svn://10.0.0.236/trunk@14331 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-10 04:39:38 +00:00
ramiro%netscape.com
3590eb68fd
Fix from Tim Rowley <tor@boojum.cs.brown.edu>.
...
The Sun compiler tossing the templated class into a template repository
(see Templates.DB in the directory layout/html/base/src). At link time the
compiler doesn't know where that repository is, so it can't resolve that
symbol.
You can get the compiler to include the templated class in the shared library
by linking the objects together with "CC -xar".
git-svn-id: svn://10.0.0.236/trunk@14244 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-07 22:29:15 +00:00
valeski%netscape.com
a04d9a8d31
turning on NS_NET_FILE
...
git-svn-id: svn://10.0.0.236/trunk@14213 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-06 22:55:04 +00:00
mjudge%netscape.com
c313227a80
Adding sbr files if you want to browse your classes using .BSC file
...
git-svn-id: svn://10.0.0.236/trunk@14167 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-05 22:32:17 +00:00
cls%seawood.org
dbfcbd98f5
Removed classic build Makefiles from configure.in
...
Changed --enable-fe to --enable-toolkit which takes a single argument.
Changed MOZ_FE to MOZ_TOOLKIT.
Removed USE_NGLAYOUT and USE_NGLAYOUT_GTK.
Removed FULL_STATIC_BUILD and --enable-min-shared.
Removed checks for gnome and qt.
git-svn-id: svn://10.0.0.236/trunk@13990 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-03 15:48:45 +00:00
cyeh%netscape.com
0f78181c4a
remove dependency on perl to rotate the build number. this target should
...
have only been defined if MOZILLA_OFFICIAL was set, but it didn't work
right at all.
i've commented out the offending lines for now, until it is determined how we go
about rolling version numbers in the new world.
git-svn-id: svn://10.0.0.236/trunk@13926 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 22:45:09 +00:00
ramiro%netscape.com
f6dd7b8e2d
Use $(CCC) to make shared libs if NS_USE_GCC is defined.
...
git-svn-id: svn://10.0.0.236/trunk@13857 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-02 11:39:26 +00:00
shaver%netscape.com
85af300c3f
add --enable-nglayout=gtk to build with GTK and not motif
...
git-svn-id: svn://10.0.0.236/trunk@13831 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-01 00:09:30 +00:00
briano%netscape.com
d29688bda8
Make the OSF/1 OS_RELEASE macro compatible with that used by NSPR.
...
git-svn-id: svn://10.0.0.236/trunk@13813 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 20:14:33 +00:00
briano%netscape.com
24c82877d7
Added a check for another ARM variant.
...
git-svn-id: svn://10.0.0.236/trunk@13788 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 04:10:42 +00:00
akkana%netscape.com
9fd537fc37
Fix the static-class-object-from-DSO problem. Approved by briano.
...
git-svn-id: svn://10.0.0.236/trunk@13773 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-31 00:38:27 +00:00
cls%seawood.org
c72fa9d414
More fixes for build_number
...
git-svn-id: svn://10.0.0.236/trunk@13712 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 04:05:50 +00:00
cls%seawood.org
7029665f7b
Added MAKE_OBJDIR to build_number target
...
git-svn-id: svn://10.0.0.236/trunk@13706 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-30 02:57:34 +00:00
ramiro%netscape.com
3ad7662ba1
Dont add the multigot stuff if using gcc.
...
git-svn-id: svn://10.0.0.236/trunk@13604 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-28 11:29:02 +00:00
cls%seawood.org
1075d0220f
Added support for nglayout. Use --enable-nglayout to compile it *after* pulling the nglayout srcs. MKSHLIB & friends are now defined by configure. BUILD_UNIX_PLUGINS is set only ifndef NO_SHARED_LIB.
...
git-svn-id: svn://10.0.0.236/trunk@13590 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-28 03:40:33 +00:00
cls%seawood.org
3a151fb16a
Use separate DEFINES for autoconf if MOZ_DEBUG is defined. Should clear up IRIX depend tb.
...
git-svn-id: svn://10.0.0.236/trunk@13438 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 02:25:31 +00:00
cls%seawood.org
99d6170c91
IRIX depend tb doesn't seem to like the extra DEFINES when doing a 'make depend'.
...
git-svn-id: svn://10.0.0.236/trunk@13437 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 00:52:30 +00:00
cls%seawood.org
e5de7aa2e1
Split OS_CFLAGS into OS_CFLAGS, OS_INCLUDES and DEFINES.
...
Modified Makefile.ins to append not overwrite DEFINES.
Added $(DEFINES) to the mkdepend command line so that some conditional dependencies are caught as well.
git-svn-id: svn://10.0.0.236/trunk@13433 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-25 22:25:25 +00:00
briano%netscape.com
d2443ecc8f
Support for the new, single dist/include directory mechanism.
...
git-svn-id: svn://10.0.0.236/trunk@13363 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 04:41:26 +00:00
cls%seawood.org
1a54cc0a9e
The system versions of jpeg & png are used by default (if found) unless the local copy is more recent. Zlib is used by default if found.
...
Added separate variables for jpeg, png & zlib CFLAGS & LIBS.
Added --with-option=dir support for jpeg, png & zlib.
Split X defines into XCFLAGS, XLDFLAGS & XLIBS.
Will attempt to link nspr against the proper thread lib if the initial check fails.
Removed last vestiges of NO_SECURITY.
Modified cmd/{gnome,qt,x}fe/Makefile to only use autoconf defined variable for the final link.
Changed ACCFLAGS to OS_CFLAGS. Changed ACLIBS to OS_LIBS.
OPTIMIZER (config.mk) is no longer set for autoconf.
No longer includes platform specific .mk
git-svn-id: svn://10.0.0.236/trunk@13352 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 00:36:08 +00:00
cls%seawood.org
3a45a3dc3a
Removed some MKLINUX & MACLINUX ifdefs. Replace a couple with (defined(linux) && defined(__powerpc__)).
...
Added glibc ifndefs to strdup declarations.
Fixed problem with stderr under glibc 2.1.
Patch submitted by Tom Rini <trini@kernel.crashing.org >.
git-svn-id: svn://10.0.0.236/trunk@13308 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-22 06:05:19 +00:00
cls%seawood.org
1a347c2ce7
Set FE_X_CFLAGS to MOTIF_INCLUDES.
...
Moved NSPR_LDFLAGS into NSPR_LIBS.
Changed NSPR_INCLUDES to NSPR_CFLAGS.
Moved Xp and Xpm to FE_X_LIBS.
git-svn-id: svn://10.0.0.236/trunk@13232 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-21 02:05:59 +00:00
briano%netscape.com
00d806da59
Eliminated the use of -DBSD. It appears to be unnecessary. Fixes bug#424.
...
git-svn-id: svn://10.0.0.236/trunk@13217 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 20:57:28 +00:00
briano%netscape.com
3166b9d9f5
Mods to support AIX 4.2 (thanks to wtc@netscape.com).
...
git-svn-id: svn://10.0.0.236/trunk@13214 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 20:52:00 +00:00
gagan%netscape.com
73eed11d26
Switching NU_CACHE off for now.
...
git-svn-id: svn://10.0.0.236/trunk@13197 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 13:51:11 +00:00
gagan%netscape.com
31e3d18f62
Backing out my changes of NUCACHE. Gromit/Raptor were broken.
...
git-svn-id: svn://10.0.0.236/trunk@13196 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 13:49:16 +00:00
gagan%netscape.com
23167da3f9
Toggled NU_CACHE.
...
git-svn-id: svn://10.0.0.236/trunk@13176 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 02:32:40 +00:00
gagan%netscape.com
6e0e3ff345
Switching on NU_CACHE by default.
...
git-svn-id: svn://10.0.0.236/trunk@13163 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 00:49:40 +00:00
cyeh%netscape.com
d58bfd92b9
Remove obsolete #defines _NSPR and NSPR20
...
git-svn-id: svn://10.0.0.236/trunk@13128 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-19 21:32:19 +00:00
cyeh%netscape.com
9ac35ef965
turn off -DNSPR20
...
git-svn-id: svn://10.0.0.236/trunk@13122 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-19 20:56:21 +00:00
briano%netscape.com
016ae7f6b3
Minor changes for the sake of consistency.
...
git-svn-id: svn://10.0.0.236/trunk@12980 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 06:04:27 +00:00
cyeh%netscape.com
da0ce3321f
remove !ifdef NO_SECURITY, it is obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@12961 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 01:49:24 +00:00
cyeh%netscape.com
30dff79ff9
remove old old -DNSPR. As if we could ever build now without it.
...
git-svn-id: svn://10.0.0.236/trunk@12958 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 01:39:09 +00:00
briano%netscape.com
3619727cca
Added to GARBAGE to be sure to clean up the Watcom compiler droppings on QNX.
...
git-svn-id: svn://10.0.0.236/trunk@12952 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-16 00:25:54 +00:00
cyeh%netscape.com
6c88bfcd03
remove ancient NSPR #defines.
...
git-svn-id: svn://10.0.0.236/trunk@12950 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 23:36:19 +00:00
cyeh%netscape.com
7631844a60
remove NO_SECURITY !define
...
git-svn-id: svn://10.0.0.236/trunk@12937 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 22:42:41 +00:00
cyeh%netscape.com
5e3b928a96
remove unneeded #define.
...
git-svn-id: svn://10.0.0.236/trunk@12904 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 18:51:42 +00:00
blythe%netscape.com
b9f8af2788
Fix bugs on win95 builds, aprvd briano law
...
git-svn-id: svn://10.0.0.236/trunk@12879 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 12:38:26 +00:00
jfrancis%netscape.com
f50ba15064
Ender Mime Carpool.
...
This is not your father's email client.
git-svn-id: svn://10.0.0.236/trunk@12822 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-14 20:38:35 +00:00
kin%netscape.com
b88ae5f133
Turn on MOZ_ENDER_MIME code.
...
git-svn-id: svn://10.0.0.236/trunk@12821 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-14 20:31:10 +00:00
cls%seawood.org
2448b8de54
Backed out previous change because the variables have different meanings under the nspr build.
...
git-svn-id: svn://10.0.0.236/trunk@12773 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-14 01:40:41 +00:00
cls%seawood.org
789a359a50
Tweaked tweak_nspr kludge so that it does not do variable substitution when it rearranges OBJDIR in nsprpub/config/UNIX.mk
...
git-svn-id: svn://10.0.0.236/trunk@12769 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-14 01:32:22 +00:00
wtc%netscape.com
f647ce5eee
Removed obsolete build variables FORCE_SW_THREADS and
...
USE_KERNEL_THREADS. Use the -mt option for CC if
USE_PTHREADS and NS_USE_NATIVE are defined. If we
are not using pthreads, add -DSW_THREADS to the compiler
command line.
git-svn-id: svn://10.0.0.236/trunk@12748 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 23:03:47 +00:00
mcafee%netscape.com
0f35d8b2bc
putting -DNO_X11 in the right place
...
git-svn-id: svn://10.0.0.236/trunk@12660 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 02:49:30 +00:00
slamm%netscape.com
128bf4e0e9
Add MOZ_SECURITY to DEFINES if !NO_SECURITY. cyeh will clean this up later and replace !NO_SECURITY with the more straightforward MOZ_SECURITY.
...
git-svn-id: svn://10.0.0.236/trunk@12630 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 23:12:45 +00:00
cyeh%netscape.com
294bc0f649
remove old NSPR20 conditional macros
...
git-svn-id: svn://10.0.0.236/trunk@12607 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-12 21:08:57 +00:00
rpotts%netscape.com
41c1538be4
Moved composer defines inside of ifndef MODULAR_NETLIB blocks to get NGlayout building again...
...
git-svn-id: svn://10.0.0.236/trunk@12521 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-10 07:21:24 +00:00
mcafee%netscape.com
2e1454d094
Turning SMART_MAIL on by default
...
git-svn-id: svn://10.0.0.236/trunk@12418 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 07:35:46 +00:00
waterson%netscape.com
941183eb4c
Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=briano.
...
git-svn-id: svn://10.0.0.236/trunk@12407 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 04:33:07 +00:00
mcafee%netscape.com
2586b71106
Add defines for SMART_MAIL. Thanks to skinny@knowhere.net for this fix
...
git-svn-id: svn://10.0.0.236/trunk@12373 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 00:38:50 +00:00