~ubuntu-branches/ubuntu/maverick/gnash/maverick

« back to all changes in this revision

Viewing changes to cygnal/cygnalrc.in

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The default verbosity level
 
2
#set verbosity 1
 
3
 
 
4
# Print debug info about the ActionScript classes as they are processed
 
5
#set actionDump off
 
6
 
 
7
# Print debug info about how Gnash is parsing the file
 
8
#set parserDump off
 
9
 
 
10
# The full path to the debug log
 
11
#set debuglog /home/rob/cygnal-dbg.log
 
12
 
 
13
# The Port offset to use when we're not root
 
14
#set portOffset 4000
 
15
 
 
16
# Output special messages to be used then testing Gnash
 
17
#set testing off
 
18
 
 
19
# Use threads for I/O. This is primarily a debugging option for
 
20
# performance testing.
 
21
#set threading on
 
22
 
 
23
# When running in threaded mode, this is the number of file descritors
 
24
# watched by each thread
 
25
#set fdThread 100
 
26
 
 
27
# The default top level path for all files.
 
28
#set documentroot /var/www
 
29
 
 
30
#
 
31
# SSL settings. These are the default values currently used.
 
32
#
 
33
 
 
34
#
 
35
# Set the default client certificate currently used,
 
36
#set CertFile   client.pem
 
37
 
 
38
# Set the default directory used for certificates
 
39
#set CertDir    /etc/pki/tls