home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / libsrc / stringlib / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-07  |  216 b   |  11 lines

  1. /*
  2.  *    This is more portable than trying to define everything on the
  3.  *    compilation command line via the Makefile.
  4.  *    Fred Fish, 20-Jul-86
  5.  */
  6.  
  7. #define SIZET        int
  8. #define VOIDSTAR    char *
  9. #define CONST
  10. #define UNIXERR
  11.