home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / kpathsea / c-auto.h < prev    next >
Text File  |  2000-01-15  |  3KB  |  99 lines

  1. /* c-auto.h for emx-gcc 0.9d */
  2. /* Made by hand, Klaus Gebhardt, 1995-1999 */
  3.  
  4. /* Define the version of the compiler used */
  5. #define EMX09D
  6.  
  7. /* Define if compiling for OS2. */
  8. #define OS2
  9.  
  10. /* Define if compiling for DOS. */
  11. #undef DOS
  12.  
  13. /* Define if the closedir function returns void instead of int.  */
  14. #undef CLOSEDIR_VOID
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define if you have the ANSI C header files.  */
  20. #define STDC_HEADERS
  21.  
  22. /* Define if your putenv doesn't waste space when the same environment
  23.    variable is assigned more than once, with different (malloced)
  24.    values.  This is true only on NetBSD/FreeBSD, as far as I know. See
  25.    xputenv.c.  */
  26. #undef SMART_PUTENV
  27.  
  28. /* Define if you are using GNU libc or otherwise have global variables
  29.    `program_invocation_name' and `program_invocation_short_name'.  */
  30. #undef HAVE_PROGRAM_INVOCATION_NAME
  31.  
  32. /* all: Define to enable running scripts when missing input files.  */
  33. #undef MAKE_TEX_MF_BY_DEFAULT
  34. #undef MAKE_TEX_PK_BY_DEFAULT
  35. #undef MAKE_TEX_TEX_BY_DEFAULT
  36. #undef MAKE_TEX_TFM_BY_DEFAULT
  37. #undef MAKE_OMEGA_OFM_BY_DEFAULT
  38. #undef MAKE_OMEGA_OCP_BY_DEFAULT
  39.  
  40. /* Define if you have the basename function.  */
  41. #undef HAVE_BASENAME
  42.  
  43. /* Define if you have the bcopy function.  */
  44. #define HAVE_BCOPY
  45.  
  46. /* Define if you have the getwd function.  */
  47. #define HAVE_GETWD
  48.  
  49. /* Define if you have the putenv function.  */
  50. #undef HAVE_PUTENV
  51.  
  52. /* Define if you have the strcasecmp function.  */
  53. #undef HAVE_STRCASECMP
  54.  
  55. /* Define if you have the strstr function.  */
  56. #define HAVE_STRSTR
  57.  
  58. /* Define if you have the strtol function.  */
  59. #undef HAVE_STRTOL
  60.  
  61. /* Define if you have the <assert.h> header file.  */
  62. #define HAVE_ASSERT_H
  63.  
  64. /* Define if you have the <dirent.h> header file.  */
  65. #define HAVE_DIRENT_H
  66.  
  67. /* Define if you have the <float.h> header file.  */
  68. #define HAVE_FLOAT_H
  69.  
  70. /* Define if you have the <limits.h> header file.  */
  71. #define HAVE_LIMITS_H
  72.  
  73. /* Define if you have the <memory.h> header file.  */
  74. #define HAVE_MEMORY_H
  75.  
  76. /* Define if you have the <ndir.h> header file.  */
  77. #undef HAVE_NDIR_H
  78.  
  79. /* Define if you have the <pwd.h> header file.  */
  80. #define HAVE_PWD_H
  81.  
  82. /* Define if you have the <stdlib.h> header file.  */
  83. #define HAVE_STDLIB_H
  84.  
  85. /* Define if you have the <string.h> header file.  */
  86. #define HAVE_STRING_H
  87.  
  88. /* Define if you have the <sys/dir.h> header file.  */
  89. #undef HAVE_SYS_DIR_H
  90.  
  91. /* Define if you have the <sys/ndir.h> header file.  */
  92. #undef HAVE_SYS_NDIR_H
  93.  
  94. /* Define if you have the <sys/param.h> header file.  */
  95. #define HAVE_SYS_PARAM_H
  96.  
  97. /* Define if you have the <unistd.h> header file.  */
  98. #define HAVE_UNISTD_H
  99.