home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / GRECODE / CONFIG.H < prev    next >
Text File  |  1994-01-10  |  584b  |  23 lines

  1. /* config.h  Generated manually for emx under OS/2 */
  2.  
  3. /* Define if you need to in order for stat and other things to work.  */
  4. #define _POSIX_SOURCE 1
  5.  
  6. /* Define if you have the ANSI C header files.  */
  7. #define STDC_HEADERS 1
  8.  
  9. /* Default charset is latin1 on UNIX, ibmpc on MSDOS.  */
  10. #define DEFAULT_CHARSET "ibmpc"
  11.  
  12. /* Define if you have dup2.  */
  13. #define HAVE_DUP2 1
  14.  
  15. /* Define if you have popen.  */
  16. #define HAVE_POPEN 1
  17.  
  18. /* Define if you have rename.  */
  19. #define HAVE_RENAME 1
  20.  
  21. /* Define if you have the <string.h> header file.  */
  22. #define HAVE_STRING_H 1
  23.