home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / os232.exe / INCLUDE / NPACKOFF.H next >
C/C++ Source or Header  |  1994-12-16  |  252b  |  20 lines

  1. /* this header sets packing back to default for different compilers */
  2.  
  3. #if defined(__BORLANDC__)
  4.  
  5. #pragma option -a.
  6.  
  7. #elif defined(N_PLAT_UNIX)
  8.  
  9. #pragma pack()
  10.  
  11. #else
  12.  
  13. #pragma pack()
  14.  
  15. #endif
  16.  
  17. #ifdef N_PACK_1
  18. #undef N_PACK_1
  19. #endif
  20.