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
b543e978
Commit
b543e978
authored
15 years ago
by
mh17
Browse files
Options
Downloads
Patches
Plain Diff
added copyright header
parent
9258dcca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/ZMap/zmapUrl.h
+35
-32
35 additions, 32 deletions
src/include/ZMap/zmapUrl.h
with
35 additions
and
32 deletions
src/include/ZMap/zmapUrl.h
+
35
−
32
View file @
b543e978
/* Last edited: 2009-11-26 12:52:29 (mgh) */
/* File: zmapUrl.h
/* Last edited: Aug 31 11:05 2005 (rds) */
* Author: Roy Story (rds@sanger.ac.uk)
/* Declarations for url.c.
* Copyright (c) 2006-2010: Genome Research Ltd.
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
*-------------------------------------------------------------------
* ZMap is free software; you can redistribute it and/or
This file is part of GNU Wget.
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
GNU Wget is free software; you can redistribute it and/or modify
* of the License, or (at your option) any later version.
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation; either version 2 of the License, or
* This program is distributed in the hope that it will be useful,
(at your option) any later version.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Wget is distributed in the hope that it will be useful,
* GNU General Public License for more details.
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* You should have received a copy of the GNU General Public License
GNU General Public License for more details.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
You should have received a copy of the GNU General Public License
* or see the on-line version at http://www.gnu.org/copyleft/gpl.txt
along with Wget; if not, write to the Free Software
*-------------------------------------------------------------------
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* This file is part of the ZMap genome database package
* originally written by:
In addition, as a special exception, the Free Software Foundation
*
gives permission to link the code of its release of Wget with the
* Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk,
OpenSSL projects "OpenSSL" library (or with modified versions of it
* Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk
that use the same license as the "OpenSSL" library), and distribute
*
the linked executables. You must obey the GNU General Public License
* Description:
in all respects for all of the code used other than "OpenSSL". If you
*
modify this file, you may extend this exception to your version of the
* Exported functions: See XXXXXXXXXXXXX.h
file, but you are not obligated to do so. If you do not wish to do
* HISTORY:
so, delete this exception statement from your version. */
* Created: Thu Nov 26 10:30:21 2009 (mh17)
* CVS info: $Id: zmapUrl.h,v 1.6 2010-03-04 15:35:32 mh17 Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAPURL_H
#ifndef ZMAPURL_H
#define ZMAPURL_H
#define ZMAPURL_H
...
@@ -35,11 +38,11 @@ so, delete this exception statement from your version. */
...
@@ -35,11 +38,11 @@ so, delete this exception statement from your version. */
/* Default port definitions */
/* Default port definitions */
#define DEFAULT_HTTP_PORT 80
#define DEFAULT_HTTP_PORT 80
#define DEFAULT_FTP_PORT 21
#define DEFAULT_FTP_PORT 21
#define DEFAULT_FILE_PORT 0
/* There is no port */
#define DEFAULT_FILE_PORT 0
/* There is no port */
#define DEFAULT_PIPE_PORT 0
/* There is no port */
#define DEFAULT_PIPE_PORT 0
/* There is no port */
#define DEFAULT_ACEDB_PORT 23100
/* default sgifaceserver port */
#define DEFAULT_ACEDB_PORT 23100
/* default sgifaceserver port */
#define DEFAULT_MYSQL_PORT 3306
#define DEFAULT_MYSQL_PORT 3306
#define DEFAULT_HTTPS_PORT 443
#define DEFAULT_HTTPS_PORT 443
/* Note: the ordering here is related to the order of elements in
/* Note: the ordering here is related to the order of elements in
...
...
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