home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jet_conf / export.h next >
C/C++ Source or Header  |  1992-11-27  |  2KB  |  41 lines

  1. /************************************************************************/
  2. /* module:          export.h                                            */
  3. /* author:          Jan Kriesten        date:        27.11.1992         */
  4. /*                                                                      */
  5. /* description:     header-file to export variables;                    */
  6. /*                                                                      */
  7. /* last change:     27.11.1992                                          */
  8. /************************************************************************/
  9.  
  10. /* -------------------------------------------------------------------- */
  11. /*       environment.                                                   */
  12. /* -------------------------------------------------------------------- */
  13.  
  14. #ifndef __EXPORT_H__
  15. #define __EXPORT_H__
  16.  
  17. /* -------------------------------------------------------------------- */
  18. /*       includes.                                                      */
  19. /* -------------------------------------------------------------------- */
  20.  
  21. /* -------------------------------------------------------------------- */
  22. /*       constants.                                                     */
  23. /* -------------------------------------------------------------------- */
  24.  
  25. #ifdef GLOBAL
  26. #undef GLOBAL
  27. #endif
  28.  
  29. #define GLOBAL
  30.  
  31. /* -------------------------------------------------------------------- */
  32. /*       types.                                                         */
  33. /* -------------------------------------------------------------------- */
  34.  
  35. /* -------------------------------------------------------------------- */
  36. /*       end of header module.                                          */
  37. /* -------------------------------------------------------------------- */
  38.  
  39. #endif /* __EXPORT_H__ */
  40.  
  41.