home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 31.ddi / lib / config.cO next >
Encoding:
Text File  |  1991-03-04  |  336 b   |  12 lines

  1. #ifdef RCSID
  2. static char *RCSid = 
  3.    "$Header: config.c,v 6.1 88/08/11 14:22:52 rcs Exp $ config.c ";
  4. #endif /* RCSID */
  5.  
  6. /*  SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access.  */
  7. /*  Refer to the Installation and User's Guide for further information.  */
  8.  
  9. #define SS_DBA_GRP "dba"
  10.  
  11. char ss_dba_grp[] = SS_DBA_GRP;
  12.