Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
7409a81d
Commit
7409a81d
authored
13 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Redefine the unused user-question toggles (UQ_COMP and UQ_MC_COMP)
- these have been unused for several years now.
parent
ecb4487f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/sbbsdefs.h
+3
-3
3 additions, 3 deletions
src/sbbs3/sbbsdefs.h
with
3 additions
and
3 deletions
src/sbbs3/sbbsdefs.h
+
3
−
3
View file @
7409a81d
...
...
@@ -124,12 +124,12 @@ typedef struct {
#define UQ_LOCATION (1L<<1)
/* Ask for location */
#define UQ_ADDRESS (1L<<2)
/* Ask for address */
#define UQ_PHONE (1L<<3)
/* Ask for phone number */
#define UQ_HANDLE (1L<<4)
/* Ask for chat handle
*/
#define UQ_HANDLE (1L<<4)
/* Ask for chat handle
/ HAM callsign
*/
#define UQ_DUPHAND (1L<<5)
/* Search for duplicate handles */
#define UQ_SEX (1L<<6)
/* Ask for sex :) */
#define UQ_BIRTH (1L<<7)
/* Ask for birth date */
#define UQ_
COMP
(1L<<8)
/*
Ask for computer type
*/
#define UQ_
MC_COMP
(1L<<9)
/*
Multiple choice computer type
*/
#define UQ_
UNUSED1
(1L<<8)
/*
was UQ_COMP
*/
#define UQ_
UNUSED2
(1L<<9)
/*
was UQ_MC_COMP
*/
#define UQ_REALNAME (1L<<10)
/* Ask for real name */
#define UQ_DUPREAL (1L<<11)
/* Search for duplicate real names */
#define UQ_COMPANY (1L<<12)
/* Ask for company name */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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