dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.10,1.11 compact-f


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/profiles compact,1.10,1.11 compact-fp,1.8,1.9 ecma,1.10,1.11 full,1.11,1.12 kernel,1.10,1.11 kernel-fp,1.8,1.9 mscompact,1.3,1.4 tiny,1.9,1.10 tiny-fp,1.8,1.9
Date: Sat, 31 May 2003 06:06:05 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/profiles
In directory subversions:/tmp/cvs-serv17814/profiles

Modified Files:
        compact compact-fp ecma full kernel kernel-fp mscompact tiny 
        tiny-fp 
Log Message:
Make SSL support conditional to CONFIG_SSL


Index: compact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** compact     31 May 2003 03:32:02 -0000      1.10
--- compact     31 May 2003 10:06:02 -0000      1.11
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: compact-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/compact-fp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** compact-fp  31 May 2003 03:32:02 -0000      1.8
--- compact-fp  31 May 2003 10:06:02 -0000      1.9
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: ecma
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/ecma,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** ecma        31 May 2003 03:32:02 -0000      1.10
--- ecma        31 May 2003 10:06:02 -0000      1.11
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="true"/>
+ 
  </profile>

Index: full
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/full,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** full        31 May 2003 03:32:02 -0000      1.11
--- full        31 May 2003 10:06:02 -0000      1.12
***************
*** 66,68 ****
--- 66,71 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="true"/>
+ 
  </profile>

Index: kernel
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** kernel      31 May 2003 03:32:02 -0000      1.10
--- kernel      31 May 2003 10:06:02 -0000      1.11
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: kernel-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/kernel-fp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** kernel-fp   31 May 2003 03:32:02 -0000      1.8
--- kernel-fp   31 May 2003 10:06:02 -0000      1.9
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="false"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: mscompact
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/mscompact,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mscompact   31 May 2003 03:32:02 -0000      1.3
--- mscompact   31 May 2003 10:06:02 -0000      1.4
***************
*** 66,68 ****
--- 66,71 ----
  <define name="CONFIG_SMALL_CONSOLE" value="true"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: tiny
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** tiny        31 May 2003 03:32:02 -0000      1.9
--- tiny        31 May 2003 10:06:02 -0000      1.10
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="true"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>

Index: tiny-fp
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/profiles/tiny-fp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tiny-fp     31 May 2003 03:32:02 -0000      1.8
--- tiny-fp     31 May 2003 10:06:02 -0000      1.9
***************
*** 63,65 ****
--- 63,68 ----
  <define name="CONFIG_SMALL_CONSOLE" value="true"/>
  
+ <!-- Use SSL Support using DotGNU.SSL -->
+ <define name="CONFIG_SSL" value="false"/>
+ 
  </profile>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]