home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmos2002.zip / SRC / CONFIGUR.MOD < prev    next >
Text File  |  1996-08-05  |  963b  |  19 lines

  1. IMPLEMENTATION MODULE ConfigurationOptions;
  2.  
  3.         (********************************************************)
  4.         (*                                                      *)
  5.         (*      The function of this module is to collect       *)
  6.         (*      together some key configuration settings        *)
  7.         (*      which govern things like which PMOS             *)
  8.         (*      features are to be disabled.  It does not       *)
  9.         (*      contain any executable code.                    *)
  10.         (*                                                      *)
  11.         (*  Programmer:         P. Moylan                       *)
  12.         (*  Last edited:        5 February 1994                 *)
  13.         (*  Status:             OK                              *)
  14.         (*                                                      *)
  15.         (********************************************************)
  16.  
  17. END ConfigurationOptions.
  18. 
  19.