ecu_pwd.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*+-------------------------------------------------------------------------
  2. ecu_pwd.h
  3. wht@wht.net
  4. We cannot always guarantee against multiple inclusion because
  5. some old development environments don't protect against it.
  6. We try and do it here ..... 1/2 of my incoming long distance
  7. support calls are because old XENIX systems don't do this.
  8. This is sort of moot since ecu code does not multiply
  9. include <pwd.h> and there is no ubiquitous #define in
  10. <pwd.h> to protect other system headers from including it too
  11. --------------------------------------------------------------------------*/
  12. /*+:EDITS:*/
  13. /*:04-26-2000-11:15-wht@bob-RELEASE 4.42 */
  14. /*:01-24-1997-02:37-wht@yuriatin-SOURCE RELEASE 4.00 */
  15. /*:09-11-1996-20:00-wht@yuriatin-3.48-major telnet,curses,structural overhaul */
  16. /*:11-23-1995-11:20-wht@kepler-source control 3.37 for tsx-11 */
  17. /*:11-14-1995-10:23-wht@kepler-3.37.80-source control point: SOCKETS */
  18. /*:05-04-1994-04:38-wht@n4hgf-ECU release 3.30 */
  19. /*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 */
  20. /*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA */
  21. /*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files */
  22. /*:01-29-1992-16:49-wht@n4hgf-creation */
  23. #ifndef _ecu_pwd_h
  24. #define _ecu_pwd_h
  25. #include <pwd.h>
  26. #endif /* _ecu_pwd_h */
  27. /* vi: set tabstop=4 shiftwidth=4: */
  28. /* end of ecu_pwd.h */