This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig unit changes for #17522.
[metaconfig.git] / dist-3.0at70b / MANIFEST
CommitLineData
959f3c4c
JH
1Artistic The Artistic Licence
2ChangeLog Where changes are recorded.
3Configure Portability tool
4Credits Traditional "thank you" list
5Jmakefile Description of the main Makefile
6Known_bugs A list of known bugs
7MANIFEST This list of files
8Makefile.SH A makefile to run subsidiary makefiles
9README Basic instructions
10Wishlist Features I would like to add
11bin/ Some binary tools
12bin/Jmakefile Generic makefile description for bin
13bin/Makefile.SH Jmake-generated configured makefile
14bin/manicheck.SH Check manifest accuracy
15bin/manicheck.man Manual page for manicheck
16bin/manilist.SH Produces reports based on manifest
17bin/manilist.man Manual page for manilist
18bin/packinit.SH Creates a .package file describing your package
19bin/packinit.man Manual page for packinit
20bin/perload Build dynamically loaded perl scripts
21dist.man Introduction to dist
22install.SH Installation script with a BSD-like syntax
23jmake/ Where makefile generator is stored
24jmake/Jmakefile High level makefile description for jmake
25jmake/Makefile.SH Generated makefile for jmake
26jmake/NOTES Quick description of the internal syntax
27jmake/README Welcome to jmake
28jmake/bindex.SH Script to build an index of rules
29jmake/files/ Where rules for jmake are held
30jmake/files/Jmake.rules Generic rules for jmake
31jmake/files/Jmake.tmpl Template used by jmake to produce Makefile.SH
32jmake/fixcpp.SH Wrapper around cpp to fix buggy backslash hanling
33jmake/jmake.SH The makefile generator
34jmake/jmake.man Manual page for jmake
35jmake/jmkmf.SH Wrapper for jmake
36jmake/jmkmf.man Manual page for jmkmf
37kit/ Where distribution tools are stored
38kit/Jmakefile Jmake's description of kit builder's makefile
39kit/Makefile.SH Builds kit builder
40kit/README Instructions on makedist
41kit/kitpost.SH Post shell archive kits
42kit/kitpost.man Manual page for kitpost
43kit/kitsend.SH Mail shell archive kits
44kit/kitsend.man Manual page for kitsend
45kit/makeSH Does most of turning a script into an SH file
46kit/makeSH.man Manual page for same
47kit/makedist.SH Makes a set of kits in the current directory
48kit/makedist.man Manual page for same
49kit/manifake.SH Makes a MANIFEST.new file out of a MANIFEST
50kit/manifake.man Manual page for same
51lib/ Some library support files
52lib/C/ Some useful C routines
53lib/C/Jmakefile Generic makefile for C lib routines
54lib/C/Makefile.SH Produces Makefile for C lib routines
55lib/C/fake/ Fake implementations of real routines
56lib/C/fake/Jmakefile Generic makefile for faked C routines
57lib/C/fake/Makefile.SH Jmake-generated configured makefile
58lib/C/fake/dup2.C A dup2() replacement
59lib/C/fake/getopt.C A getopt() replacement
60lib/C/fake/rename.C A rename() replacement for files
61lib/C/fake/scandir.C A scandir() replacement
62lib/C/fake/setsid.C A setsid() pale imitation
63lib/Jmakefile Generic makefile description for lib
64lib/Makefile.SH Jmake-generated configured makefile
65lib/errnolist.a Awk script to build sys_errnolist[]
66lib/errnolist.mk Rule files to add for errnolist.c
67lib/errnolist.sh Script to build errnolist.c
68lib/makedepend.sh Script to make dependecies, Larry Wall's way
69lib/makedir.sh Emulates 'mkdir -p'
70mcon/ Where metaconfig tools are stored
71mcon/INTRO Quick introduction for newcommers
72mcon/Jmakefile The file used by jmake to produce the Makefile
73mcon/Makefile.SH Builds metaconfig
74mcon/NOTES Documents the changes in metaconfig
75mcon/README Instructions on using metaconfig
76mcon/U/ Holds Units for metaconfig
77mcon/U/AAAAA.U Does magic before Head.U
78mcon/U/Begin.U "Beginning of configuration questions"
79mcon/U/Chk_MANI.U MANIFEST checks
80mcon/U/Chk_whoami.U A unit which checks for conflicts
81mcon/U/Config_h.U Makes config.h.SH--bizarrity here
82mcon/U/Config_sh.U Makes config.sh
83mcon/U/Configdir.U Creates .config directory to store persistent info
84mcon/U/Cppsym.U Makes program to test for cpp symbols
85mcon/U/Csym.U Determines whether C symbol is defined
86mcon/U/End.U "End of configuration questions"
87mcon/U/Extract.U .SH file extraction
88mcon/U/Extractall.U Support for the -S Configure option
89mcon/U/Filexp.U Makes program to do tilde expansion
90mcon/U/Findhdr.U Locate header files
91mcon/U/Finish.U A unit which always goes last
92mcon/U/Getfile.U Get file/directory name
93mcon/U/Guess.U Hazard guesses as to overall philosophy
94mcon/U/Head.U First unit, does "#!/bin/sh" et al
95mcon/U/Inhdr.U Defines a look-for-header function
96mcon/U/Init.U Magically gathers ?Init: lines from other units
97mcon/U/Inlibc.U Defines an is-in-libc? function
98mcon/U/Instruct.U Prints instructions
99mcon/U/Loc.U Look for common programs
100mcon/U/Loc_sed.U Full path of sed interpreter, even when portable
101mcon/U/Magic_h.U Makes confmagic.h--bizarrity here
102mcon/U/MailAuthor.U Offers user to register himself
103mcon/U/MailList.U Offers user to subscribe to users list
104mcon/U/Myinit.U For copying to private U directories
105mcon/U/Myread.U Makes program to do read with shell escape
106mcon/U/Nothing.U For empty dependencies
107mcon/U/Null.U Zeroes out variables. Probably unnecessary
108mcon/U/Obsol_h.U Warnings about obsolete C symbols
109mcon/U/Obsol_sh.U Warnings about obsolete shell symbols
110mcon/U/Oldconfig.U Looks for old config.sh file
111mcon/U/Oldsym.U Try to propagate symbols
112mcon/U/Options.U Configure option parsing
113mcon/U/Prefixit.U Fixes path prefix in variables in case it changed
114mcon/U/Prefixup.U Fixes vars with path prefix using ~name expansion
115mcon/U/Rcs.U Some stupid redefinitions to keep RCS happy
116mcon/U/Setvar.U Set a variable with some sanity checks
117mcon/U/Signal.U Utilities for sig_name.U
118mcon/U/Tr.U Builds a tr script to handle lower and upper classes
119mcon/U/Typedef.U Defines a typedef lookup function
120mcon/U/Unix.U Common UNIX settings and assumptions
121mcon/U/Warn_v7EXT.U V7 has some ideosyncracies
122mcon/U/Warn_v7ND.U V7 has no O_NDELAY read
123mcon/U/Whoa.U Warning function
124mcon/U/abortsig.U Which signal is sent by abort()?
125mcon/U/active.U Find the news active file
126mcon/U/afs.U Look whether AFS is running or not
127mcon/U/alignbytes.U Check for alignment constraints
128mcon/U/archlib.U Where architecture-dependent files are installed
129mcon/U/archname.U Computes the architecture name (cpu-osname)
130mcon/U/baserev.U Base revision of package
131mcon/U/basicshell.U Which basic shell is available
132mcon/U/bin.U Find where to install public executables
133mcon/U/bitpbyte.U Computes the number of bits in a byte
134mcon/U/byteorder.U Computes the byte order (big-endian?)
135mcon/U/cc.U Which C compiler should be used?
136mcon/U/ccflags.U Any additional C flags?
137mcon/U/cf_email.U Computes user's e-mail address
138mcon/U/cf_name.U Computes user's full name
139mcon/U/cf_who.U Who configured the sytem, where and when
140mcon/U/charorder.U Character order within a byte
141mcon/U/charsize.U What is the size of "char"?
142mcon/U/contains.U Makes status-returning grep
143mcon/U/cpp_stuff.U Some cpp stuff
144mcon/U/cppfilecom.U Running cpp while preserving C comments
145mcon/U/cppstdin.U Check how to invoke the C pre-processor
146mcon/U/d_NOFILE.U Maximum # of file descriptors
147mcon/U/d_NeWS.U Old NeWS stuff
148mcon/U/d_PORTAR.U Do we know about portable archives?
149mcon/U/d_SHM_MAC.U SHMLBA macro stuff
150mcon/U/d_access.U Do we have access()?
151mcon/U/d_alarm.U Do we have alarm()?
152mcon/U/d_attribut.U Checks wether your cc groks __attribute__
153mcon/U/d_bcmp.U Do we have bcmp() or memcmp()?
154mcon/U/d_bcopy.U Do we have bcopy() or memcpy()?
155mcon/U/d_brokstat.U Check whether stat() macros are broken
156mcon/U/d_bsdjmp.U Do we have BSD _setjmp() and _longjmp()?
157mcon/U/d_byacc.U Is byacc available?
158mcon/U/d_bzero.U Do we have bzero() or memset()?
159mcon/U/d_casti32.U Can the compiler cast large flots to 32-bit ints?
160mcon/U/d_castneg.U Can the C compiler cast negative to unsigned?
161mcon/U/d_cbrt.U Do we have cubic root cbrt()?
162mcon/U/d_charsprf.U How is sprintf() defined?
163mcon/U/d_chown.U Do we have chown()?
164mcon/U/d_chroot.U Do we have chroot()?
165mcon/U/d_chsize.U Size of a char
166mcon/U/d_ckeypad.U Do we have the curses keypad()?
167mcon/U/d_closedir.U Do we have closedir()?
168mcon/U/d_const.U Can cc grok the const keyword?
169mcon/U/d_crypt.U Does crypt() exist?
170mcon/U/d_csh.U csh path
171mcon/U/d_ctermid.U Do we have ctermid()?
172mcon/U/d_cuserid.U Do we have cuserid()?
173mcon/U/d_dbl_dig.U Is DBL_DIG defined in <limits.h> or <float.h>?
174mcon/U/d_difftime.U Do we have difftime()?
175mcon/U/d_dlerror.U Do we have dlerror()?
176mcon/U/d_dlopen.U Do we have dlopen()?
177mcon/U/d_dosuid.U Do they want setuid emulation?
178mcon/U/d_drem.U Do we have drem()?
179mcon/U/d_dup2.U Do we have dup2()?
180mcon/U/d_eofpipe.U Will EOF be seen on closed pipes?
181mcon/U/d_euc2jis.U Do we have euc2jis()?
182mcon/U/d_fchmod.U Do we have fchmod()?
183mcon/U/d_fchown.U Do we have fchown()?
184mcon/U/d_fcntl.U Do we have fcntl()?
185mcon/U/d_fd_set.U Do we have the fd set manipulation macros?
186mcon/U/d_ffs.U Do we have ffs()?
187mcon/U/d_fgetpos.U Do we have fgetpos()?
188mcon/U/d_flexfnam.U Long filenames?
189mcon/U/d_flock.U Do we have flock()?
190mcon/U/d_fmod.U Do we have fmod()?
191mcon/U/d_fork.U Do we have fork()?
192mcon/U/d_fsetpos.U Do we have fsetpos()?
193mcon/U/d_ftime.U Do we have ftime()?
194mcon/U/d_ftrncate.U Do we have ftruncate()?
195mcon/U/d_gconvert.U Do we have gconvert() or gcvt()?
196mcon/U/d_getgrps.U Do we have getgroups()?
197mcon/U/d_gethbynm.U Do we have gethostbyname()?
198mcon/U/d_gethent.U Do we have gethostent()?
199mcon/U/d_gethid.U Do we have gethostid()?
200mcon/U/d_gethname.U What is the C function to get host name?
201mcon/U/d_getlogin.U Do we have getlogin()?
202mcon/U/d_getopt.U Do we have getopt()?
203mcon/U/d_getpagsz.U Computes system's page size
204mcon/U/d_getpgid.U Do we have getpgid()?
205mcon/U/d_getpgrp.U Do we have getpgrp()?
206mcon/U/d_getpgrp2.U Do we have getpgrp2()? (DG/UX)
207mcon/U/d_getppid.U Do we have getppid()?
208mcon/U/d_getprior.U Do we have getpriority()?
209mcon/U/d_getpwent.U How is passwd info gotten?
210mcon/U/d_getwd.U Do we have getwd()?
211mcon/U/d_gnulibc.U Are we using the GNU C library?
212mcon/U/d_group.U Do we have group()?
213mcon/U/d_havetlib.U Where is termlib?
214mcon/U/d_hidnet.U Do hiddennet stuff?
215mcon/U/d_htonl.U Do we have htonl() and friends?
216mcon/U/d_inetaton.U Do we have inet_aton()?
217mcon/U/d_inetd.U Should internet communication be done via inetd?
218mcon/U/d_internet.U Use internet addresses?
219mcon/U/d_isascii.U Do we have isascii()?
220mcon/U/d_itimer.U Do we have setitimer()?
221mcon/U/d_keepsig.U Will signal handlers need to be rearmed?
222mcon/U/d_killpg.U Do we have killpg()?
223mcon/U/d_link.U Do we have link()?
224mcon/U/d_linuxstd.U Do we have Linux standard I/O structures?
225mcon/U/d_locconv.U Do we have localeconv()?
226mcon/U/d_lockf.U Do we have lockf()?
227mcon/U/d_lstat.U Do we have lstat()?
228mcon/U/d_mblen.U Do we have mblen()?
229mcon/U/d_mbstowcs.U Do we have mbstowcs()?
230mcon/U/d_mbtowc.U Do we have mbtowc()?
231mcon/U/d_memccpy.U Do we have memccpy()?
232mcon/U/d_memchr.U Do we have memchr()?
233mcon/U/d_memcmp.U Do we have memcmp()?
234mcon/U/d_memcpy.U Do we have memcpy()?
235mcon/U/d_memmove.U Do we have memmove()?
236mcon/U/d_memset.U Do we have memset()?
237mcon/U/d_mkdir.U Do we have mkdir()?
238mcon/U/d_mkfifo.U Do we have mkfifo()?
239mcon/U/d_mktime.U Do we have mktime()?
240mcon/U/d_mmap.U Do we have mmap()?
241mcon/U/d_msg.U Do we have full msg(2) support?
242mcon/U/d_msgctl.U Do we have msgctl()?
243mcon/U/d_msgget.U Do we have msgget()?
244mcon/U/d_msgrcv.U Do we have msgrcv()?
245mcon/U/d_msgsnd.U Do we have msgsnd()?
246mcon/U/d_msync.U Do we have msync()?
247mcon/U/d_munmap.U Do we have munmap()?
248mcon/U/d_newsadm.U Who is news administrator?
249mcon/U/d_nice.U Do we have nice()?
250mcon/U/d_nolnbuf.U Is stdout line buffered?
251mcon/U/d_normsig.U signal() vs sigset()
252mcon/U/d_open3.U Do we have the 3 arguments form for open()?
253mcon/U/d_passwd.U Do we have passwd()?
254mcon/U/d_pathconf.U Do we have pathconf()?
255mcon/U/d_pause.U Do we have pause()?
256mcon/U/d_perror.U Do we have perror()?
257mcon/U/d_pidcheck.U Is kill(pid, 0) allowed for PID checks?
258mcon/U/d_pipe.U Do we have pipe()?
259mcon/U/d_poll.U Do we have poll()?
260mcon/U/d_popen.U Do we have popen()?
261mcon/U/d_portable.U How portable do we want to be?
262mcon/U/d_psignal.U Do we have psignal()?
263mcon/U/d_raster.U Is this a Raster Tech machine?
264mcon/U/d_rdchk.U Is rdchk() there to check for input?
265mcon/U/d_readdir.U Do we have readdir()?
266mcon/U/d_readlink.U Do we have readlink()?
267mcon/U/d_regcmp.U Do we have regcmp()?
268mcon/U/d_rename.U Do we have rename()?
269mcon/U/d_rmdir.U Do we have rmdir()?
270mcon/U/d_rusage.U Do we have getrusage()?
271mcon/U/d_safebcpy.U Can bcopy() handle overlapping blocks?
272mcon/U/d_safemcpy.U Can memcpy() handle overlapping blocks?
273mcon/U/d_sanemcmp.U Can we compare 8th bit in chars with memcmp()?
274mcon/U/d_sbrk.U Do we have sbrk()?
275mcon/U/d_scandir.U Do we have scandir()?
276mcon/U/d_scannl.U Does scanf() groks '\n' correctly?
277mcon/U/d_scorfl.U Keep scoreboards by full name?
278mcon/U/d_select.U Do we have select()?
279mcon/U/d_sem.U Do we have full sem(2) support?
280mcon/U/d_semctl.U Do we have d_semctl()?
281mcon/U/d_semget.U Do we have semget()?
282mcon/U/d_semop.U Do we have semop()?
283mcon/U/d_setegid.U Do we have setegid()?
284mcon/U/d_seteuid.U Do we have seteuid()?
285mcon/U/d_setlnbuf.U Do we have setlinebuf()?
286mcon/U/d_setlocale.U Do we have setlocale()?
287mcon/U/d_setpgid.U Do we have setpgid()?
288mcon/U/d_setpgrp.U Do we have setpgrp()?
289mcon/U/d_setpgrp2.U Do we have setpgrp2()? (DG/UX)
290mcon/U/d_setprior.U Do we have setpriority()?
291mcon/U/d_setregid.U Do we have setregid()?
292mcon/U/d_setreuid.U Do we have setreuid()?
293mcon/U/d_setrgid.U Do we have setrgid()?
294mcon/U/d_setruid.U Do we have setruid()?
295mcon/U/d_setsid.U Do we have setsid()?
296mcon/U/d_sgndchr.U Are chars signed?
297mcon/U/d_shm.U Do we have full shm(2) support?
298mcon/U/d_shmat.U Do we have shmat()?
299mcon/U/d_shmctl.U Do we have shmctl()?
300mcon/U/d_shmdt.U Do we have shmdt()?
301mcon/U/d_shmget.U Do we have shmget()?
302mcon/U/d_sigaction.U Do we have sigaction()?
303mcon/U/d_sigblock.U Do we have sigblock()?
304mcon/U/d_sighold.U Do we have sighold()?
305mcon/U/d_siglist.U Do we have sys_siglist[]?
306mcon/U/d_sigsetjmp.U Do we have sigsetjmp()?
307mcon/U/d_sigsetmk.U Do we have sigsetmask()?
308mcon/U/d_sigvec.U BSD reliable signals supported?
309mcon/U/d_sjis2jis.U Do we have sjis2jis()?
310mcon/U/d_socket.U BSD socket interface supported?
311mcon/U/d_speedopt.U Optimize speed vs memory?
312mcon/U/d_stat.U Do we have stat()?
313mcon/U/d_statblks.U Does stat know about blksize and blocks?
314mcon/U/d_stdstdio.U How standard is stdio?
315mcon/U/d_strccmp.U Do we have strcasecmp()?
316mcon/U/d_strchr.U Use strchr() or index()?
317mcon/U/d_strcoll.U Do we have strcoll()?
318mcon/U/d_strcspn.U Do we have strcspn()?
319mcon/U/d_strctcpy.U Do we do struct copies?
320mcon/U/d_strdup.U Do we have strdup()?
321mcon/U/d_strerror.U Do we have strerror()?
322mcon/U/d_strftime.U Do we have strftime()?
323mcon/U/d_strstr.U Do we have strtr()?
324mcon/U/d_strtod.U Do we have strtod()?
325mcon/U/d_strtok.U Do we have strtok()?
326mcon/U/d_strtol.U Do we have strtol()?
327mcon/U/d_strtoul.U Do we have strtoul()?
328mcon/U/d_strxfrm.U Do we have strxfrm()?
329mcon/U/d_su_chown.U Do we need to be root to do a chown?
330mcon/U/d_symlink.U Does symlink() exist?
331mcon/U/d_syscall.U Do we have syscall()?
332mcon/U/d_sysconf.U Do we have sysconf()?
333mcon/U/d_syslog.U Do we have syslog()?
334mcon/U/d_system.U Do we have system()?
335mcon/U/d_table.U De we have table()?
336mcon/U/d_tcgtpgrp.U Do we have tcgetpgrp()?
337mcon/U/d_tcstpgrp.U Do we have tcsetpgrp()?
338mcon/U/d_time.U Do we have time()?
339mcon/U/d_times.U Do we have a times() function?
340mcon/U/d_tminsys.U Is struct tm in <sys/time.h>?
341mcon/U/d_truncate.U Do we have truncate()?
342mcon/U/d_tzmin.U Do we use tz_minuteswest?
343mcon/U/d_tzname.U Do we have tzname[]?
344mcon/U/d_ulimit.U Do we have ulimit()?
345mcon/U/d_umask.U Do we have umask()?
346mcon/U/d_usendir.U Use our own ndir routines?
347mcon/U/d_usleep.U Do we have usleep()?
348mcon/U/d_uwait.U Is there a 'union wait' declaration around here?
349mcon/U/d_vfork.U vfork() vs fork()
350mcon/U/d_voidsig.U How is signal() declared?
351mcon/U/d_volatile.U Does our C compiler support "volatile"?
352mcon/U/d_vprintf.U Do we have vprintf()?
353mcon/U/d_wait3.U Do we have wait3()?
354mcon/U/d_wait4.U Do we have wait4()?
355mcon/U/d_waitpid.U Do we have waitpid() system call?
356mcon/U/d_wcstombs.U Do we have wcstombs()?
357mcon/U/d_wctomb.U Do we have wctomb()?
358mcon/U/d_wifstat.U Can we safely use WIFEXITED() and friends?
359mcon/U/d_xdrs.U Do we have XDR serialization routines?
360mcon/U/defeditor.U Find default editor
361mcon/U/doublesize.U What is the size of "double"?
362mcon/U/errnolist.U See if we need our own .c to get sys_errnolist[]
363mcon/U/etc.U Where administrative executable should go
364mcon/U/filexp.U Finds location of filexp made by Filexp.U
365mcon/U/floatsize.U What is the size of "float"?
366mcon/U/fpostype.U What is the type for file positions?
367mcon/U/fpu.U What kind of Sun fpu is in use?
368mcon/U/gidtype.U What is the type of gids?
369mcon/U/groupstype.U What is the type for groups in getgroups()?
370mcon/U/h_fcntl.U Do we need to include fcntl.h?
371mcon/U/h_sysfile.U Do we need to include sys/file.h?
372mcon/U/i_arpainet.U Shall we include <arpa/inet.h>?
373mcon/U/i_db.U Shall we include <db.h>?
374mcon/U/i_dbm.U Shall we include <dbm.h>?
375mcon/U/i_dirent.U Shall we include <dirent.h>
376mcon/U/i_dld.U Shall we include <dld.h>?
377mcon/U/i_dlfcn.U Shall we include <dlfcn.h>?
378mcon/U/i_fcntl.U Shall we include <fcntl.h>?
379mcon/U/i_float.U Shall we include <float.h>?
380mcon/U/i_gdbm.U Shall we include <gdbm.h>?
381mcon/U/i_grp.U Shall we include <grp.h>?
382mcon/U/i_limits.U Shall we include <limits.h>?
383mcon/U/i_locale.U Shall we include <locale.h>?
384mcon/U/i_malloc.U Shall we include <malloc.h>?
385mcon/U/i_math.U Shall we include <math.h>?
386mcon/U/i_memory.U Shall we include <memory.h>?
387mcon/U/i_ndbm.U Shall we include <ndbm.h>?
388mcon/U/i_neterrno.U Shall we include <net/errno.h>?
389mcon/U/i_niin.U Shall we include <netinet/in.h>?
390mcon/U/i_pwd.U Shall we include <pwd.h>?
391mcon/U/i_regex.U Shall we include <regex.h>?
392mcon/U/i_sfio.U Shall we include <sfio.h>?
393mcon/U/i_stddef.U Shall we include <stddef.h>?
394mcon/U/i_stdlib.U Shall we include <stdlib.h>?
395mcon/U/i_string.U <string.h> or <strings.h>?
396mcon/U/i_sysdir.U Shall we include <sys/dir.h>?
397mcon/U/i_sysfile.U Do we need <sys/file.h>?
398mcon/U/i_sysioctl.U Include <sys/ioctl.h> or <sgtty.h>?
399mcon/U/i_sysmman.U Do we have to include <sys/mman.h>?
400mcon/U/i_sysndir.U Shall we include <sys/ndir.h>?
401mcon/U/i_sysparam.U Shall we include <sys/param.h>?
402mcon/U/i_sysresrc.U Shall we include <sys/resource.h>?
403mcon/U/i_sysselct.U Shall we include <sys/select.h>?
404mcon/U/i_syssock.U Shall we include <sys/socket.h>?
405mcon/U/i_sysstat.U Shall we include <sys/stat.h>
406mcon/U/i_systable.U De we have to include <sys/table.h>?
407mcon/U/i_systimeb.U Is struct timeb defined in <sys/timeb.h>?
408mcon/U/i_systimes.U Shall we include <sys/times.h>?
409mcon/U/i_systwgcf.U Shall we include <sys/twg_config.h>?
410mcon/U/i_systypes.U Do we have to include <sys/types.h>?
411mcon/U/i_sysun.U Shall we include <sys/un.h>?
412mcon/U/i_syswait.U Is there a <sys/wait.h>?
413mcon/U/i_termio.U Include <termio.h> or <sgtty.h>?
414mcon/U/i_time.U Which time.h should we include?
415mcon/U/i_unistd.U Include <unistd.h>?
416mcon/U/i_utime.U Include <utime.h>?
417mcon/U/i_values.U Shall we include <values.h>
418mcon/U/i_varhdr.U Choose between <varargs.h> and <stdarg.h>
419mcon/U/i_vfork.U Include <vfork.h>?
420mcon/U/i_whoami.U Include <whoami.h>?
421mcon/U/inc.U Where to put public include files?
422mcon/U/install.U Look for a BSD-compatible install
423mcon/U/intsize.U What is the size of "int"?
424mcon/U/ipc.U Choose IPC mechanism
425mcon/U/kernel.U Compute the kernel pathname
426mcon/U/lex.U Use lex or flex?
427mcon/U/lib.U Where to put public library files ?
428mcon/U/libc.U Where is libc?
429mcon/U/libdbm.U Look for a suitable dbm library
430mcon/U/libflex.U Locate flex library
431mcon/U/libnlist.U Locate an nlist library
432mcon/U/libnm.U New math library?
433mcon/U/libpth.U Set path to locate libraries
434mcon/U/libs.U Optional libraries?
435mcon/U/libyacc.U Locate yacc library
436mcon/U/lintlib.U Where lint library should be placed
437mcon/U/lns.U Are symbolic links supported by ln?
438mcon/U/locdist.U Find distribution names for news
439mcon/U/longsize.U What is the size of "long"?
440mcon/U/lseektype.U What is the type of lseek()?
441mcon/U/maildir.U Where is mail spooled
442mcon/U/mailer.U What delivers mail?
443mcon/U/mailfile.U What filename in maildir?
444mcon/U/make.U Does make set the $(MAKE) macro?
445mcon/U/mallocsrc.U Use malloc included in kit?
446mcon/U/man1dir.U Where to put traditional section 1 manpage sources
447mcon/U/man3dir.U Where to put traditional section 3 manpage sources
448mcon/U/manfmt.U Formatted man directories
449mcon/U/mansrc.U Where to put manual pages source
450mcon/U/mboxchar.U How to determine if file is mailbox
451mcon/U/mkdep.U How to generate makefile dependencies?
452mcon/U/models.U Large vs small, split I&D, etc
453mcon/U/modetype.U What is the type for file modes?
454mcon/U/myhostname.U How to determine hostname from shell
455mcon/U/n.U How to suppress newline with echo
456mcon/U/nametype.U How to get user's fullname
457mcon/U/nblock_io.U Support for non-blocking I/O
458mcon/U/newslevel.U What version of news are we running?
459mcon/U/newslib.U Where is the news library?
460mcon/U/newsspool.U Where is news spooled?
461mcon/U/nis.U Do we have to deal with NIS (former YP)?
462mcon/U/nlist_pfx.U nlist() related stuff
463mcon/U/orderlib.U Shall we order components libraries?
464mcon/U/orgname.U What is the organizaton name?
465mcon/U/packadmin.U E-mail address of the package administrator
466mcon/U/package.U Gets package name from .package magically
467mcon/U/pager.U What's the pager, more or less?
468mcon/U/patchlevel.U Grab current patchlevel out of patchlevel.h
469mcon/U/perlpath.U The full path of perl
470mcon/U/pidtype.U What is the type of a PID?
471mcon/U/prefix.U Installation prefix setting (none, /usr/local)
472mcon/U/prefshell.U Preferred user shell
473mcon/U/privlib.U Where is the private library?
474mcon/U/prototype.U Do we support prototypes?
475mcon/U/ptrsize.U What is the size of a pointer?
476mcon/U/randbits.U How many bits in rand()?
477mcon/U/randfunc.U Which random number function shall we use?
478mcon/U/rcs_branch.U Does RCS know about the -b switch?
479mcon/U/registers.U How many register declarations to use
480mcon/U/rootid.U Root user id
481mcon/U/sbrksmart.U Can sbrk() be used to release core?
482mcon/U/sbrktype.U What is the return type of sbrk()?
483mcon/U/scriptdir.U Where to put public scripts
484mcon/U/selecttype.U What type for select() file bitfields?
485mcon/U/sh.U Where the shell is located
486mcon/U/shm_for.U More shared memory stuff
487mcon/U/sig_name.U Signal names
488mcon/U/sitearch.U Where user-installed arch-dependant files should go
489mcon/U/sitelib.U Where user-installed regular library files should go
490mcon/U/sizetype.U What is the type for byte size?
491mcon/U/so.U Shared object extension
492mcon/U/sockopt.U Check for socket options
493mcon/U/spitshell.U Shell comment stripper, maybe
494mcon/U/src.U Build and source tree separation support
495mcon/U/ssizetype.U What is the signed type for byte size?
496mcon/U/startperl.U Do we start perl with #! or what?
497mcon/U/startsh.U How to guarantee sh startup
498mcon/U/stdchar.U Are chars unsigned in stdio?
499mcon/U/sunscanf.U Is this Sun's version of scanf()?
500mcon/U/sysman.U Where is the man(1) located?
501mcon/U/uidtype.U What is the type of uids?
502mcon/U/usenm.U Shall we use the costly nm extraction?
503mcon/U/usrinc.U Where are include files located?
504mcon/U/vaproto.U How do we prototype varargs, with ...?
505mcon/U/voidflags.U How supported is void?
506mcon/U/warnflags.U Any additional cc warning flags?
507mcon/U/yacc.U Which compiler-compiler to use?
508mcon/configure GNU configure-like wrapper to metaconfig's Configure
509mcon/files/ Templates for new units
510mcon/files/Internal.U Template for special units with internal symbols
511mcon/files/README Why those templates are here...
512mcon/files/d_function.U Template for C defines
513mcon/files/dir.U Template to get a directory
514mcon/files/file.U Template get a file
515mcon/files/i_include.U Template for include files
516mcon/files/keyword.U Template for keyword checking
517mcon/files/locate.U Template to locate a file
518mcon/files/question.U Template for setvar questions
519mcon/files/rcshead.U Template for unit head
520mcon/files/shell.U Template for non-setvar questions
521mcon/files/type.U Template for type lookup
522mcon/makegloss.SH Extracts Glossary from Unit files
523mcon/man/ Manual pages for metaconfig et al.
524mcon/man/Jmakefile Generic makefile description for manual pages
525mcon/man/Makefile.SH Jmake-generated makefile for manual pages
526mcon/man/mconfig.SH Manual page for metaconfig
527mcon/man/mlint.SH Manual page for metalint
528mcon/man/mxref.SH Manual page for metaxref
529mcon/mconfig.SH Writes Configure scripts for you
530mcon/mlint.SH Lints metaconfig units
531mcon/mxref.SH Builds symbol cross-reference files
532mcon/pl/ Perl library for metaconfig et al.
533mcon/pl/common.pl Common control lines extraction
534mcon/pl/configure.pl Generates Configure
535mcon/pl/cosmetic.pl Some cosmetic fixes
536mcon/pl/depend.pl Metaconfig-only dependencies
537mcon/pl/eval.pl Built-in interpreter
538mcon/pl/extract.pl Dependency extractor engine
539mcon/pl/files.pl Extracts files from MANIFEST.new
540mcon/pl/gensym.pl Dynamic symbol generator
541mcon/pl/init.pl Initialization of dependency control array
542mcon/pl/lint.pl Lint-only dependencies
543mcon/pl/locate.pl Locate units
544mcon/pl/makefile.pl Builds temporary Makefiles
545mcon/pl/obsolete.pl Deals with obsolete symbols
546mcon/pl/order.pl Re-order units within Configure
547mcon/pl/tsort.pl Topological sort
548mcon/pl/wanted.pl Set up Wanted file
549mcon/pl/xref.pl Metaxref-only dependencies
550mcon/pl/xwant.pl Metaxref symbol extraction
551pat/ Where patching tools are stored
552pat/Jmakefile High level makefile description for pat
553pat/Makefile.SH Makefile for pat tools
554pat/README Instructions for patch/developping tools
555pat/pat.SH Check in, do diffs, make patch, send it
556pat/pat.man Manual page for patch tools
557pat/patbase.SH To set the base for future differences
558pat/patchlevel.h Prototypical patchlevel.h
559pat/patcil.SH Check in the latest changes
560pat/patclean.SH Check in latest changes and remove files
561pat/patcol.SH Check out working file
562pat/patdiff.SH Find the differences since last patch
563pat/patftp.SH Put patches in ftp pub directory
564pat/patindex.SH Create an index of patches sent out
565pat/patlog.SH Handles the ChangeLog file
566pat/patmake.SH Put together a patch file
567pat/patname.SH Assign symbolic name to a revision
568pat/patnotify.SH Notifies that new patches have been released
569pat/patpost.SH Send patches via news
570pat/patsend.SH Sends patches via mail
571pat/patsnap.SH Builds RCS snapshot file
572patchlevel.h The current patchlevel for dist
573pl/ Directory for public perl libraries
574pl/comment.pl Perl library to find comment in front of $Log
575pl/copyright.pl Perl library to expand copyright
576pl/editor.pl Perl library to compute suitable editor name
577pl/fullname.pl Perl library to get full name
578pl/listedit.pl Perl library to edit list of items
579pl/logname.pl Perl library to get login name
580pl/makedir.pl Perl library to emulate 'mkdir -p'
581pl/manifake.pl Perl library to build a MANIFEST.new if none found
582pl/newer.pl Perl library to Find files newer than patchlevel.h
583pl/package.pl Perl library to read .package
584pl/patseq.pl Perl library to compute issued patch sequence
585pl/profile.pl Perl library to get ~/.dist_profile
586pl/rangeargs.pl Perl library to expand number lists
587pl/rcsargs.pl Perl library to expand rcs filename lists
588pl/snapshot.pl Perl library to parse RCS snapshot file
589pl/tilde.pl Perl library to perform ~name expansion
590pl/users.pl Perl library to parse users file