home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / GNU / recode-3.4-MIHS / src / config_h.os2 < prev    next >
Encoding:
Text File  |  1994-01-09  |  584 b   |  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.