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
62e5dfc7
Commit
62e5dfc7
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Changed revision from C to D, updated copyright date.
Added mdm_misc bit definitions back in for SCFG.
parent
6f79f52c
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/sbbs3/sbbsdefs.h
+13
-2
13 additions, 2 deletions
src/sbbs3/sbbsdefs.h
with
13 additions
and
2 deletions
src/sbbs3/sbbsdefs.h
+
13
−
2
View file @
62e5dfc7
...
...
@@ -47,10 +47,10 @@
/*************/
#define VERSION "3.00"
/* Version: Major.minor */
#define REVISION '
C
'
#define REVISION '
D
'
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version 3.00 "
#define COPYRIGHT_NOTICE "Copyright 200
0
Rob Swindell"
#define COPYRIGHT_NOTICE "Copyright 200
1
Rob Swindell"
#define QWK_HEADER "Produced by Synchronet BBS Version 3 "\
COPYRIGHT_NOTICE
...
...
@@ -163,6 +163,17 @@
#define NM_7BITONLY (1L<<16)
/* Except 7-bit input only (E71 terminals) */
#define NM_RESETVID (1L<<17)
/* Reset video mode between callers? */
#define NM_NOPAUSESPIN (1L<<18)
/* No spinning cursor at pause prompt */
/* Miscellaneous Modem Settings (mdm_misc) */
#define MDM_CTS (1<<0)
/* Use hardware send flow control */
#define MDM_RTS (1<<1)
/* Use hardware recv flow control */
#define MDM_STAYHIGH (1<<2)
/* Stay at highest DTE rate */
#define MDM_CALLERID (1<<3)
/* Supports Caller ID */
#define MDM_DUMB (1<<4)
/* Just watch DCD for answer - dumb modem */
#define MDM_NODTR (1<<5)
/* Don't drop DTR for hang-up */
#define MDM_KNOWNRES (1<<6)
/* Allow known result codes only */
#define MDM_VERBAL (1<<7)
/* Use verbal result codes */
/* Bit values for level_misc[x] */
#define LEVEL_EXPTOLVL (1<<0)
/* Expire to level_expireto[x] */
...
...
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