sed2v2.inp 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # -sed2v2.inp-------------------------------------------------------------
  2. # Configuration script for src/config.h under DJGPP v2.x
  3. # ----------------------------------------------------------------------
  4. #
  5. # Copyright (C) 1993-1997, 1999-2000, 2002-2012 Free Software Foundation, Inc.
  6. #
  7. # This file is part of GNU Emacs.
  8. #
  9. # This file is free software; as a special exception, the author gives
  10. # unlimited permission to copy and/or distribute it, with or without
  11. # modifications, as long as this notice is preserved.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16. #
  17. # ----------------------------------------------------------------------
  18. /^#define EMACS_CONFIG_H/a\
  19. \
  20. #include <sys/version.h>\
  21. /* In DJGPP v2.x almost everything is already defined in a system header. */\
  22. #include <sys/config.h>\
  23. /* For those who still use DJGPP v2.01 */\
  24. #if __DJGPP__ == 2 && __DJGPP_MINOR__ == 1\
  25. #define NSIG 320\
  26. #endif
  27. /^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
  28. /^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
  29. /^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
  30. /^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/
  31. /^#undef HAVE_TZSET *$/s/^.*$/#define HAVE_TZSET 1/
  32. /^#undef HAVE_LOGB *$/s/^.*$/#define HAVE_LOGB 1/
  33. /^#undef HAVE_FREXP *$/s/^.*$/#define HAVE_FREXP 1/
  34. /^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/
  35. /^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/
  36. /^#undef HAVE_ATTRIBUTE_ALIGNED *$/s/^.*$/#define HAVE_ATTRIBUTE_ALIGNED 1/
  37. /^#undef HAVE_C99_STRTOLD *$/s/^.*$/#define HAVE_C99_STRTOLD 1/
  38. /^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
  39. /^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
  40. /^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
  41. /^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
  42. /^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
  43. /^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
  44. /^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
  45. /^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
  46. /^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
  47. /^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/
  48. /^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
  49. /^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/
  50. /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
  51. /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
  52. /^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
  53. /^#undef HAVE___BUILTIN_UNWIND_INIT *$/s/^.*$/#define HAVE___BUILTIN_UNWIND_INIT 1/
  54. /^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
  55. /^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
  56. /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
  57. /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
  58. /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
  59. /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
  60. /^#undef VERSION/s/^.*$/#define VERSION "24.2"/
  61. /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
  62. /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
  63. /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
  64. /^#undef BITSIZEOF_PTRDIFF_T *$/s/^.*$/#define BITSIZEOF_PTRDIFF_T 32/
  65. /^#undef BITSIZEOF_SIG_ATOMIC_T *$/s/^.*$/#define BITSIZEOF_SIG_ATOMIC_T 32/
  66. /^#undef BITSIZEOF_SIZE_T *$/s/^.*$/#define BITSIZEOF_SIZE_T 32/
  67. /^#undef BITSIZEOF_WCHAR_T *$/s/^.*$/#define BITSIZEOF_WCHAR_T 16/
  68. /^#undef BITSIZEOF_WINT_T *$/s/^.*$/#define BITSIZEOF_WINT_T 32/
  69. /^#undef HAVE__BOOL/s/^.*$/#define HAVE__BOOL 1/
  70. /^#undef HAVE_LONG_LONG_INT *$/s/^.*$/#define HAVE_LONG_LONG_INT 1/
  71. /^#undef HAVE_SIGNED_SIG_ATOMIC_T *$/s/^.*$/#define HAVE_SIGNED_SIG_ATOMIC_T 1/
  72. /^#undef HAVE_SIGNED_WINT_T *$/s/^.*$/#define HAVE_SIGNED_WINT_T 1/
  73. /^#undef HAVE_UNSIGNED_LONG_LONG_INT *$/s/^.*$/#define HAVE_UNSIGNED_LONG_LONG_INT 1/
  74. /^#under HAVE_WCHAR_H *$/s/^.*$/#define HAVE_WCHAR_H 1/
  75. /^#undef inline/s/^.*$/#define inline __inline__/
  76. /^#undef my_strftime/s/^.*$/#define my_strftime nstrftime/
  77. /^#undef restrict/s/^.*$/#define restrict __restrict/
  78. /^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
  79. /^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
  80. s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
  81. s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
  82. s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
  83. s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
  84. s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
  85. s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
  86. s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
  87. /^#undef HAVE_INTTYPES_H/c\
  88. #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
  89. #define HAVE_INTTYPES_H 1\
  90. #else\
  91. #undef HAVE_INTTYPES_H\
  92. #endif
  93. /^#undef HAVE_STDINT_H/c\
  94. #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
  95. #define HAVE_STDINT_H 1\
  96. #else\
  97. #undef HAVE_STDINT_H\
  98. #endif
  99. s/^#undef HAVE_DECL_STRTOLL *$/#define HAVE_DECL_STRTOLL 1/
  100. s/^#undef HAVE_DECL_STRTOULL *$/#define HAVE_DECL_STRTOULL 1/
  101. s/^#undef HAVE_DECL_STRTOIMAX *$/#define HAVE_DECL_STRTOIMAX 1/
  102. s/^#undef HAVE_DECL_STRTOUMAX *$/#define HAVE_DECL_STRTOUMAX 1/
  103. s/^#undef HAVE_STRTOLL *$/#define HAVE_STRTOLL 1/
  104. s/^#undef HAVE_STRTOULL *$/#define HAVE_STRTOULL 1/
  105. /^#undef HAVE_SIGSET_T *$/s/^.*$/#define HAVE_SIGSET_T 1/
  106. /^#undef HAVE_SNPRINTF/c\
  107. #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
  108. #define HAVE_SNPRINTF 1\
  109. #else\
  110. #undef HAVE_SNPRINTF\
  111. #endif
  112. # Comment out any remaining undef directives, because some of them
  113. # might be defined in sys/config.h we include at the top of config.h.
  114. /^#undef BSTRING/s|#undef|# undef|
  115. /^#undef .*$/s|^.*$|/* & */|