home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / gnu / info / autoconf.info-5 (.txt) < prev    next >
GNU Info File  |  1994-11-17  |  25KB  |  513 lines

  1. This is Info file /gnu/src/amiga/autoconf-2.1/autoconf.info, produced
  2. by Makeinfo-1.55 from the input file
  3. /gnu/src/amiga/autoconf-2.1/autoconf.texi.
  4. START-INFO-DIR-ENTRY
  5. * Autoconf: (autoconf).         Create source code configuration scripts.
  6. END-INFO-DIR-ENTRY
  7.    This file documents the GNU Autoconf package for creating scripts to
  8. configure source code packages using templates and an `m4' macro
  9. package.
  10.    Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  11.    Permission is granted to make and distribute verbatim copies of this
  12. manual provided the copyright notice and this permission notice are
  13. preserved on all copies.
  14.    Permission is granted to copy and distribute modified versions of
  15. this manual under the conditions for verbatim copying, provided that
  16. the entire resulting derived work is distributed under the terms of a
  17. permission notice identical to this one.
  18.    Permission is granted to copy and distribute translations of this
  19. manual into another language, under the above conditions for modified
  20. versions, except that this permission notice may be stated in a
  21. translation approved by the Foundation.
  22. File: autoconf.info,  Node: Old Macro Names,  Next: Environment Variable Index,  Prev: History,  Up: Top
  23. Old Macro Names
  24. ***************
  25.    In version 2 of Autoconf, most of the macros were renamed to use a
  26. more uniform and descriptive naming scheme.  Here are the old names of
  27. the macros that were renamed, followed by the current names of those
  28. macros.  Although the old names are still accepted by the `autoconf'
  29. program for backward compatibility, the old names are considered
  30. obsolete.  *Note Macro Names::, for a description of the new naming
  31. scheme.
  32. `AC_ALLOCA'
  33.      `AC_FUNC_ALLOCA'
  34. `AC_ARG_ARRAY'
  35.      removed because of limited usefulness
  36. `AC_CHAR_UNSIGNED'
  37.      `AC_C_CHAR_UNSIGNED'
  38. `AC_CONST'
  39.      `AC_C_CONST'
  40. `AC_CROSS_CHECK'
  41.      `AC_C_CROSS'
  42. `AC_ERROR'
  43.      `AC_MSG_ERROR'
  44. `AC_FIND_X'
  45.      `AC_PATH_X'
  46. `AC_FIND_XTRA'
  47.      `AC_PATH_XTRA'
  48. `AC_FUNC_CHECK'
  49.      `AC_CHECK_FUNC'
  50. `AC_GCC_TRADITIONAL'
  51.      `AC_PROG_GCC_TRADITIONAL'
  52. `AC_GETGROUPS_T'
  53.      `AC_TYPE_GETGROUPS'
  54. `AC_GETLOADAVG'
  55.      `AC_FUNC_GETLOADAVG'
  56. `AC_HAVE_FUNCS'
  57.      `AC_CHECK_FUNCS'
  58. `AC_HAVE_HEADERS'
  59.      `AC_CHECK_HEADERS'
  60. `AC_HAVE_POUNDBANG'
  61.      `AC_SYS_INTERPRETER' (different calling convention)
  62. `AC_HEADER_CHECK'
  63.      `AC_CHECK_HEADER'
  64. `AC_HEADER_EGREP'
  65.      `AC_EGREP_HEADER'
  66. `AC_INLINE'
  67.      `AC_C_INLINE'
  68. `AC_LN_S'
  69.      `AC_PROG_LN_S'
  70. `AC_LONG_DOUBLE'
  71.      `AC_C_LONG_DOUBLE'
  72. `AC_LONG_FILE_NAMES'
  73.      `AC_SYS_LONG_FILE_NAMES'
  74. `AC_MAJOR_HEADER'
  75.      `AC_HEADER_MAJOR'
  76. `AC_MINUS_C_MINUS_O'
  77.      `AC_PROG_CC_C_O'
  78. `AC_MMAP'
  79.      `AC_FUNC_MMAP'
  80. `AC_MODE_T'
  81.      `AC_TYPE_MODE_T'
  82. `AC_OFF_T'
  83.      `AC_TYPE_OFF_T'
  84. `AC_PID_T'
  85.      `AC_TYPE_PID_T'
  86. `AC_PREFIX'
  87.      `AC_PREFIX_PROGRAM'
  88. `AC_PROGRAMS_CHECK'
  89.      `AC_CHECK_PROGS'
  90. `AC_PROGRAMS_PATH'
  91.      `AC_PATH_PROGS'
  92. `AC_PROGRAM_CHECK'
  93.      `AC_CHECK_PROG'
  94. `AC_PROGRAM_EGREP'
  95.      `AC_EGREP_CPP'
  96. `AC_PROGRAM_PATH'
  97.      `AC_PATH_PROG'
  98. `AC_REMOTE_TAPE'
  99.      removed because of limited usefulness
  100. `AC_RESTARTABLE_SYSCALLS'
  101.      `AC_SYS_RESTARTABLE_SYSCALLS'
  102. `AC_RETSIGTYPE'
  103.      `AC_TYPE_SIGNAL'
  104. `AC_RSH'
  105.      removed because of limited usefulness
  106. `AC_SETVBUF_REVERSED'
  107.      `AC_FUNC_SETVBUF_REVERSED'
  108. `AC_SET_MAKE'
  109.      `AC_PROG_MAKE_SET'
  110. `AC_SIZEOF_TYPE'
  111.      `AC_CHECK_SIZEOF'
  112. `AC_SIZE_T'
  113.      `AC_TYPE_SIZE_T'
  114. `AC_STAT_MACROS_BROKEN'
  115.      `AC_HEADER_STAT'
  116. `AC_STDC_HEADERS'
  117.      `AC_HEADER_STDC'
  118. `AC_STRCOLL'
  119.      `AC_FUNC_STRCOLL'
  120. `AC_ST_BLKSIZE'
  121.      `AC_STRUCT_ST_BLKSIZE'
  122. `AC_ST_BLOCKS'
  123.      `AC_STRUCT_ST_BLOCKS'
  124. `AC_ST_RDEV'
  125.      `AC_STRUCT_ST_RDEV'
  126. `AC_SYS_SIGLIST_DECLARED'
  127.      `AC_DECL_SYS_SIGLIST'
  128. `AC_TEST_CPP'
  129.      `AC_TRY_CPP'
  130. `AC_TEST_PROGRAM'
  131.      `AC_TRY_RUN'
  132. `AC_TIMEZONE'
  133.      `AC_STRUCT_TIMEZONE'
  134. `AC_TIME_WITH_SYS_TIME'
  135.      `AC_HEADER_TIME'
  136. `AC_UID_T'
  137.      `AC_TYPE_UID_T'
  138. `AC_UTIME_NULL'
  139.      `AC_FUNC_UTIME_NULL'
  140. `AC_VFORK'
  141.      `AC_FUNC_VFORK'
  142. `AC_VPRINTF'
  143.      `AC_FUNC_VPRINTF'
  144. `AC_WAIT3'
  145.      `AC_FUNC_WAIT3'
  146. `AC_WARN'
  147.      `AC_MSG_WARN'
  148. `AC_WORDS_BIGENDIAN'
  149.      `AC_C_BIGENDIAN'
  150. `AC_YYTEXT_POINTER'
  151.      `AC_DECL_YYTEXT'
  152. File: autoconf.info,  Node: Environment Variable Index,  Next: Output Variable Index,  Prev: Old Macro Names,  Up: Top
  153. Environment Variable Index
  154. **************************
  155.    This is an alphabetical list of the environment variables that
  156. Autoconf checks.
  157. * Menu:
  158. * AC_MACRODIR:                          Invoking autoupdate.
  159. * AC_MACRODIR:                          Invoking autoscan.
  160. * AC_MACRODIR:                          Invoking autoreconf.
  161. * AC_MACRODIR:                          Invoking ifnames.
  162. * AC_MACRODIR:                          Invoking autoheader.
  163. * AC_MACRODIR:                          Invoking autoconf.
  164. * CONFIG_FILES:                         Invoking config.status.
  165. * CONFIG_HEADERS:                       Invoking config.status.
  166. * CONFIG_SHELL:                         Invoking config.status.
  167. * CONFIG_SITE:                          Site Defaults.
  168. * CONFIG_STATUS:                        Invoking config.status.
  169. * SIMPLE_BACKUP_SUFFIX:                 Invoking autoupdate.
  170. File: autoconf.info,  Node: Output Variable Index,  Next: Preprocessor Symbol Index,  Prev: Environment Variable Index,  Up: Top
  171. Output Variable Index
  172. *********************
  173.    This is an alphabetical list of the variables that Autoconf can
  174. substitute into files that it creates, typically one or more
  175. `Makefile's.  *Note Setting Output Variables::, for more information on
  176. how this is done.
  177. * Menu:
  178. * ALLOCA:                               Particular Functions.
  179. * AWK:                                  Particular Programs.
  180. * build:                                System Type Variables.
  181. * build_alias:                          System Type Variables.
  182. * build_cpu:                            System Type Variables.
  183. * build_os:                             System Type Variables.
  184. * build_vendor:                         System Type Variables.
  185. * CC:                                   Particular Programs.
  186. * CC:                                   UNIX Variants.
  187. * CC:                                   Particular Programs.
  188. * CFLAGS:                               Preset Output Variables.
  189. * CFLAGS:                               Particular Programs.
  190. * configure_input:                      Preset Output Variables.
  191. * CPP:                                  Particular Programs.
  192. * CPPFLAGS:                             Preset Output Variables.
  193. * CXX:                                  Particular Programs.
  194. * CXXCPP:                               Particular Programs.
  195. * CXXFLAGS:                             Preset Output Variables.
  196. * CXXFLAGS:                             Particular Programs.
  197. * DEFS:                                 Preset Output Variables.
  198. * exec_prefix:                          Preset Output Variables.
  199. * host:                                 System Type Variables.
  200. * host_alias:                           System Type Variables.
  201. * host_cpu:                             System Type Variables.
  202. * host_os:                              System Type Variables.
  203. * host_vendor:                          System Type Variables.
  204. * INSTALL:                              Particular Programs.
  205. * INSTALL_DATA:                         Particular Programs.
  206. * INSTALL_PROGRAM:                      Particular Programs.
  207. * KMEM_GROUP:                           Particular Functions.
  208. * LDFLAGS:                              Preset Output Variables.
  209. * LEX:                                  Particular Programs.
  210. * LEXLIB:                               Particular Programs.
  211. * LEX_OUTPUT_ROOT:                      Particular Programs.
  212. * LIBOBJS:                              Particular Functions.
  213. * LIBOBJS:                              Particular Functions.
  214. * LIBOBJS:                              Generic Functions.
  215. * LIBOBJS:                              Structures.
  216. * LIBS:                                 UNIX Variants.
  217. * LIBS:                                 UNIX Variants.
  218. * LIBS:                                 Preset Output Variables.
  219. * LN_S:                                 Particular Programs.
  220. * NEED_SETGID:                          Particular Functions.
  221. * prefix:                               Preset Output Variables.
  222. * program_transform_name:               Transforming Names.
  223. * RANLIB:                               Particular Programs.
  224. * SET_MAKE:                             Output.
  225. * srcdir:                               Preset Output Variables.
  226. * subdirs:                              Subdirectories.
  227. * target:                               System Type Variables.
  228. * target_alias:                         System Type Variables.
  229. * target_cpu:                           System Type Variables.
  230. * target_os:                            System Type Variables.
  231. * target_vendor:                        System Type Variables.
  232. * top_srcdir:                           Preset Output Variables.
  233. * X_CFLAGS:                             System Services.
  234. * X_EXTRA_LIBS:                         System Services.
  235. * X_LIBS:                               System Services.
  236. * X_PRE_LIBS:                           System Services.
  237. * YACC:                                 Particular Programs.
  238. File: autoconf.info,  Node: Preprocessor Symbol Index,  Next: Macro Index,  Prev: Output Variable Index,  Up: Top
  239. Preprocessor Symbol Index
  240. *************************
  241.    This is an alphabetical list of the C preprocessor symbols that the
  242. Autoconf macros define.  To work with Autoconf, C source code needs to
  243. use these names in `#if' directives.
  244. * Menu:
  245. * CLOSEDIR_VOID:                        Particular Functions.
  246. * const:                                Compiler Characteristics.
  247. * C_ALLOCA:                             Particular Functions.
  248. * DGUX:                                 Particular Functions.
  249. * DIRENT:                               Particular Headers.
  250. * GETGROUPS_T:                          Particular Typedefs.
  251. * GETLODAVG_PRIVILEGED:                 Particular Functions.
  252. * gid_t:                                Particular Typedefs.
  253. * HAVE_FUNCTION:                        Generic Functions.
  254. * HAVE_HEADER:                          Generic Headers.
  255. * HAVE_ALLOCA_H:                        Particular Functions.
  256. * HAVE_CONFIG_H:                        Configuration Headers.
  257. * HAVE_DIRENT_H:                        Particular Headers.
  258. * HAVE_DOPRNT:                          Particular Functions.
  259. * HAVE_GETMNTENT:                       Particular Functions.
  260. * HAVE_LONG_DOUBLE:                     Compiler Characteristics.
  261. * HAVE_LONG_FILE_NAMES:                 System Services.
  262. * HAVE_MMAP:                            Particular Functions.
  263. * HAVE_NDIR_H:                          Particular Headers.
  264. * HAVE_RESTARTABLE_SYSCALLS:            System Services.
  265. * HAVE_STRCOLL:                         Particular Functions.
  266. * HAVE_STRFTIME:                        Particular Functions.
  267. * HAVE_ST_BLKSIZE:                      Structures.
  268. * HAVE_ST_BLOCKS:                       Structures.
  269. * HAVE_ST_RDEV:                         Structures.
  270. * HAVE_SYS_DIR_H:                       Particular Headers.
  271. * HAVE_SYS_NDIR_H:                      Particular Headers.
  272. * HAVE_SYS_WAIT_H:                      Particular Headers.
  273. * HAVE_TM_ZONE:                         Structures.
  274. * HAVE_TZNAME:                          Structures.
  275. * HAVE_UNISTD_H:                        Particular Headers.
  276. * HAVE_UTIME_NULL:                      Particular Functions.
  277. * HAVE_VFORK_H:                         Particular Functions.
  278. * HAVE_VPRINTF:                         Particular Functions.
  279. * HAVE_WAIT3:                           Particular Functions.
  280. * inline:                               Compiler Characteristics.
  281. * INT_16_BITS:                          Compiler Characteristics.
  282. * LONG_64_BITS:                         Compiler Characteristics.
  283. * MAJOR_IN_MKDEV:                       Particular Headers.
  284. * MAJOR_IN_SYSMACROS:                   Particular Headers.
  285. * mode_t:                               Particular Typedefs.
  286. * NDIR:                                 Particular Headers.
  287. * NEED_MEMORY_H:                        Particular Headers.
  288. * NEED_SETGID:                          Particular Functions.
  289. * NLIST_NAME_UNION:                     Particular Functions.
  290. * NLIST_STRUCT:                         Particular Functions.
  291. * NO_MINUS_C_MINUS_O:                   Particular Programs.
  292. * off_t:                                Particular Typedefs.
  293. * pid_t:                                Particular Typedefs.
  294. * RETSIGTYPE:                           Particular Typedefs.
  295. * SETVBUF_REVERSED:                     Particular Functions.
  296. * size_t:                               Particular Typedefs.
  297. * STDC_HEADERS:                         Particular Headers.
  298. * SVR4:                                 Particular Functions.
  299. * SYSDIR:                               Particular Headers.
  300. * SYSNDIR:                              Particular Headers.
  301. * SYS_SIGLIST_DECLARED:                 Particular Headers.
  302. * TIME_WITH_SYS_TIME:                   Structures.
  303. * TM_IN_SYS_TIME:                       Structures.
  304. * uid_t:                                Particular Typedefs.
  305. * UMAX:                                 Particular Functions.
  306. * UMAX4_3:                              Particular Functions.
  307. * USG:                                  Particular Headers.
  308. * vfork:                                Particular Functions.
  309. * VOID_CLOSEDIR:                        Particular Headers.
  310. * WORDS_BIGENDIAN:                      Compiler Characteristics.
  311. * YYTEXT_POINTER:                       Particular Programs.
  312. * _ALL_SOURCE:                          UNIX Variants.
  313. * _MINIX:                               UNIX Variants.
  314. * _POSIX_1_SOURCE:                      UNIX Variants.
  315. * _POSIX_SOURCE:                        UNIX Variants.
  316. * _POSIX_SOURCE:                        UNIX Variants.
  317. * _POSIX_VERSION:                       Particular Headers.
  318. * __CHAR_UNSIGNED__:                    Compiler Characteristics.
  319. File: autoconf.info,  Node: Macro Index,  Prev: Preprocessor Symbol Index,  Up: Top
  320. Macro Index
  321. ***********
  322.    This is an alphabetical list of the Autoconf macros.  To make the
  323. list easier to use, the macros are listed without their preceding `AC_'.
  324. * Menu:
  325. * AIX:                                  UNIX Variants.
  326. * ALLOCA:                               Old Macro Names.
  327. * ARG_ARRAY:                            Old Macro Names.
  328. * ARG_ENABLE:                           Package Options.
  329. * ARG_PROGRAM:                          Transforming Names.
  330. * ARG_WITH:                             External Software.
  331. * BEFORE:                               Suggested Ordering.
  332. * CACHE_VAL:                            Caching Results.
  333. * CANONICAL_HOST:                       Canonicalizing.
  334. * CANONICAL_SYSTEM:                     Canonicalizing.
  335. * CHAR_UNSIGNED:                        Old Macro Names.
  336. * CHECKING:                             Printing Messages.
  337. * CHECK_FUNC:                           Generic Functions.
  338. * CHECK_FUNCS:                          Generic Functions.
  339. * CHECK_HEADER:                         Generic Headers.
  340. * CHECK_HEADERS:                        Generic Headers.
  341. * CHECK_LIB:                            Libraries.
  342. * CHECK_PROG:                           Generic Programs.
  343. * CHECK_PROGS:                          Generic Programs.
  344. * CHECK_SIZEOF:                         Compiler Characteristics.
  345. * CHECK_TYPE:                           Generic Typedefs.
  346. * COMPILE_CHECK:                        Examining Libraries.
  347. * CONFIG_AUX_DIR:                       Input.
  348. * CONFIG_HEADER:                        Configuration Headers.
  349. * CONFIG_SUBDIRS:                       Subdirectories.
  350. * CONST:                                Old Macro Names.
  351. * CROSS_CHECK:                          Old Macro Names.
  352. * C_BIGENDIAN:                          Compiler Characteristics.
  353. * C_CHAR_UNSIGNED:                      Compiler Characteristics.
  354. * C_CONST:                              Compiler Characteristics.
  355. * C_CROSS:                              Test Programs.
  356. * C_INLINE:                             Compiler Characteristics.
  357. * C_LONG_DOUBLE:                        Compiler Characteristics.
  358. * DECL_SYS_SIGLIST:                     Particular Headers.
  359. * DECL_YYTEXT:                          Particular Programs.
  360. * DEFINE:                               Defining Symbols.
  361. * DEFINE_UNQUOTED:                      Defining Symbols.
  362. * DEFUN:                                Macro Definitions.
  363. * DIR_HEADER:                           Particular Headers.
  364. * DYNIX_SEQ:                            UNIX Variants.
  365. * EGREP_CPP:                            Examining Declarations.
  366. * EGREP_HEADER:                         Examining Declarations.
  367. * ENABLE:                               Package Options.
  368. * ERROR:                                Old Macro Names.
  369. * FIND_X:                               Old Macro Names.
  370. * FIND_XTRA:                            Old Macro Names.
  371. * FUNC_ALLOCA:                          Particular Functions.
  372. * FUNC_CHECK:                           Old Macro Names.
  373. * FUNC_CLOSEDIR_VOID:                   Particular Functions.
  374. * FUNC_GETLOADAVG:                      Particular Functions.
  375. * FUNC_GETMNTENT:                       Particular Functions.
  376. * FUNC_MEMCMP:                          Particular Functions.
  377. * FUNC_MMAP:                            Particular Functions.
  378. * FUNC_SETVBUF_REVERSED:                Particular Functions.
  379. * FUNC_STRCOLL:                         Particular Functions.
  380. * FUNC_STRFTIME:                        Particular Functions.
  381. * FUNC_UTIME_NULL:                      Particular Functions.
  382. * FUNC_VFORK:                           Particular Functions.
  383. * FUNC_VPRINTF:                         Particular Functions.
  384. * FUNC_WAIT3:                           Particular Functions.
  385. * GCC_TRADITIONAL:                      Old Macro Names.
  386. * GETGROUPS_T:                          Old Macro Names.
  387. * GETLOADAVG:                           Old Macro Names.
  388. * HAVE_FUNCS:                           Old Macro Names.
  389. * HAVE_HEADERS:                         Old Macro Names.
  390. * HAVE_LIBRARY:                         Libraries.
  391. * HAVE_POUNDBANG:                       Old Macro Names.
  392. * HEADER_CHECK:                         Old Macro Names.
  393. * HEADER_DIRENT:                        Particular Headers.
  394. * HEADER_EGREP:                         Old Macro Names.
  395. * HEADER_MAJOR:                         Particular Headers.
  396. * HEADER_STAT:                          Structures.
  397. * HEADER_STDC:                          Particular Headers.
  398. * HEADER_SYS_WAIT:                      Particular Headers.
  399. * HEADER_TIME:                          Structures.
  400. * INIT:                                 Input.
  401. * INLINE:                               Old Macro Names.
  402. * INT_16_BITS:                          Compiler Characteristics.
  403. * IRIX_SUN:                             UNIX Variants.
  404. * ISC_POSIX:                            UNIX Variants.
  405. * LANG_C:                               Language Choice.
  406. * LANG_CPLUSPLUS:                       Language Choice.
  407. * LANG_RESTORE:                         Language Choice.
  408. * LANG_SAVE:                            Language Choice.
  409. * LINK_FILES:                           Using System Type.
  410. * LN_S:                                 Old Macro Names.
  411. * LONG_64_BITS:                         Compiler Characteristics.
  412. * LONG_DOUBLE:                          Old Macro Names.
  413. * LONG_FILE_NAMES:                      Old Macro Names.
  414. * MAJOR_HEADER:                         Old Macro Names.
  415. * MEMORY_H:                             Particular Headers.
  416. * MINIX:                                UNIX Variants.
  417. * MINUS_C_MINUS_O:                      Old Macro Names.
  418. * MMAP:                                 Old Macro Names.
  419. * MODE_T:                               Old Macro Names.
  420. * MSG_CHECKING:                         Printing Messages.
  421. * MSG_ERROR:                            Printing Messages.
  422. * MSG_RESULT:                           Printing Messages.
  423. * MSG_WARN:                             Printing Messages.
  424. * OBSOLETE:                             Obsolete Macros.
  425. * OFF_T:                                Old Macro Names.
  426. * OUTPUT:                               Output.
  427. * PATH_PROG:                            Generic Programs.
  428. * PATH_PROGS:                           Generic Programs.
  429. * PATH_X:                               System Services.
  430. * PATH_XTRA:                            System Services.
  431. * PID_T:                                Old Macro Names.
  432. * PREFIX:                               Old Macro Names.
  433. * PREFIX_PROGRAM:                       Default Prefix.
  434. * PREREQ:                               Versions.
  435. * PROGRAMS_CHECK:                       Old Macro Names.
  436. * PROGRAMS_PATH:                        Old Macro Names.
  437. * PROGRAM_CHECK:                        Old Macro Names.
  438. * PROGRAM_EGREP:                        Old Macro Names.
  439. * PROGRAM_PATH:                         Old Macro Names.
  440. * PROG_AWK:                             Particular Programs.
  441. * PROG_CC:                              Particular Programs.
  442. * PROG_CC_C_O:                          Particular Programs.
  443. * PROG_CPP:                             Particular Programs.
  444. * PROG_CXX:                             Particular Programs.
  445. * PROG_CXXCPP:                          Particular Programs.
  446. * PROG_GCC_TRADITIONAL:                 Particular Programs.
  447. * PROG_INSTALL:                         Particular Programs.
  448. * PROG_LEX:                             Particular Programs.
  449. * PROG_LN_S:                            Particular Programs.
  450. * PROG_MAKE_SET:                        Output.
  451. * PROG_RANLIB:                          Particular Programs.
  452. * PROG_YACC:                            Particular Programs.
  453. * PROVIDE:                              Prerequisite Macros.
  454. * REMOTE_TAPE:                          Old Macro Names.
  455. * REPLACE_FUNCS:                        Generic Functions.
  456. * REQUIRE:                              Prerequisite Macros.
  457. * REQUIRE_CPP:                          Language Choice.
  458. * RESTARTABLE_SYSCALLS:                 Old Macro Names.
  459. * RETSIGTYPE:                           Old Macro Names.
  460. * REVISION:                             Versions.
  461. * RSH:                                  Old Macro Names.
  462. * SCO_INTL:                             UNIX Variants.
  463. * SETVBUF_REVERSED:                     Old Macro Names.
  464. * SET_MAKE:                             Old Macro Names.
  465. * SIZEOF_TYPE:                          Old Macro Names.
  466. * SIZE_T:                               Old Macro Names.
  467. * STAT_MACROS_BROKEN:                   Structures.
  468. * STAT_MACROS_BROKEN:                   Old Macro Names.
  469. * STDC_HEADERS:                         Old Macro Names.
  470. * STRCOLL:                              Old Macro Names.
  471. * STRUCT_ST_BLKSIZE:                    Structures.
  472. * STRUCT_ST_BLOCKS:                     Structures.
  473. * STRUCT_ST_RDEV:                       Structures.
  474. * STRUCT_TIMEZONE:                      Structures.
  475. * STRUCT_TM:                            Structures.
  476. * ST_BLKSIZE:                           Old Macro Names.
  477. * ST_BLOCKS:                            Old Macro Names.
  478. * ST_RDEV:                              Old Macro Names.
  479. * SUBST:                                Setting Output Variables.
  480. * SUBST_FILE:                           Setting Output Variables.
  481. * SYS_INTERPRETER:                      System Services.
  482. * SYS_LONG_FILE_NAMES:                  System Services.
  483. * SYS_RESTARTABLE_SYSCALLS:             System Services.
  484. * SYS_SIGLIST_DECLARED:                 Old Macro Names.
  485. * TEST_CPP:                             Old Macro Names.
  486. * TEST_PROGRAM:                         Old Macro Names.
  487. * TIMEZONE:                             Old Macro Names.
  488. * TIME_WITH_SYS_TIME:                   Old Macro Names.
  489. * TRY_COMPILE:                          Examining Syntax.
  490. * TRY_CPP:                              Examining Declarations.
  491. * TRY_LINK:                             Examining Libraries.
  492. * TRY_RUN:                              Test Programs.
  493. * TYPE_GETGROUPS:                       Particular Typedefs.
  494. * TYPE_MODE_T:                          Particular Typedefs.
  495. * TYPE_OFF_T:                           Particular Typedefs.
  496. * TYPE_PID_T:                           Particular Typedefs.
  497. * TYPE_SIGNAL:                          Particular Typedefs.
  498. * TYPE_SIZE_T:                          Particular Typedefs.
  499. * TYPE_UID_T:                           Particular Typedefs.
  500. * UID_T:                                Old Macro Names.
  501. * UNISTD_H:                             Particular Headers.
  502. * USG:                                  Particular Headers.
  503. * UTIME_NULL:                           Old Macro Names.
  504. * VERBOSE:                              Printing Messages.
  505. * VFORK:                                Old Macro Names.
  506. * VPRINTF:                              Old Macro Names.
  507. * WAIT3:                                Old Macro Names.
  508. * WARN:                                 Old Macro Names.
  509. * WITH:                                 External Software.
  510. * WORDS_BIGENDIAN:                      Old Macro Names.
  511. * XENIX_DIR:                            UNIX Variants.
  512. * YYTEXT_POINTER:                       Old Macro Names.
  513.