Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
82369f8c
Commit
82369f8c
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add xremote debug flag.
parent
63c5eacb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/ZMap/zmapConfigStrings.h
+14
-12
14 additions, 12 deletions
src/include/ZMap/zmapConfigStrings.h
src/zmapConfig/zmapConfigLoader.c
+3
-2
3 additions, 2 deletions
src/zmapConfig/zmapConfigLoader.c
with
17 additions
and
14 deletions
src/include/ZMap/zmapConfigStrings.h
+
14
−
12
View file @
82369f8c
...
...
@@ -38,9 +38,9 @@
* defines !
*
* HISTORY:
* Last edited:
Nov 30 12:33
200
9
(edgrif)
* Last edited:
Mar 2 14:19
20
1
0 (edgrif)
* Created: Tue Apr 25 14:36:16 2006 (edgrif)
* CVS info: $Id: zmapConfigStrings.h,v 1.2
2
20
09-12-21 09:39:45 mh17
Exp $
* CVS info: $Id: zmapConfigStrings.h,v 1.2
3
20
10-03-03 10:59:58 edgrif
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_CONFIG_STRINGS_H
...
...
@@ -177,20 +177,22 @@
* </table>
*
* */
#define ZMAPSTANZA_APP_CONFIG "ZMap"
#define ZMAPSTANZA_APP_MAINWINDOW "show-mainwindow"
#define ZMAPSTANZA_APP_EXIT_TIMEOUT "exit-timeout"
#define ZMAPSTANZA_APP_HELP_URL "help-url"
#define ZMAPSTANZA_APP_SEQUENCE "default-sequence"
#define ZMAPSTANZA_APP_PRINTER "default-printer"
#define ZMAPSTANZA_APP_CONFIG
"ZMap"
#define ZMAPSTANZA_APP_MAINWINDOW
"show-mainwindow"
#define ZMAPSTANZA_APP_EXIT_TIMEOUT
"exit-timeout"
#define ZMAPSTANZA_APP_HELP_URL
"help-url"
#define ZMAPSTANZA_APP_SEQUENCE
"default-sequence"
#define ZMAPSTANZA_APP_PRINTER
"default-printer"
#define ZMAPSTANZA_APP_SEQUENCE_SERVERS "sequence-server"
#define ZMAPSTANZA_APP_PFETCH_LOCATION "pfetch"
#define ZMAPSTANZA_APP_COOKIE_JAR "cookie-jar"
#define ZMAPSTANZA_APP_PFETCH_MODE "pfetch-mode"
#define ZMAPSTANZA_APP_LOCALE "locale"
#define ZMAPSTANZA_APP_SCRIPTS "script-dir"
#define ZMAPSTANZA_APP_DATA "data-dir"
#define ZMAPSTANZA_APP_STYLESFILE "stylesfile"
#define ZMAPSTANZA_APP_LOCALE "locale"
#define ZMAPSTANZA_APP_SCRIPTS "script-dir"
#define ZMAPSTANZA_APP_DATA "data-dir"
#define ZMAPSTANZA_APP_STYLESFILE "stylesfile"
#define ZMAPSTANZA_APP_XREMOTE_DEBUG "xremote-debug"
/*! @addtogroup config_stanzas
*
...
...
This diff is collapsed.
Click to expand it.
src/zmapConfig/zmapConfigLoader.c
+
3
−
2
View file @
82369f8c
...
...
@@ -29,9 +29,9 @@
* Exported functions: See ZMap/zmapConfigLoader.h
*
* HISTORY:
* Last edited:
Nov
6
1
3:34
200
9
(edgrif)
* Last edited:
Mar
2
1
4:47
20
1
0 (edgrif)
* Created: Thu Sep 25 14:12:05 2008 (rds)
* CVS info: $Id: zmapConfigLoader.c,v 1.
5
2010-0
1-11 16:50:20 mh17
Exp $
* CVS info: $Id: zmapConfigLoader.c,v 1.
6
2010-0
3-03 11:02:57 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -674,6 +674,7 @@ static ZMapConfigIniContextKeyEntry get_app_group_data(char **stanza_name, char
{
ZMAPSTANZA_APP_SCRIPTS
,
G_TYPE_STRING
,
NULL
,
FALSE
},
{
ZMAPSTANZA_APP_DATA
,
G_TYPE_STRING
,
NULL
,
FALSE
},
{
ZMAPSTANZA_APP_STYLESFILE
,
G_TYPE_STRING
,
NULL
,
FALSE
},
{
ZMAPSTANZA_APP_XREMOTE_DEBUG
,
G_TYPE_BOOLEAN
,
NULL
,
FALSE
},
{
NULL
}
};
static
char
*
name
=
ZMAPSTANZA_APP_CONFIG
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment