Skip to content
Snippets Groups Projects
Commit 28fa07fc authored by rswindell's avatar rswindell
Browse files

Added PT/SC headers and CVS ID keyword.

parent ead9190b
No related branches found
No related tags found
No related merge requests found
# CNTNODES.SRC
# cntnodes.src
# Counts number of nodes in use and number of nodes waiting for call
# Sets global variables NODES_INUSE and NODES_WFC
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
int status
......
# DIR.SRC
# dir.src
# Test of Directory System Functions
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
!include dir_attr.inc
......
# DIR_ATTR.INC
# Copyright 1995 Digital Dynamics, All rights reserved.
# dir_attr.inc
# Baja include file defining DOS Directory Entry Attribute constants
# Specifically used with the SET_FILE_ATTRIB and GET_FILE_ATTRIB functions
# You man include use this file in your source (!include dir_attr.inc),
# but you may not distribute modified versions of this file. It is not
# suggested that you modify this file AT ALL, but rather create your own
# include file(s) for your own constant definitions.
# $id$
# @format.tab-size 8, @format.use-tabs true
!define FA_NORMAL 0x00
!define FA_RDONLY 0x01
......
# FILE_IO.INC
# Copyright 1995 Digital Dynamics, All rights reserved.
# file_io.inc
# Baja include file defining various File I/O related constants
# You man include use this file in your source (!include file_io.inc),
# but you may not distribute modified versions of this file. It is not
# suggested that you modify this file AT ALL, but rather create your own
# include file(s) for your own constant definitions.
# $id$
# @format.tab-size 8, @format.use-tabs true
!define O_RDONLY 1 # Read only
!define O_WRONLY 2 # Write only
......
# FILE_IO.SRC
# file_io.src
# Baja module for performing various i/o operations on a single file
# Module for performing various i/o operations on a single file
# $id$
# @format.tab-size 8, @format.use-tabs true
!include file_io.inc
......
# MAJOR.SRC
# major.src
# MajorBBS Clone Command Shell for Synchronet
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
:main
......
# MATRIX.SRC
# matrix.src
# Baja answer module for Synchronet BBS v2.2
# Light-bar answer module for Synchronet BBS v2.2+
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
!define LAST 2
......
# NODEDEFS.INC
# Copyright 1995 Digital Dynamics, All rights reserved.
# nodedefs.inc
# Baja include file for NODE.DAB (_NODEFILE) field values
# You man include use this file in your source (!include sbbsdefs.inc),
# but you may not distribute modified versions of this file. It is not
# suggested that you modify this file AT ALL, but rather create your own
# include file(s) for your own constant definitions.
# $id$
# @format.tab-size 8, @format.use-tabs true
# Possible values for node STATUS
!define NODE_WFC 0 # Waiting for Call
......
# NOYESBAR.SRC
# noyesbar.src
# Sep 28 1995 - Digital Man
# $id$
# @format.tab-size 8, @format.use-tabs true
str tmp
copy tmp str
......
# PCBOARD.SRC
# pcboard.src
# PCBoard v15.1 menu/command emulation
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
menu pcboard\welcome
......
# QNET.SRC
# qnet.src
# $id$
# @format.tab-size 8, @format.use-tabs true
###############################################################################
# Baja module for performing QWKnet call-outs #
......
# SDOS.SRC
# sdos.src
# DOS shell for Synchronet version 2 systems
# $id$
# @format.tab-size 8, @format.use-tabs true
# Thanks to Yojimbo for the BDOS shell that inspired this one
!include sbbsdefs.inc
......
# SIMPLE.SRC
# Copyright 1995 Digital Dynamics
# simple.src
# Simple Synchronet Command Shell - for beginner/first-time users
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
replace_text 563 "\1n\1h\1b{\1wContinue? Yes/No\1b} "
......
# type.src
# $id$
# @format.tab-size 8, @format.use-tabs true
printfile_str
# WILDCAT.SRC
# wildcat.src
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
......
# WIPLOGIN.SRC
# wiplogin.src
# $id$
# ANSWER.WIP requires button press
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
getkey
......
# WIPSHELL.SRC
# wipshell.src
# WIP Windows Interface Protocol {tm} Durand Communications Networks, Inc.
# Command Shell for Synchronet Multinode BBS Software
# Copyright 1995 Digital Dynamics
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
......
# YESNOBAR.SRC
# yesnobar.src
# Sep 28 1995 - Digital Man
# $id $
# @format.tab-size 8, @format.use-tabs true
str tmp
copy tmp str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment