home *** CD-ROM | disk | FTP | other *** search
- <%
- //
- //
- // this file contains definitions of values defined in the system
- // they are used to make the code more readable
- //
- //
- const true = 1
- const false= 0
- const null = 0
-
- // mailbox information
- const mbxTypeDaemon=1
- const mbxTypeNull=2
- const mbxTypeUser=3
- const mbxTypeList=4
- const mbxTypeAuto=5
- const mbxTypeRobot=6
- const mbxTypeGroup=7
- const mbxTypeDomain=8
- const mbxTypeDsn=9
-
- const mbxAutoTextNever=0
- const mbxAutoTextRequest=1
- const mbxAutoTextAlways=2
-
-
- %>