home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 186 / DPCS0803.ISO / Café / Dev-C++ / devcpp4980.exe / $INSTDIR / include / lm.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-05-15  |  479 b   |  28 lines

  1. #ifndef _LM_H
  2. #define _LM_H
  3. #if __GNUC__ >=3
  4. #pragma GCC system_header
  5. #endif
  6.  
  7. #include <lmcons.h>
  8. #include <lmaccess.h>
  9. #include <lmalert.h>
  10. #include <lmat.h>
  11. #include <lmaudit.h>
  12. #include <lmchdev.h>
  13. #include <lmconfig.h>
  14. #include <lmerr.h>
  15. #include <lmmsg.h>
  16. #include <lmshare.h>
  17. #include <lmapibuf.h>
  18. #include <lmremutl.h>
  19. #include <lmrepl.h>
  20. #include <lmuse.h>
  21. #include <lmerrlog.h>
  22. #include <lmsvc.h>
  23. #include <lmwksta.h>
  24. #include <lmserver.h>
  25. #include <lmstats.h>
  26.  
  27. #endif
  28.