home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / obsolete / envv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  748 b   |  42 lines

  1. #ifndef    EnvVIncluded        /* Include this only once */
  2. #define EnvVIncluded    1
  3. /* ----------------
  4.  *    THIS FILE IS GOING AWAY -cim 6/8/90
  5.  * ----------------
  6.  */
  7.  
  8. #define ENVV_H_OBSOLETE 1
  9. #define ENVV_H_OBSOLETE 2
  10.     
  11. #if 0
  12. /*
  13.  * envv.h --
  14.  *    POSTGRES known environment variable definitions.
  15.  *
  16.  * Identification:
  17.  *    $Header: /private/postgres/src/lib/H/obsolete/RCS/envv.h,v 1.1 1990/06/12 21:25:08 cimarron Version_2 $
  18.  */
  19.  
  20. typedef String    EnvVarName;
  21.  
  22. /*
  23.  * getenv --
  24.  *    getenv(3).
  25.  */
  26. extern
  27. String
  28. getenv ARGS((
  29.     EnvVarName    name
  30. ));
  31.  
  32. /*
  33.  * EnableAbortEnvVarName --
  34.  *    Enables system abort iff set to a non-empty string in environment.
  35.  */
  36. #define EnableAbortEnvVarName    "POSTGRESABORT"
  37.  
  38. /* START HERE */
  39.  
  40. #endif
  41. #endif    /* !defined(EnvVIncluded) */
  42.