home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / stringlb.lzh / STRINGLIB / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-01  |  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.