Tcl installs private headers. Also, make installation nicer.
[gumsense-br.git] / package / microperl / microperl_syscall.patch
blobc547503a641b119aa8d25496466847bfdb37b3b4
1 --- perl-5.8.8/uconfig.h.orig 2006-12-18 10:18:04.000000000 -0800
2 +++ perl-5.8.8/uconfig.h 2006-12-19 10:10:01.000000000 -0800
3 @@ -1,21 +1,21 @@
4 /*
5 * This file was produced by running the config_h.SH script, which
6 - * gets its values from uconfig.sh, which is generally produced by
7 + * gets its values from config.sh, which is generally produced by
8 * running Configure.
10 * Feel free to modify any of this as the need arises. Note, however,
11 * that running config_h.SH again will wipe out any changes you've made.
12 - * For a more permanent change edit uconfig.sh and rerun config_h.SH.
13 + * For a more permanent change edit config.sh and rerun config_h.SH.
15 * $Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
19 - * Package name :
20 - * Source directory :
21 - * Configuration time:
22 - * Configured by :
23 - * Target system : unknown
24 + * Package name : perl5
25 + * Source directory : .
26 + * Configuration time: Tue Dec 19 08:04:14 PST 2006
27 + * Configured by : root
28 + * Target system : linux gumstix 2.6.18gum #2 sun dec 17 20:41:26 pst 2006 armv5tel unknown
31 #ifndef _config_h_
32 @@ -24,43 +24,43 @@
33 /* LOC_SED:
34 * This symbol holds the complete pathname to the sed program.
36 -#define LOC_SED "" /**/
37 +#define LOC_SED "/bin/sed" /**/
39 /* HAS_ALARM:
40 * This symbol, if defined, indicates that the alarm routine is
41 * available.
43 -/*#define HAS_ALARM / **/
44 +#define HAS_ALARM /**/
46 /* HAS_BCMP:
47 * This symbol is defined if the bcmp() routine is available to
48 * compare blocks of memory.
50 -/*#define HAS_BCMP / **/
51 +#define HAS_BCMP /**/
53 /* HAS_BCOPY:
54 * This symbol is defined if the bcopy() routine is available to
55 * copy blocks of memory.
57 -/*#define HAS_BCOPY / **/
58 +#define HAS_BCOPY /**/
60 /* HAS_BZERO:
61 * This symbol is defined if the bzero() routine is available to
62 * set a memory block to 0.
64 -/*#define HAS_BZERO / **/
65 +#define HAS_BZERO /**/
67 /* HAS_CHOWN:
68 * This symbol, if defined, indicates that the chown routine is
69 * available.
71 -/*#define HAS_CHOWN / **/
72 +#define HAS_CHOWN /**/
74 /* HAS_CHROOT:
75 * This symbol, if defined, indicates that the chroot routine is
76 * available.
78 -/*#define HAS_CHROOT / **/
79 +#define HAS_CHROOT /**/
81 /* HAS_CHSIZE:
82 * This symbol, if defined, indicates that the chsize routine is available
83 @@ -74,7 +74,7 @@
84 * within your programs. The mere use of the "const" keyword will
85 * trigger the necessary tests.
87 -/*#define HASCONST / **/
88 +#define HASCONST /**/
89 #ifndef HASCONST
90 #define const
91 #endif
92 @@ -83,7 +83,7 @@
93 * This symbol, if defined, indicates that the cuserid routine is
94 * available to get character login names.
96 -/*#define HAS_CUSERID / **/
97 +#define HAS_CUSERID /**/
99 /* HAS_DBL_DIG:
100 * This symbol, if defined, indicates that this system's <float.h>
101 @@ -91,13 +91,13 @@
102 * of significant digits in a double precision number. If this
103 * symbol is not defined, a guess of 15 is usually pretty good.
105 -/*#define HAS_DBL_DIG / * */
106 +#define HAS_DBL_DIG /* */
108 /* HAS_DIFFTIME:
109 * This symbol, if defined, indicates that the difftime routine is
110 * available.
112 -/*#define HAS_DIFFTIME / **/
113 +#define HAS_DIFFTIME /**/
115 /* HAS_DLERROR:
116 * This symbol, if defined, indicates that the dlerror routine is
117 @@ -110,37 +110,37 @@
118 * This symbol, if defined, indicates that the dup2 routine is
119 * available to duplicate file descriptors.
121 -/*#define HAS_DUP2 / **/
122 +#define HAS_DUP2 /**/
124 /* HAS_FCHMOD:
125 * This symbol, if defined, indicates that the fchmod routine is available
126 * to change mode of opened files. If unavailable, use chmod().
128 -/*#define HAS_FCHMOD / **/
129 +#define HAS_FCHMOD /**/
131 /* HAS_FCHOWN:
132 * This symbol, if defined, indicates that the fchown routine is available
133 * to change ownership of opened files. If unavailable, use chown().
135 -/*#define HAS_FCHOWN / **/
136 +#define HAS_FCHOWN /**/
138 /* HAS_FCNTL:
139 * This symbol, if defined, indicates to the C program that
140 * the fcntl() function exists.
142 -/*#define HAS_FCNTL / **/
143 +#define HAS_FCNTL /**/
145 /* HAS_FGETPOS:
146 * This symbol, if defined, indicates that the fgetpos routine is
147 * available to get the file position indicator, similar to ftell().
149 -/*#define HAS_FGETPOS / **/
150 +#define HAS_FGETPOS /**/
152 /* HAS_FLOCK:
153 * This symbol, if defined, indicates that the flock routine is
154 * available to do file locking.
156 -/*#define HAS_FLOCK / **/
157 +#define HAS_FLOCK /**/
159 /* HAS_FORK:
160 * This symbol, if defined, indicates that the fork routine is
161 @@ -152,7 +152,7 @@
162 * This symbol, if defined, indicates that the fsetpos routine is
163 * available to set the file position indicator, similar to fseek().
165 -/*#define HAS_FSETPOS / **/
166 +#define HAS_FSETPOS /**/
168 /* HAS_GETTIMEOFDAY:
169 * This symbol, if defined, indicates that the gettimeofday() system
170 @@ -160,7 +160,7 @@
171 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
172 * The type "Timeval" should be used to refer to "struct timeval".
174 -/*#define HAS_GETTIMEOFDAY / **/
175 +#define HAS_GETTIMEOFDAY /**/
176 #ifdef HAS_GETTIMEOFDAY
177 #define Timeval struct timeval /* Structure used by gettimeofday() */
178 #endif
179 @@ -170,20 +170,20 @@
180 * available to get the list of process groups. If unavailable, multiple
181 * groups are probably not supported.
183 -/*#define HAS_GETGROUPS / **/
184 +#define HAS_GETGROUPS /**/
186 /* HAS_GETLOGIN:
187 * This symbol, if defined, indicates that the getlogin routine is
188 * available to get the login name.
190 -/*#define HAS_GETLOGIN / **/
191 +#define HAS_GETLOGIN /**/
193 /* HAS_GETPGID:
194 * This symbol, if defined, indicates to the C program that
195 * the getpgid(pid) function is available to get the
196 * process group id.
198 -/*#define HAS_GETPGID / **/
199 +#define HAS_GETPGID /**/
201 /* HAS_GETPGRP2:
202 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
203 @@ -195,81 +195,81 @@
204 * This symbol, if defined, indicates that the getppid routine is
205 * available to get the parent process ID.
207 -/*#define HAS_GETPPID / **/
208 +#define HAS_GETPPID /**/
210 /* HAS_GETPRIORITY:
211 * This symbol, if defined, indicates that the getpriority routine is
212 * available to get a process's priority.
214 -/*#define HAS_GETPRIORITY / **/
215 +#define HAS_GETPRIORITY /**/
217 /* HAS_INET_ATON:
218 * This symbol, if defined, indicates to the C program that the
219 * inet_aton() function is available to parse IP address "dotted-quad"
220 * strings.
222 -/*#define HAS_INET_ATON / **/
223 +#define HAS_INET_ATON /**/
225 /* HAS_KILLPG:
226 * This symbol, if defined, indicates that the killpg routine is available
227 * to kill process groups. If unavailable, you probably should use kill
228 * with a negative process number.
230 -/*#define HAS_KILLPG / **/
231 +#define HAS_KILLPG /**/
233 /* HAS_LINK:
234 * This symbol, if defined, indicates that the link routine is
235 * available to create hard links.
237 -/*#define HAS_LINK / **/
238 +#define HAS_LINK /**/
240 /* HAS_LOCALECONV:
241 * This symbol, if defined, indicates that the localeconv routine is
242 * available for numeric and monetary formatting conventions.
244 -/*#define HAS_LOCALECONV / **/
245 +#define HAS_LOCALECONV /**/
247 /* HAS_LOCKF:
248 * This symbol, if defined, indicates that the lockf routine is
249 * available to do file locking.
251 -/*#define HAS_LOCKF / **/
252 +#define HAS_LOCKF /**/
254 /* HAS_LSTAT:
255 * This symbol, if defined, indicates that the lstat routine is
256 * available to do file stats on symbolic links.
258 -/*#define HAS_LSTAT / **/
259 +#define HAS_LSTAT /**/
261 /* HAS_MBLEN:
262 * This symbol, if defined, indicates that the mblen routine is available
263 * to find the number of bytes in a multibye character.
265 -/*#define HAS_MBLEN / **/
266 +#define HAS_MBLEN /**/
268 /* HAS_MBSTOWCS:
269 * This symbol, if defined, indicates that the mbstowcs routine is
270 * available to covert a multibyte string into a wide character string.
272 -/*#define HAS_MBSTOWCS / **/
273 +#define HAS_MBSTOWCS /**/
275 /* HAS_MBTOWC:
276 * This symbol, if defined, indicates that the mbtowc routine is available
277 * to covert a multibyte to a wide character.
279 -/*#define HAS_MBTOWC / **/
280 +#define HAS_MBTOWC /**/
282 /* HAS_MEMCMP:
283 * This symbol, if defined, indicates that the memcmp routine is available
284 * to compare blocks of memory.
286 -/*#define HAS_MEMCMP / **/
287 +#define HAS_MEMCMP /**/
289 /* HAS_MEMCPY:
290 * This symbol, if defined, indicates that the memcpy routine is available
291 * to copy blocks of memory.
293 -/*#define HAS_MEMCPY / **/
294 +#define HAS_MEMCPY /**/
296 /* HAS_MEMMOVE:
297 * This symbol, if defined, indicates that the memmove routine is available
298 @@ -277,20 +277,20 @@
299 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
300 * own version.
302 -/*#define HAS_MEMMOVE / **/
303 +#define HAS_MEMMOVE /**/
305 /* HAS_MEMSET:
306 * This symbol, if defined, indicates that the memset routine is available
307 * to set blocks of memory.
309 -/*#define HAS_MEMSET / **/
310 +#define HAS_MEMSET /**/
312 /* HAS_MKDIR:
313 * This symbol, if defined, indicates that the mkdir routine is available
314 * to create directories. Otherwise you should fork off a new process to
315 * exec /bin/mkdir.
317 -/*#define HAS_MKDIR / **/
318 +#define HAS_MKDIR /**/
320 /* HAS_MKFIFO:
321 * This symbol, if defined, indicates that the mkfifo routine is
322 @@ -298,31 +298,31 @@
323 * do it for you. However, if mkfifo is there, mknod might require
324 * super-user privileges which mkfifo will not.
326 -/*#define HAS_MKFIFO / **/
327 +#define HAS_MKFIFO /**/
329 /* HAS_MKTIME:
330 * This symbol, if defined, indicates that the mktime routine is
331 * available.
333 -/*#define HAS_MKTIME / **/
334 +#define HAS_MKTIME /**/
336 /* HAS_MSYNC:
337 * This symbol, if defined, indicates that the msync system call is
338 * available to synchronize a mapped file.
340 -/*#define HAS_MSYNC / **/
341 +#define HAS_MSYNC /**/
343 /* HAS_MUNMAP:
344 * This symbol, if defined, indicates that the munmap system call is
345 * available to unmap a region, usually mapped by mmap().
347 -/*#define HAS_MUNMAP / **/
348 +#define HAS_MUNMAP /**/
350 /* HAS_NICE:
351 * This symbol, if defined, indicates that the nice routine is
352 * available.
354 -/*#define HAS_NICE / **/
355 +#define HAS_NICE /**/
357 /* HAS_PATHCONF:
358 * This symbol, if defined, indicates that pathconf() is available
359 @@ -334,27 +334,27 @@
360 * to determine file-system related limits and options associated
361 * with a given open file descriptor.
363 -/*#define HAS_PATHCONF / **/
364 -/*#define HAS_FPATHCONF / **/
365 +#define HAS_PATHCONF /**/
366 +#define HAS_FPATHCONF /**/
368 /* HAS_PAUSE:
369 * This symbol, if defined, indicates that the pause routine is
370 * available to suspend a process until a signal is received.
372 -/*#define HAS_PAUSE / **/
373 +#define HAS_PAUSE /**/
375 /* HAS_PIPE:
376 * This symbol, if defined, indicates that the pipe routine is
377 * available to create an inter-process channel.
379 -/*#define HAS_PIPE / **/
380 +#define HAS_PIPE /**/
382 /* HAS_POLL:
383 * This symbol, if defined, indicates that the poll routine is
384 * available to poll active file descriptors. You may safely
385 * include <poll.h> when this symbol is defined.
387 -/*#define HAS_POLL / **/
388 +#define HAS_POLL /**/
390 /* HAS_READDIR:
391 * This symbol, if defined, indicates that the readdir routine is
392 @@ -367,25 +367,25 @@
393 * This symbol, if defined, indicates that the seekdir routine is
394 * available. You may have to include <dirent.h>. See I_DIRENT.
396 -/*#define HAS_SEEKDIR / **/
397 +#define HAS_SEEKDIR /**/
399 /* HAS_TELLDIR:
400 * This symbol, if defined, indicates that the telldir routine is
401 * available. You may have to include <dirent.h>. See I_DIRENT.
403 -/*#define HAS_TELLDIR / **/
404 +#define HAS_TELLDIR /**/
406 /* HAS_REWINDDIR:
407 * This symbol, if defined, indicates that the rewinddir routine is
408 * available. You may have to include <dirent.h>. See I_DIRENT.
410 -/*#define HAS_REWINDDIR / **/
411 +#define HAS_REWINDDIR /**/
413 /* HAS_READLINK:
414 * This symbol, if defined, indicates that the readlink routine is
415 * available to read the value of a symbolic link.
417 -/*#define HAS_READLINK / **/
418 +#define HAS_READLINK /**/
420 /* HAS_RENAME:
421 * This symbol, if defined, indicates that the rename routine is available
422 @@ -399,45 +399,45 @@
423 * available to remove directories. Otherwise you should fork off a
424 * new process to exec /bin/rmdir.
426 -/*#define HAS_RMDIR / **/
427 +#define HAS_RMDIR /**/
429 /* HAS_SELECT:
430 * This symbol, if defined, indicates that the select routine is
431 * available to select active file descriptors. If the timeout field
432 * is used, <sys/time.h> may need to be included.
434 -/*#define HAS_SELECT / **/
435 +#define HAS_SELECT /**/
437 /* HAS_SETEGID:
438 * This symbol, if defined, indicates that the setegid routine is available
439 * to change the effective gid of the current program.
441 -/*#define HAS_SETEGID / **/
442 +#define HAS_SETEGID /**/
444 /* HAS_SETEUID:
445 * This symbol, if defined, indicates that the seteuid routine is available
446 * to change the effective uid of the current program.
448 -/*#define HAS_SETEUID / **/
449 +#define HAS_SETEUID /**/
451 /* HAS_SETLINEBUF:
452 * This symbol, if defined, indicates that the setlinebuf routine is
453 * available to change stderr or stdout from block-buffered or unbuffered
454 * to a line-buffered mode.
456 -/*#define HAS_SETLINEBUF / **/
457 +#define HAS_SETLINEBUF /**/
459 /* HAS_SETLOCALE:
460 * This symbol, if defined, indicates that the setlocale routine is
461 * available to handle locale-specific ctype implementations.
463 -/*#define HAS_SETLOCALE / **/
464 +#define HAS_SETLOCALE /**/
466 /* HAS_SETPGID:
467 * This symbol, if defined, indicates that the setpgid(pid, gpid)
468 * routine is available to set process group ID.
470 -/*#define HAS_SETPGID / **/
471 +#define HAS_SETPGID /**/
473 /* HAS_SETPGRP2:
474 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
475 @@ -449,7 +449,7 @@
476 * This symbol, if defined, indicates that the setpriority routine is
477 * available to set a process's priority.
479 -/*#define HAS_SETPRIORITY / **/
480 +#define HAS_SETPRIORITY /**/
482 /* HAS_SETREGID:
483 * This symbol, if defined, indicates that the setregid routine is
484 @@ -461,8 +461,8 @@
485 * available to change the real, effective and saved gid of the current
486 * process.
488 -/*#define HAS_SETREGID / **/
489 -/*#define HAS_SETRESGID / **/
490 +#define HAS_SETREGID /**/
491 +#define HAS_SETRESGID /**/
493 /* HAS_SETREUID:
494 * This symbol, if defined, indicates that the setreuid routine is
495 @@ -474,8 +474,8 @@
496 * available to change the real, effective and saved uid of the current
497 * process.
499 -/*#define HAS_SETREUID / **/
500 -/*#define HAS_SETRESUID / **/
501 +#define HAS_SETREUID /**/
502 +#define HAS_SETRESUID /**/
504 /* HAS_SETRGID:
505 * This symbol, if defined, indicates that the setrgid routine is available
506 @@ -493,7 +493,7 @@
507 * This symbol, if defined, indicates that the setsid routine is
508 * available to set the process group ID.
510 -/*#define HAS_SETSID / **/
511 +#define HAS_SETSID /**/
513 /* HAS_STRCHR:
514 * This symbol is defined to indicate that the strchr()/strrchr()
515 @@ -504,105 +504,105 @@
516 * This symbol is defined to indicate that the index()/rindex()
517 * functions are available for string searching.
519 -/*#define HAS_STRCHR / **/
520 +#define HAS_STRCHR /**/
521 /*#define HAS_INDEX / **/
523 /* HAS_STRCOLL:
524 * This symbol, if defined, indicates that the strcoll routine is
525 * available to compare strings using collating information.
527 -/*#define HAS_STRCOLL / **/
528 +#define HAS_STRCOLL /**/
530 /* USE_STRUCT_COPY:
531 * This symbol, if defined, indicates that this C compiler knows how
532 * to copy structures. If undefined, you'll need to use a block copy
533 * routine of some sort instead.
535 -/*#define USE_STRUCT_COPY / **/
536 +#define USE_STRUCT_COPY /**/
538 /* HAS_STRTOD:
539 * This symbol, if defined, indicates that the strtod routine is
540 * available to provide better numeric string conversion than atof().
542 -/*#define HAS_STRTOD / **/
543 +#define HAS_STRTOD /**/
545 /* HAS_STRTOL:
546 * This symbol, if defined, indicates that the strtol routine is available
547 * to provide better numeric string conversion than atoi() and friends.
549 -/*#define HAS_STRTOL / **/
550 +#define HAS_STRTOL /**/
552 /* HAS_STRXFRM:
553 * This symbol, if defined, indicates that the strxfrm() routine is
554 * available to transform strings.
556 -/*#define HAS_STRXFRM / **/
557 +#define HAS_STRXFRM /**/
559 /* HAS_SYMLINK:
560 * This symbol, if defined, indicates that the symlink routine is available
561 * to create symbolic links.
563 -/*#define HAS_SYMLINK / **/
564 +#define HAS_SYMLINK /**/
566 /* HAS_SYSCALL:
567 * This symbol, if defined, indicates that the syscall routine is
568 * available to call arbitrary system calls. If undefined, that's tough.
570 -/*#define HAS_SYSCALL / **/
571 +#define HAS_SYSCALL /**/
573 /* HAS_SYSCONF:
574 * This symbol, if defined, indicates that sysconf() is available
575 * to determine system related limits and options.
577 -/*#define HAS_SYSCONF / **/
578 +#define HAS_SYSCONF /**/
580 /* HAS_SYSTEM:
581 * This symbol, if defined, indicates that the system routine is
582 * available to issue a shell command.
584 -/*#define HAS_SYSTEM / **/
585 +#define HAS_SYSTEM /**/
587 /* HAS_TCGETPGRP:
588 * This symbol, if defined, indicates that the tcgetpgrp routine is
589 * available to get foreground process group ID.
591 -/*#define HAS_TCGETPGRP / **/
592 +#define HAS_TCGETPGRP /**/
594 /* HAS_TCSETPGRP:
595 * This symbol, if defined, indicates that the tcsetpgrp routine is
596 * available to set foreground process group ID.
598 -/*#define HAS_TCSETPGRP / **/
599 +#define HAS_TCSETPGRP /**/
601 /* HAS_TRUNCATE:
602 * This symbol, if defined, indicates that the truncate routine is
603 * available to truncate files.
605 -/*#define HAS_TRUNCATE / **/
606 +#define HAS_TRUNCATE /**/
608 /* HAS_TZNAME:
609 * This symbol, if defined, indicates that the tzname[] array is
610 * available to access timezone names.
612 -/*#define HAS_TZNAME / **/
613 +#define HAS_TZNAME /**/
615 /* HAS_UMASK:
616 * This symbol, if defined, indicates that the umask routine is
617 * available to set and get the value of the file creation mask.
619 -/*#define HAS_UMASK / **/
620 +#define HAS_UMASK /**/
622 /* HAS_USLEEP:
623 * This symbol, if defined, indicates that the usleep routine is
624 * available to let the process sleep on a sub-second accuracy.
626 -/*#define HAS_USLEEP / **/
627 +#define HAS_USLEEP /**/
629 /* HASVOLATILE:
630 * This symbol, if defined, indicates that this C compiler knows about
631 * the volatile declaration.
633 -/*#define HASVOLATILE / **/
634 +#define HASVOLATILE /**/
635 #ifndef HASVOLATILE
636 #define volatile
637 #endif
638 @@ -610,31 +610,31 @@
639 /* HAS_WAIT4:
640 * This symbol, if defined, indicates that wait4() exists.
642 -/*#define HAS_WAIT4 / **/
643 +#define HAS_WAIT4 /**/
645 /* HAS_WAITPID:
646 * This symbol, if defined, indicates that the waitpid routine is
647 * available to wait for child process.
649 -/*#define HAS_WAITPID / **/
650 +#define HAS_WAITPID /**/
652 /* HAS_WCSTOMBS:
653 * This symbol, if defined, indicates that the wcstombs routine is
654 * available to convert wide character strings to multibyte strings.
656 -/*#define HAS_WCSTOMBS / **/
657 +#define HAS_WCSTOMBS /**/
659 /* HAS_WCTOMB:
660 * This symbol, if defined, indicates that the wctomb routine is available
661 * to covert a wide character to a multibyte.
663 -/*#define HAS_WCTOMB / **/
664 +#define HAS_WCTOMB /**/
666 /* I_ARPA_INET:
667 * This symbol, if defined, indicates to the C program that it should
668 * include <arpa/inet.h> to get inet_addr and friends declarations.
670 -/*#define I_ARPA_INET / **/
671 +#define I_ARPA_INET /**/
673 /* I_DBM:
674 * This symbol, if defined, indicates that <dbm.h> exists and should
675 @@ -671,7 +671,7 @@
676 * This symbol, if defined, indicates that <dlfcn.h> exists and should
677 * be included.
679 -/*#define I_DLFCN / **/
680 +#define I_DLFCN /**/
682 /* I_FCNTL:
683 * This manifest constant tells the C program to include <fcntl.h>.
684 @@ -683,20 +683,20 @@
685 * include <float.h> to get definition of symbols like DBL_MAX or
686 * DBL_MIN, i.e. machine dependent floating point values.
688 -/*#define I_FLOAT / **/
689 +#define I_FLOAT /**/
691 /* I_LIMITS:
692 * This symbol, if defined, indicates to the C program that it should
693 * include <limits.h> to get definition of symbols like WORD_BIT or
694 * LONG_MAX, i.e. machine dependant limitations.
696 -/*#define I_LIMITS / **/
697 +#define I_LIMITS /**/
699 /* I_LOCALE:
700 * This symbol, if defined, indicates to the C program that it should
701 * include <locale.h>.
703 -/*#define I_LOCALE / **/
704 +#define I_LOCALE /**/
706 /* I_MATH:
707 * This symbol, if defined, indicates to the C program that it should
708 @@ -720,7 +720,7 @@
709 * This symbol, if defined, indicates to the C program that it should
710 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
712 -/*#define I_NETINET_IN / **/
713 +#define I_NETINET_IN /**/
715 /* I_SFIO:
716 * This symbol, if defined, indicates to the C program that it should
717 @@ -732,7 +732,7 @@
718 * This symbol, if defined, indicates that <stddef.h> exists and should
719 * be included.
721 -/*#define I_STDDEF / **/
722 +#define I_STDDEF /**/
724 /* I_STDLIB:
725 * This symbol, if defined, indicates that <stdlib.h> exists and should
726 @@ -750,13 +750,13 @@
727 * This symbol, if defined, indicates to the C program that it should
728 * include <sys/dir.h>.
730 -/*#define I_SYS_DIR / **/
731 +#define I_SYS_DIR /**/
733 /* I_SYS_FILE:
734 * This symbol, if defined, indicates to the C program that it should
735 * include <sys/file.h> to get definition of R_OK and friends.
737 -/*#define I_SYS_FILE / **/
738 +#define I_SYS_FILE /**/
740 /* I_SYS_IOCTL:
741 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
742 @@ -766,7 +766,7 @@
743 * This symbol, if defined, indicates the <sys/sockio.h> should be included
744 * to get socket ioctl options, like SIOCATMARK.
746 -/*#define I_SYS_IOCTL / **/
747 +#define I_SYS_IOCTL /**/
748 /*#define I_SYS_SOCKIO / **/
750 /* I_SYS_NDIR:
751 @@ -779,19 +779,19 @@
752 * This symbol, if defined, indicates to the C program that it should
753 * include <sys/param.h>.
755 -/*#define I_SYS_PARAM / **/
756 +#define I_SYS_PARAM /**/
758 /* I_SYS_RESOURCE:
759 * This symbol, if defined, indicates to the C program that it should
760 * include <sys/resource.h>.
762 -/*#define I_SYS_RESOURCE / **/
763 +#define I_SYS_RESOURCE /**/
765 /* I_SYS_SELECT:
766 * This symbol, if defined, indicates to the C program that it should
767 * include <sys/select.h> in order to get definition of struct timeval.
769 -/*#define I_SYS_SELECT / **/
770 +#define I_SYS_SELECT /**/
772 /* I_SYS_STAT:
773 * This symbol, if defined, indicates to the C program that it should
774 @@ -803,25 +803,25 @@
775 * This symbol, if defined, indicates to the C program that it should
776 * include <sys/times.h>.
778 -/*#define I_SYS_TIMES / **/
779 +#define I_SYS_TIMES /**/
781 /* I_SYS_TYPES:
782 * This symbol, if defined, indicates to the C program that it should
783 * include <sys/types.h>.
785 -/*#define I_SYS_TYPES / **/
786 +#define I_SYS_TYPES /**/
788 /* I_SYS_UN:
789 * This symbol, if defined, indicates to the C program that it should
790 * include <sys/un.h> to get UNIX domain socket definitions.
792 -/*#define I_SYS_UN / **/
793 +#define I_SYS_UN /**/
795 /* I_SYS_WAIT:
796 * This symbol, if defined, indicates to the C program that it should
797 * include <sys/wait.h>.
799 -/*#define I_SYS_WAIT / **/
800 +#define I_SYS_WAIT /**/
802 /* I_TERMIO:
803 * This symbol, if defined, indicates that the program should include
804 @@ -840,20 +840,20 @@
805 * the ioctl() calls that depend on the value of this symbol.
807 /*#define I_TERMIO / **/
808 -/*#define I_TERMIOS / **/
809 +#define I_TERMIOS /**/
810 /*#define I_SGTTY / **/
812 /* I_UNISTD:
813 * This symbol, if defined, indicates to the C program that it should
814 * include <unistd.h>.
816 -/*#define I_UNISTD / **/
817 +#define I_UNISTD /**/
819 /* I_UTIME:
820 * This symbol, if defined, indicates to the C program that it should
821 * include <utime.h>.
823 -/*#define I_UTIME / **/
824 +#define I_UTIME /**/
826 /* I_VALUES:
827 * This symbol, if defined, indicates to the C program that it should
828 @@ -861,7 +861,7 @@
829 * MAXLONG, i.e. machine dependant limitations. Probably, you
830 * should use <limits.h> instead, if it is available.
832 -/*#define I_VALUES / **/
833 +#define I_VALUES /**/
835 /* I_VFORK:
836 * This symbol, if defined, indicates to the C program that it should
837 @@ -903,8 +903,8 @@
838 * by Configure. You shouldn't rely on it too much; the specific
839 * feature tests from Configure are generally more reliable.
841 -#define OSNAME "unknown" /**/
842 -#define OSVERS "" /**/
843 +#define OSNAME "linux" /**/
844 +#define OSVERS "2.6.18gum" /**/
846 /* USE_CROSS_COMPILE:
847 * This symbol, if defined, indicates that Perl is being cross-compiled.
848 @@ -914,8 +914,8 @@
849 * Perl has been cross-compiled to. Undefined if not a cross-compile.
851 #ifndef USE_CROSS_COMPILE
852 -/*#define USE_CROSS_COMPILE / **/
853 -#define PERL_TARGETARCH "" /**/
854 +#define USE_CROSS_COMPILE / /**/
855 +#define PERL_TARGETARCH "gumstix" /**/
856 #endif
858 /* MULTIARCH:
859 @@ -941,7 +941,7 @@
860 /* ARCHLIB:
861 * This variable, if defined, holds the name of the directory in
862 * which the user wants to put architecture-dependent public
863 - * library files for . It is most often a local directory
864 + * library files for perl5. It is most often a local directory
865 * such as /usr/local/lib. Programs using this variable must be
866 * prepared to deal with filename expansion. If ARCHLIB is the
867 * same as PRIVLIB, it is not defined, since presumably the
868 @@ -951,8 +951,8 @@
869 * This symbol contains the ~name expanded version of ARCHLIB, to be used
870 * in programs that are not prepared to deal with ~ expansion at run-time.
872 -/*#define ARCHLIB "/usr/local/lib/perl5/5.9/unknown" / **/
873 -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.9/unknown" / **/
874 +#define ARCHLIB "/usr/lib/perl/armv5tel-linux" /**/
875 +#define ARCHLIB_EXP "/usr/lib/perl/armv5tel-linux" /**/
877 /* ARCHNAME:
878 * This symbol holds a string representing the architecture name.
879 @@ -960,7 +960,7 @@
880 * where library files may be held under a private library, for
881 * instance.
883 -#define ARCHNAME "unknown" /**/
884 +#define ARCHNAME "armv5tel-linux" /**/
886 /* HAS_ATOLF:
887 * This symbol, if defined, indicates that the atolf routine is
888 @@ -972,7 +972,7 @@
889 * This symbol, if defined, indicates that the atoll routine is
890 * available to convert strings into long longs.
892 -/*#define HAS_ATOLL / **/
893 +#define HAS_ATOLL /**/
895 /* BIN:
896 * This symbol holds the path of the bin directory where the package will
897 @@ -982,8 +982,8 @@
898 * This symbol is the filename expanded version of the BIN symbol, for
899 * programs that do not want to deal with that at run-time.
901 -#define BIN "/usr/local/bin" /**/
902 -#define BIN_EXP "" /**/
903 +#define BIN "/usr/bin" /**/
904 +#define BIN_EXP "/usr/bin" /**/
906 /* INTSIZE:
907 * This symbol contains the value of sizeof(int) so that the C
908 @@ -1093,10 +1093,10 @@
909 * This symbol is intended to be used along with CPPRUN in the same manner
910 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
912 -#define CPPSTDIN ""
913 -#define CPPMINUS ""
914 -#define CPPRUN ""
915 -#define CPPLAST ""
916 +#define CPPSTDIN "gcc -E"
917 +#define CPPMINUS "-"
918 +#define CPPRUN "gcc -E"
919 +#define CPPLAST "-"
921 /* HAS__FWALK:
922 * This symbol, if defined, indicates that the _fwalk system call is
923 @@ -1109,7 +1109,7 @@
924 * system call is available to check for accessibility using real UID/GID.
925 * (always present on UNIX.)
927 -/*#define HAS_ACCESS / **/
928 +#define HAS_ACCESS /**/
930 /* HAS_ASCTIME_R:
931 * This symbol, if defined, indicates that the asctime_r routine
932 @@ -1128,7 +1128,7 @@
933 * This symbol is defined if the C compiler can cast negative
934 * or large floating point numbers to 32-bit ints.
936 -/*#define CASTI32 / **/
937 +#define CASTI32 /**/
939 /* CASTNEGFLOAT:
940 * This symbol is defined if the C compiler can cast negative
941 @@ -1143,7 +1143,7 @@
942 * 4 = couldn't cast in argument expression list
944 /*#define CASTNEGFLOAT / **/
945 -#define CASTFLAGS 0 /**/
946 +#define CASTFLAGS 1 /**/
948 /* HAS_CLASS:
949 * This symbol, if defined, indicates that the class routine is
950 @@ -1173,7 +1173,7 @@
951 * This symbol, if defined, indicates that the struct cmsghdr
952 * is supported.
954 -/*#define HAS_STRUCT_CMSGHDR / **/
955 +#define HAS_STRUCT_CMSGHDR /**/
957 /* HAS_CRYPT_R:
958 * This symbol, if defined, indicates that the crypt_r routine
959 @@ -1186,7 +1186,7 @@
960 * is defined.
962 /*#define HAS_CRYPT_R / **/
963 -#define CRYPT_R_PROTO 0 /**/
964 +/*#define CRYPT_R_PROTO 0 / **/
966 /* HAS_CSH:
967 * This symbol, if defined, indicates that the C-shell exists.
968 @@ -1196,7 +1196,7 @@
970 /*#define HAS_CSH / **/
971 #ifdef HAS_CSH
972 -#define CSH "" /**/
973 +#define CSH "csh" /**/
974 #endif
976 /* HAS_CTIME_R:
977 @@ -1239,13 +1239,13 @@
978 * to the program to supply one. A good guess is
979 * extern double drand48(void);
981 -/*#define HAS_DRAND48_PROTO / **/
982 +#define HAS_DRAND48_PROTO /**/
984 /* HAS_ENDGRENT:
985 * This symbol, if defined, indicates that the getgrent routine is
986 * available for finalizing sequential access of the group database.
988 -/*#define HAS_ENDGRENT / **/
989 +#define HAS_ENDGRENT /**/
991 /* HAS_ENDGRENT_R:
992 * This symbol, if defined, indicates that the endgrent_r routine
993 @@ -1264,25 +1264,25 @@
994 * This symbol, if defined, indicates that the endhostent() routine is
995 * available to close whatever was being used for host queries.
997 -/*#define HAS_ENDHOSTENT / **/
998 +#define HAS_ENDHOSTENT /**/
1000 /* HAS_ENDNETENT:
1001 * This symbol, if defined, indicates that the endnetent() routine is
1002 * available to close whatever was being used for network queries.
1004 -/*#define HAS_ENDNETENT / **/
1005 +#define HAS_ENDNETENT /**/
1007 /* HAS_ENDPROTOENT:
1008 * This symbol, if defined, indicates that the endprotoent() routine is
1009 * available to close whatever was being used for protocol queries.
1011 -/*#define HAS_ENDPROTOENT / **/
1012 +#define HAS_ENDPROTOENT /**/
1014 /* HAS_ENDPWENT:
1015 * This symbol, if defined, indicates that the getgrent routine is
1016 * available for finalizing sequential access of the passwd database.
1018 -/*#define HAS_ENDPWENT / **/
1019 +#define HAS_ENDPWENT /**/
1021 /* HAS_ENDPWENT_R:
1022 * This symbol, if defined, indicates that the endpwent_r routine
1023 @@ -1301,13 +1301,13 @@
1024 * This symbol, if defined, indicates that the endservent() routine is
1025 * available to close whatever was being used for service queries.
1027 -/*#define HAS_ENDSERVENT / **/
1028 +#define HAS_ENDSERVENT /**/
1030 /* HAS_FCHDIR:
1031 * This symbol, if defined, indicates that the fchdir routine is
1032 * available to change directory using a file descriptor.
1034 -/*#define HAS_FCHDIR / **/
1035 +#define HAS_FCHDIR /**/
1037 /* FCNTL_CAN_LOCK:
1038 * This symbol, if defined, indicates that fcntl() can be used
1039 @@ -1320,13 +1320,13 @@
1040 * This symbol, when defined, indicates presence of the fd_set typedef
1041 * in <sys/types.h>
1043 -/*#define HAS_FD_SET / **/
1044 +#define HAS_FD_SET /**/
1046 /* HAS_FINITE:
1047 * This symbol, if defined, indicates that the finite routine is
1048 * available to check whether a double is finite (non-infinity non-NaN).
1050 -/*#define HAS_FINITE / **/
1051 +#define HAS_FINITE /**/
1053 /* HAS_FINITEL:
1054 * This symbol, if defined, indicates that the finitel routine is
1055 @@ -1339,7 +1339,7 @@
1056 * This symbol, if defined, indicates that the system supports filenames
1057 * longer than 14 characters.
1059 -/*#define FLEXFILENAMES / **/
1060 +#define FLEXFILENAMES /**/
1062 /* HAS_FP_CLASS:
1063 * This symbol, if defined, indicates that the fp_class routine is
1064 @@ -1413,26 +1413,32 @@
1065 * This symbol, if defined, indicates that the fseeko routine is
1066 * available to fseek beyond 32 bits (useful for ILP32 hosts).
1068 -/*#define HAS_FSEEKO / **/
1069 +#define HAS_FSEEKO /**/
1071 /* HAS_FSTATFS:
1072 * This symbol, if defined, indicates that the fstatfs routine is
1073 * available to stat filesystems by file descriptors.
1075 -/*#define HAS_FSTATFS / **/
1076 +#define HAS_FSTATFS /**/
1078 /* HAS_FSYNC:
1079 * This symbol, if defined, indicates that the fsync routine is
1080 * available to write a file's modified data and attributes to
1081 * permanent storage.
1083 -/*#define HAS_FSYNC / **/
1084 +#define HAS_FSYNC /**/
1086 /* HAS_FTELLO:
1087 * This symbol, if defined, indicates that the ftello routine is
1088 * available to ftell beyond 32 bits (useful for ILP32 hosts).
1090 -/*#define HAS_FTELLO / **/
1091 +#define HAS_FTELLO /**/
1093 +/* HAS_FUTIMES:
1094 + * This symbol, if defined, indicates that the futimes routine is
1095 + * available to change file descriptor time stamps with struct timevals.
1096 + */
1097 +/*#define HAS_FUTIMES / **/
1099 /* Gconvert:
1100 * This preprocessor macro is defined to convert a floating point
1101 @@ -1449,13 +1455,13 @@
1102 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1103 * The last two assume trailing zeros should not be kept.
1105 -#define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1106 +#define Gconvert(x,n,t,b) gcvt((x),(n),(b))
1108 /* HAS_GETCWD:
1109 * This symbol, if defined, indicates that the getcwd routine is
1110 * available to get the current working directory.
1112 -/*#define HAS_GETCWD / **/
1113 +#define HAS_GETCWD /**/
1115 /* HAS_GETESPWNAM:
1116 * This symbol, if defined, indicates that the getespwnam system call is
1117 @@ -1473,7 +1479,7 @@
1118 * This symbol, if defined, indicates that the getgrent routine is
1119 * available for sequential access of the group database.
1121 -/*#define HAS_GETGRENT / **/
1122 +#define HAS_GETGRENT /**/
1124 /* HAS_GETGRENT_R:
1125 * This symbol, if defined, indicates that the getgrent_r routine
1126 @@ -1518,19 +1524,19 @@
1127 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1128 * available to look up hosts by their IP addresses.
1130 -/*#define HAS_GETHOSTBYADDR / **/
1131 +#define HAS_GETHOSTBYADDR /**/
1133 /* HAS_GETHOSTBYNAME:
1134 * This symbol, if defined, indicates that the gethostbyname() routine is
1135 * available to look up host names in some data base or other.
1137 -/*#define HAS_GETHOSTBYNAME / **/
1138 +#define HAS_GETHOSTBYNAME /**/
1140 /* HAS_GETHOSTENT:
1141 * This symbol, if defined, indicates that the gethostent() routine is
1142 * available to look up host names in some data base or another.
1144 -/*#define HAS_GETHOSTENT / **/
1145 +#define HAS_GETHOSTENT /**/
1147 /* HAS_GETHOSTNAME:
1148 * This symbol, if defined, indicates that the C program may use the
1149 @@ -1554,11 +1560,11 @@
1150 * contents of PHOSTNAME as a command to feed to the popen() routine
1151 * to derive the host name.
1153 -/*#define HAS_GETHOSTNAME / **/
1154 -/*#define HAS_UNAME / **/
1155 +#define HAS_GETHOSTNAME /**/
1156 +#define HAS_UNAME /**/
1157 /*#define HAS_PHOSTNAME / **/
1158 #ifdef HAS_PHOSTNAME
1159 -#define PHOSTNAME "" /* How to get the host name */
1160 +#define PHOSTNAME "/bin/hostname" /* How to get the host name */
1161 #endif
1163 /* HAS_GETHOST_PROTOS:
1164 @@ -1567,13 +1573,13 @@
1165 * gethostbyaddr(). Otherwise, it is up to the program to guess
1166 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1168 -/*#define HAS_GETHOST_PROTOS / **/
1169 +#define HAS_GETHOST_PROTOS /**/
1171 /* HAS_GETITIMER:
1172 * This symbol, if defined, indicates that the getitimer routine is
1173 * available to return interval timers.
1175 -/*#define HAS_GETITIMER / **/
1176 +#define HAS_GETITIMER /**/
1178 /* HAS_GETLOGIN_R:
1179 * This symbol, if defined, indicates that the getlogin_r routine
1180 @@ -1598,25 +1604,25 @@
1181 * This symbol, if defined, indicates that the getmntent routine is
1182 * available to iterate through mounted file systems to get their info.
1184 -/*#define HAS_GETMNTENT / **/
1185 +#define HAS_GETMNTENT /**/
1187 /* HAS_GETNETBYADDR:
1188 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1189 * available to look up networks by their IP addresses.
1191 -/*#define HAS_GETNETBYADDR / **/
1192 +#define HAS_GETNETBYADDR /**/
1194 /* HAS_GETNETBYNAME:
1195 * This symbol, if defined, indicates that the getnetbyname() routine is
1196 * available to look up networks by their names.
1198 -/*#define HAS_GETNETBYNAME / **/
1199 +#define HAS_GETNETBYNAME /**/
1201 /* HAS_GETNETENT:
1202 * This symbol, if defined, indicates that the getnetent() routine is
1203 * available to look up network names in some data base or another.
1205 -/*#define HAS_GETNETENT / **/
1206 +#define HAS_GETNETENT /**/
1208 /* HAS_GETNET_PROTOS:
1209 * This symbol, if defined, indicates that <netdb.h> includes
1210 @@ -1624,20 +1630,20 @@
1211 * getnetbyaddr(). Otherwise, it is up to the program to guess
1212 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1214 -/*#define HAS_GETNET_PROTOS / **/
1215 +#define HAS_GETNET_PROTOS /**/
1217 /* HAS_GETPAGESIZE:
1218 * This symbol, if defined, indicates that the getpagesize system call
1219 * is available to get system page size, which is the granularity of
1220 * many memory management calls.
1222 -/*#define HAS_GETPAGESIZE / **/
1223 +#define HAS_GETPAGESIZE /**/
1225 /* HAS_GETPROTOENT:
1226 * This symbol, if defined, indicates that the getprotoent() routine is
1227 * available to look up protocols in some data base or another.
1229 -/*#define HAS_GETPROTOENT / **/
1230 +#define HAS_GETPROTOENT /**/
1232 /* HAS_GETPGRP:
1233 * This symbol, if defined, indicates that the getpgrp routine is
1234 @@ -1647,7 +1653,7 @@
1235 * This symbol, if defined, indicates that getpgrp needs one
1236 * arguments whereas USG one needs none.
1238 -/*#define HAS_GETPGRP / **/
1239 +#define HAS_GETPGRP /**/
1240 /*#define USE_BSD_GETPGRP / **/
1242 /* HAS_GETPROTOBYNAME:
1243 @@ -1658,8 +1664,8 @@
1244 * This symbol, if defined, indicates that the getprotobynumber()
1245 * routine is available to look up protocols by their number.
1247 -/*#define HAS_GETPROTOBYNAME / **/
1248 -/*#define HAS_GETPROTOBYNUMBER / **/
1249 +#define HAS_GETPROTOBYNAME /**/
1250 +#define HAS_GETPROTOBYNUMBER /**/
1252 /* HAS_GETPROTO_PROTOS:
1253 * This symbol, if defined, indicates that <netdb.h> includes
1254 @@ -1667,7 +1673,7 @@
1255 * getprotobyaddr(). Otherwise, it is up to the program to guess
1256 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1258 -/*#define HAS_GETPROTO_PROTOS / **/
1259 +#define HAS_GETPROTO_PROTOS /**/
1261 /* HAS_GETPRPWNAM:
1262 * This symbol, if defined, indicates that the getprpwnam system call is
1263 @@ -1680,7 +1686,7 @@
1264 * available for sequential access of the passwd database.
1265 * If this is not available, the older getpw() function may be available.
1267 -/*#define HAS_GETPWENT / **/
1268 +#define HAS_GETPWENT /**/
1270 /* HAS_GETPWENT_R:
1271 * This symbol, if defined, indicates that the getpwent_r routine
1272 @@ -1725,7 +1731,7 @@
1273 * This symbol, if defined, indicates that the getservent() routine is
1274 * available to look up network services in some data base or another.
1276 -/*#define HAS_GETSERVENT / **/
1277 +#define HAS_GETSERVENT /**/
1279 /* HAS_GETSERV_PROTOS:
1280 * This symbol, if defined, indicates that <netdb.h> includes
1281 @@ -1733,13 +1739,13 @@
1282 * getservbyaddr(). Otherwise, it is up to the program to guess
1283 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1285 -/*#define HAS_GETSERV_PROTOS / **/
1286 +#define HAS_GETSERV_PROTOS /**/
1288 /* HAS_GETSPNAM:
1289 * This symbol, if defined, indicates that the getspnam system call is
1290 * available to retrieve SysV shadow password entries by name.
1292 -/*#define HAS_GETSPNAM / **/
1293 +#define HAS_GETSPNAM /**/
1295 /* HAS_GETSPNAM_R:
1296 * This symbol, if defined, indicates that the getspnam_r routine
1297 @@ -1762,8 +1768,8 @@
1298 * This symbol, if defined, indicates that the getservbyport()
1299 * routine is available to look up services by their port.
1301 -/*#define HAS_GETSERVBYNAME / **/
1302 -/*#define HAS_GETSERVBYPORT / **/
1303 +#define HAS_GETSERVBYNAME /**/
1304 +#define HAS_GETSERVBYPORT /**/
1306 /* HAS_GMTIME_R:
1307 * This symbol, if defined, indicates that the gmtime_r routine
1308 @@ -1791,7 +1797,7 @@
1309 * This symbol, if defined, indicates that the hasmntopt routine is
1310 * available to query the mount options of file systems.
1312 -/*#define HAS_HASMNTOPT / **/
1313 +#define HAS_HASMNTOPT /**/
1315 /* HAS_HTONL:
1316 * This symbol, if defined, indicates that the htonl() routine (and
1317 @@ -1813,23 +1819,23 @@
1318 * friends htonl() htons() ntohl()) are available to do network
1319 * order byte swapping.
1321 -/*#define HAS_HTONL / **/
1322 -/*#define HAS_HTONS / **/
1323 -/*#define HAS_NTOHL / **/
1324 -/*#define HAS_NTOHS / **/
1325 +#define HAS_HTONL /**/
1326 +#define HAS_HTONS /**/
1327 +#define HAS_NTOHL /**/
1328 +#define HAS_NTOHS /**/
1330 /* HAS_INT64_T:
1331 * This symbol will defined if the C compiler supports int64_t.
1332 * Usually the <inttypes.h> needs to be included, but sometimes
1333 * <sys/types.h> is enough.
1335 -/*#define HAS_INT64_T / **/
1336 +#define HAS_INT64_T /**/
1338 /* HAS_ISASCII:
1339 * This manifest constant lets the C program know that isascii
1340 * is available.
1342 -/*#define HAS_ISASCII / **/
1343 +#define HAS_ISASCII /**/
1345 /* HAS_ISFINITE:
1346 * This symbol, if defined, indicates that the isfinite routine is
1347 @@ -1841,13 +1847,13 @@
1348 * This symbol, if defined, indicates that the isinf routine is
1349 * available to check whether a double is an infinity.
1351 -/*#define HAS_ISINF / **/
1352 +#define HAS_ISINF /**/
1354 /* HAS_ISNAN:
1355 * This symbol, if defined, indicates that the isnan routine is
1356 * available to check whether a double is a NaN.
1358 -/*#define HAS_ISNAN / **/
1359 +#define HAS_ISNAN /**/
1361 /* HAS_ISNANL:
1362 * This symbol, if defined, indicates that the isnanl routine is
1363 @@ -1860,7 +1866,7 @@
1364 * available to operate on a symbolic link (instead of following the
1365 * link).
1367 -/*#define HAS_LCHOWN / **/
1368 +#define HAS_LCHOWN /**/
1370 /* HAS_LDBL_DIG:
1371 * This symbol, if defined, indicates that this system's <float.h>
1372 @@ -1868,7 +1874,7 @@
1373 * of significant digits in a long double precision number. Unlike
1374 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
1376 -/*#define HAS_LDBL_DIG / * */
1377 +#define HAS_LDBL_DIG /* */
1379 /* HAS_LOCALTIME_R:
1380 * This symbol, if defined, indicates that the localtime_r routine
1381 @@ -1892,7 +1898,7 @@
1382 * C preprocessor can make decisions based on it. It is only
1383 * defined if the system supports long doubles.
1385 -/*#define HAS_LONG_DOUBLE / **/
1386 +#define HAS_LONG_DOUBLE /**/
1387 #ifdef HAS_LONG_DOUBLE
1388 #define LONG_DOUBLESIZE 8 /**/
1389 #endif
1390 @@ -1905,7 +1911,7 @@
1391 * C preprocessor can make decisions based on it. It is only
1392 * defined if the system supports long long.
1394 -/*#define HAS_LONG_LONG / **/
1395 +#define HAS_LONG_LONG /**/
1396 #ifdef HAS_LONG_LONG
1397 #define LONGLONGSIZE 8 /**/
1398 #endif
1399 @@ -1916,13 +1922,13 @@
1400 * to the program to supply one. A good guess is
1401 * extern off_t lseek(int, off_t, int);
1403 -/*#define HAS_LSEEK_PROTO / **/
1404 +#define HAS_LSEEK_PROTO /**/
1406 /* HAS_MADVISE:
1407 * This symbol, if defined, indicates that the madvise system call is
1408 * available to map a file into memory.
1410 -/*#define HAS_MADVISE / **/
1411 +#define HAS_MADVISE /**/
1413 /* HAS_MALLOC_SIZE:
1414 * This symbol, if defined, indicates that the malloc_size
1415 @@ -1940,20 +1946,20 @@
1416 * This symbol, if defined, indicates that the memchr routine is available
1417 * to locate characters within a C string.
1419 -/*#define HAS_MEMCHR / **/
1420 +#define HAS_MEMCHR /**/
1422 /* HAS_MKDTEMP:
1423 * This symbol, if defined, indicates that the mkdtemp routine is
1424 * available to exclusively create a uniquely named temporary directory.
1426 -/*#define HAS_MKDTEMP / **/
1427 +#define HAS_MKDTEMP /**/
1429 /* HAS_MKSTEMP:
1430 * This symbol, if defined, indicates that the mkstemp routine is
1431 * available to exclusively create and open a uniquely named
1432 * temporary file.
1434 -/*#define HAS_MKSTEMP / **/
1435 +#define HAS_MKSTEMP /**/
1437 /* HAS_MKSTEMPS:
1438 * This symbol, if defined, indicates that the mkstemps routine is
1439 @@ -1971,8 +1977,8 @@
1440 * (and simultaneously the type of the first argument).
1441 * Usually set to 'void *' or 'cadd_t'.
1443 -/*#define HAS_MMAP / **/
1444 -#define Mmap_t /**/
1445 +#define HAS_MMAP /**/
1446 +#define Mmap_t void * /**/
1448 /* HAS_MODFL:
1449 * This symbol, if defined, indicates that the modfl routine is
1450 @@ -1999,19 +2005,19 @@
1451 * This symbol, if defined, indicates that the mprotect system call is
1452 * available to modify the access protection of a memory mapped file.
1454 -/*#define HAS_MPROTECT / **/
1455 +#define HAS_MPROTECT /**/
1457 /* HAS_MSG:
1458 * This symbol, if defined, indicates that the entire msg*(2) library is
1459 * supported (IPC mechanism based on message queues).
1461 -/*#define HAS_MSG / **/
1462 +#define HAS_MSG /**/
1464 /* HAS_STRUCT_MSGHDR:
1465 * This symbol, if defined, indicates that the struct msghdr
1466 * is supported.
1468 -/*#define HAS_STRUCT_MSGHDR / **/
1469 +#define HAS_STRUCT_MSGHDR /**/
1471 /* HAS_OFF64_T:
1472 * This symbol will be defined if the C compiler supports off64_t.
1473 @@ -2022,7 +2028,7 @@
1474 * This manifest constant lets the C program know that the three
1475 * argument form of open(2) is available.
1477 -/*#define HAS_OPEN3 / **/
1478 +#define HAS_OPEN3 /**/
1480 /* OLD_PTHREAD_CREATE_JOINABLE:
1481 * This symbol, if defined, indicates how to create pthread
1482 @@ -2051,7 +2057,7 @@
1484 /*#define HAS_PTHREAD_YIELD / **/
1485 #define SCHED_YIELD sched_yield() /**/
1486 -/*#define HAS_SCHED_YIELD / **/
1487 +#define HAS_SCHED_YIELD /**/
1489 /* HAS_RANDOM_R:
1490 * This symbol, if defined, indicates that the random_r routine
1491 @@ -2084,13 +2090,13 @@
1492 * available to do gather reads. You will also need <sys/uio.h>
1493 * and there I_SYSUIO.
1495 -/*#define HAS_READV / **/
1496 +#define HAS_READV /**/
1498 /* HAS_RECVMSG:
1499 * This symbol, if defined, indicates that the recvmsg routine is
1500 * available to send structured socket messages.
1502 -/*#define HAS_RECVMSG / **/
1503 +#define HAS_RECVMSG /**/
1505 /* HAS_SAFE_BCOPY:
1506 * This symbol, if defined, indicates that the bcopy routine is available
1507 @@ -2113,7 +2119,7 @@
1508 * and can be used to compare relative magnitudes of chars with their high
1509 * bits set. If it is not defined, roll your own version.
1511 -/*#define HAS_SANE_MEMCMP / **/
1512 +#define HAS_SANE_MEMCMP /**/
1514 /* HAS_SBRK_PROTO:
1515 * This symbol, if defined, indicates that the system provides
1516 @@ -2122,25 +2128,25 @@
1517 * extern void* sbrk(int);
1518 * extern void* sbrk(size_t);
1520 -/*#define HAS_SBRK_PROTO / **/
1521 +#define HAS_SBRK_PROTO /**/
1523 /* HAS_SEM:
1524 * This symbol, if defined, indicates that the entire sem*(2) library is
1525 * supported.
1527 -/*#define HAS_SEM / **/
1528 +#define HAS_SEM /**/
1530 /* HAS_SENDMSG:
1531 * This symbol, if defined, indicates that the sendmsg routine is
1532 * available to send structured socket messages.
1534 -/*#define HAS_SENDMSG / **/
1535 +#define HAS_SENDMSG /**/
1537 /* HAS_SETGRENT:
1538 * This symbol, if defined, indicates that the setgrent routine is
1539 * available for initializing sequential access of the group database.
1541 -/*#define HAS_SETGRENT / **/
1542 +#define HAS_SETGRENT /**/
1544 /* HAS_SETGRENT_R:
1545 * This symbol, if defined, indicates that the setgrent_r routine
1546 @@ -2160,31 +2166,31 @@
1547 * available to set the list of process groups. If unavailable, multiple
1548 * groups are probably not supported.
1550 -/*#define HAS_SETGROUPS / **/
1551 +#define HAS_SETGROUPS /**/
1553 /* HAS_SETHOSTENT:
1554 * This symbol, if defined, indicates that the sethostent() routine is
1555 * available.
1557 -/*#define HAS_SETHOSTENT / **/
1558 +#define HAS_SETHOSTENT /**/
1560 /* HAS_SETITIMER:
1561 * This symbol, if defined, indicates that the setitimer routine is
1562 * available to set interval timers.
1564 -/*#define HAS_SETITIMER / **/
1565 +#define HAS_SETITIMER /**/
1567 /* HAS_SETNETENT:
1568 * This symbol, if defined, indicates that the setnetent() routine is
1569 * available.
1571 -/*#define HAS_SETNETENT / **/
1572 +#define HAS_SETNETENT /**/
1574 /* HAS_SETPROTOENT:
1575 * This symbol, if defined, indicates that the setprotoent() routine is
1576 * available.
1578 -/*#define HAS_SETPROTOENT / **/
1579 +#define HAS_SETPROTOENT /**/
1581 /* HAS_SETPGRP:
1582 * This symbol, if defined, indicates that the setpgrp routine is
1583 @@ -2195,7 +2201,7 @@
1584 * arguments whereas USG one needs none. See also HAS_SETPGID
1585 * for a POSIX interface.
1587 -/*#define HAS_SETPGRP / **/
1588 +#define HAS_SETPGRP /**/
1589 /*#define USE_BSD_SETPGRP / **/
1591 /* HAS_SETPROCTITLE:
1592 @@ -2208,7 +2214,7 @@
1593 * This symbol, if defined, indicates that the setpwent routine is
1594 * available for initializing sequential access of the passwd database.
1596 -/*#define HAS_SETPWENT / **/
1597 +#define HAS_SETPWENT /**/
1599 /* HAS_SETPWENT_R:
1600 * This symbol, if defined, indicates that the setpwent_r routine
1601 @@ -2227,14 +2233,14 @@
1602 * This symbol, if defined, indicates that the setservent() routine is
1603 * available.
1605 -/*#define HAS_SETSERVENT / **/
1606 +#define HAS_SETSERVENT /**/
1608 /* HAS_SETVBUF:
1609 * This symbol, if defined, indicates that the setvbuf routine is
1610 * available to change buffering on an open stdio stream.
1611 * to a line-buffered mode.
1613 -/*#define HAS_SETVBUF / **/
1614 +#define HAS_SETVBUF /**/
1616 /* USE_SFIO:
1617 * This symbol, if defined, indicates that sfio should
1618 @@ -2246,13 +2252,13 @@
1619 * This symbol, if defined, indicates that the entire shm*(2) library is
1620 * supported.
1622 -/*#define HAS_SHM / **/
1623 +#define HAS_SHM /**/
1625 /* HAS_SIGACTION:
1626 * This symbol, if defined, indicates that Vr4's sigaction() routine
1627 * is available.
1629 -/*#define HAS_SIGACTION / **/
1630 +#define HAS_SIGACTION /**/
1632 /* HAS_SIGSETJMP:
1633 * This variable indicates to the C program that the sigsetjmp()
1634 @@ -2274,7 +2280,7 @@
1635 * traditional longjmp() if siglongjmp isn't available.
1636 * See HAS_SIGSETJMP.
1638 -/*#define HAS_SIGSETJMP / **/
1639 +#define HAS_SIGSETJMP /**/
1640 #ifdef HAS_SIGSETJMP
1641 #define Sigjmp_buf sigjmp_buf
1642 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1643 @@ -2329,14 +2335,14 @@
1644 * Checking just with #ifdef might not be enough because this symbol
1645 * has been known to be an enum.
1647 -/*#define HAS_SOCKET / **/
1648 -/*#define HAS_SOCKETPAIR / **/
1649 -/*#define HAS_MSG_CTRUNC / **/
1650 -/*#define HAS_MSG_DONTROUTE / **/
1651 -/*#define HAS_MSG_OOB / **/
1652 -/*#define HAS_MSG_PEEK / **/
1653 -/*#define HAS_MSG_PROXY / **/
1654 -/*#define HAS_SCM_RIGHTS / **/
1655 +#define HAS_SOCKET /**/
1656 +#define HAS_SOCKETPAIR /**/
1657 +#define HAS_MSG_CTRUNC /**/
1658 +#define HAS_MSG_DONTROUTE /**/
1659 +#define HAS_MSG_OOB /**/
1660 +#define HAS_MSG_PEEK /**/
1661 +#define HAS_MSG_PROXY /**/
1662 +#define HAS_SCM_RIGHTS /**/
1664 /* HAS_SOCKS5_INIT:
1665 * This symbol, if defined, indicates that the socks5_init routine is
1666 @@ -2381,7 +2387,7 @@
1667 * st_blksize and st_blocks.
1669 #ifndef USE_STAT_BLOCKS
1670 -/*#define USE_STAT_BLOCKS / **/
1671 +#define USE_STAT_BLOCKS /**/
1672 #endif
1674 /* HAS_STRUCT_STATFS_F_FLAGS:
1675 @@ -2399,13 +2405,13 @@
1676 * This symbol, if defined, indicates that the struct statfs
1677 * to do statfs() is supported.
1679 -/*#define HAS_STRUCT_STATFS / **/
1680 +#define HAS_STRUCT_STATFS /**/
1682 /* HAS_FSTATVFS:
1683 * This symbol, if defined, indicates that the fstatvfs routine is
1684 * available to stat filesystems by file descriptors.
1686 -/*#define HAS_FSTATVFS / **/
1687 +#define HAS_FSTATVFS /**/
1689 /* USE_STDIO_PTR:
1690 * This symbol is defined if the _ptr and _cnt fields (or similar)
1691 @@ -2443,9 +2449,9 @@
1693 /*#define USE_STDIO_PTR / **/
1694 #ifdef USE_STDIO_PTR
1695 -#define FILE_ptr(fp) ((fp)->_IO_read_ptr)
1696 +#define FILE_ptr(fp) ((fp)->_ptr)
1697 /*#define STDIO_PTR_LVALUE / **/
1698 -#define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr)
1699 +#define FILE_cnt(fp) ((fp)->_cnt)
1700 /*#define STDIO_CNT_LVALUE / **/
1701 /*#define STDIO_PTR_LVAL_SETS_CNT / **/
1702 /*#define STDIO_PTR_LVAL_NOCHANGE_CNT / **/
1703 @@ -2473,8 +2479,8 @@
1705 /*#define USE_STDIO_BASE / **/
1706 #ifdef USE_STDIO_BASE
1707 -#define FILE_base(fp) ((fp)->_IO_read_base)
1708 -#define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base)
1709 +#define FILE_base(fp) ((fp)->_base)
1710 +#define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
1711 #endif
1713 /* HAS_STRERROR:
1714 @@ -2492,7 +2498,7 @@
1715 * not available to translate error numbers to strings but sys_errlist[]
1716 * array is there.
1718 -/*#define HAS_STRERROR / **/
1719 +#define HAS_STRERROR /**/
1720 /*#define HAS_SYS_ERRLIST / **/
1721 #define Strerror(e) strerror(e)
1723 @@ -2513,19 +2519,19 @@
1724 * This symbol, if defined, indicates that the strtold routine is
1725 * available to convert strings to long doubles.
1727 -/*#define HAS_STRTOLD / **/
1728 +#define HAS_STRTOLD /**/
1730 /* HAS_STRTOLL:
1731 * This symbol, if defined, indicates that the strtoll routine is
1732 * available to convert strings to long longs.
1734 -/*#define HAS_STRTOLL / **/
1735 +#define HAS_STRTOLL /**/
1737 /* HAS_STRTOQ:
1738 * This symbol, if defined, indicates that the strtoq routine is
1739 * available to convert strings to long longs (quads).
1741 -/*#define HAS_STRTOQ / **/
1742 +#define HAS_STRTOQ /**/
1744 /* HAS_STRTOUL:
1745 * This symbol, if defined, indicates that the strtoul routine is
1746 @@ -2537,13 +2543,13 @@
1747 * This symbol, if defined, indicates that the strtoull routine is
1748 * available to convert strings to unsigned long longs.
1750 -/*#define HAS_STRTOULL / **/
1751 +#define HAS_STRTOULL /**/
1753 /* HAS_STRTOUQ:
1754 * This symbol, if defined, indicates that the strtouq routine is
1755 * available to convert strings to unsigned long longs (quads).
1757 -/*#define HAS_STRTOUQ / **/
1758 +#define HAS_STRTOUQ /**/
1760 /* HAS_TELLDIR_PROTO:
1761 * This symbol, if defined, indicates that the system provides
1762 @@ -2551,7 +2557,7 @@
1763 * to the program to supply one. A good guess is
1764 * extern long telldir(DIR*);
1766 -/*#define HAS_TELLDIR_PROTO / **/
1767 +#define HAS_TELLDIR_PROTO /**/
1769 /* HAS_TIME:
1770 * This symbol, if defined, indicates that the time() routine exists.
1771 @@ -2569,7 +2575,7 @@
1772 * Note that this became obsolete on some systems (SUNOS), which now
1773 * use getrusage(). It may be necessary to include <sys/times.h>.
1775 -/*#define HAS_TIMES / **/
1776 +#define HAS_TIMES /**/
1778 /* HAS_TMPNAM_R:
1779 * This symbol, if defined, indicates that the tmpnam_r routine
1780 @@ -2588,7 +2594,7 @@
1781 * This symbol, if defined, indicates that the ualarm routine is
1782 * available to do alarms with microsecond granularity.
1784 -/*#define HAS_UALARM / **/
1785 +#define HAS_UALARM /**/
1787 /* HAS_UNION_SEMUN:
1788 * This symbol, if defined, indicates that the union semun is
1789 @@ -2609,8 +2615,8 @@
1790 * used for semctl IPC_STAT.
1792 /*#define HAS_UNION_SEMUN / **/
1793 -/*#define USE_SEMCTL_SEMUN / **/
1794 -/*#define USE_SEMCTL_SEMID_DS / **/
1795 +#define USE_SEMCTL_SEMUN /**/
1796 +#define USE_SEMCTL_SEMID_DS /**/
1798 /* HAS_UNORDERED:
1799 * This symbol, if defined, indicates that the unordered routine is
1800 @@ -2623,13 +2629,13 @@
1801 * This symbol, if defined, indicates that the unsetenv () routine is
1802 * available for use.
1804 -/*#define HAS_UNSETENV / **/
1805 +#define HAS_UNSETENV /**/
1807 /* HAS_USTAT:
1808 * This symbol, if defined, indicates that the ustat system call is
1809 * available to query file system statistics by dev_t.
1811 -/*#define HAS_USTAT / **/
1812 +#define HAS_USTAT /**/
1814 /* HAS_VFORK:
1815 * This symbol, if defined, indicates that vfork() exists.
1816 @@ -2642,7 +2648,7 @@
1817 * a signal handler using "Signal_t (*handler)()", and define the
1818 * handler using "Signal_t handler(sig)".
1820 -#define Signal_t int /* Signal handler's return type */
1821 +#define Signal_t void /* Signal handler's return type */
1823 /* HAS_VPRINTF:
1824 * This symbol, if defined, indicates that the vprintf routine is available
1825 @@ -2656,13 +2662,13 @@
1826 * symbol.
1828 #define HAS_VPRINTF /**/
1829 -/*#define USE_CHAR_VSPRINTF / **/
1830 +#define USE_CHAR_VSPRINTF /**/
1832 /* HAS_WRITEV:
1833 * This symbol, if defined, indicates that the writev routine is
1834 * available to do scatter writes.
1836 -/*#define HAS_WRITEV / **/
1837 +#define HAS_WRITEV /**/
1839 /* USE_DYNAMIC_LOADING:
1840 * This symbol, if defined, indicates that dynamic loading of
1841 @@ -2693,7 +2699,7 @@
1842 * Note that if fflushNULL is defined, fflushall will not
1843 * even be probed for and will be left undefined.
1845 -/*#define FFLUSH_NULL / **/
1846 +#define FFLUSH_NULL /**/
1847 /*#define FFLUSH_ALL / **/
1849 /* Fpos_t:
1850 @@ -2701,7 +2707,7 @@
1851 * It can be fpos_t, long, uint, etc... It may be necessary to include
1852 * <sys/types.h> to get any typedef'ed information.
1854 -#define Fpos_t int /* File position type */
1855 +#define Fpos_t fpos_t /* File position type */
1857 /* Gid_t_f:
1858 * This symbol defines the format string used for printing a Gid_t.
1859 @@ -2726,7 +2732,7 @@
1860 * gid_t, etc... It may be necessary to include <sys/types.h> to get
1861 * any typedef'ed information.
1863 -#define Gid_t int /* Type for getgid(), etc... */
1864 +#define Gid_t gid_t /* Type for getgid(), etc... */
1866 /* Groups_t:
1867 * This symbol holds the type used for the second argument to
1868 @@ -2738,7 +2744,7 @@
1869 * getgroups() or setgroups()..
1871 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
1872 -#define Groups_t int /* Type for 2nd arg to [sg]etgroups() */
1873 +#define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */
1874 #endif
1876 /* DB_Prefix_t:
1877 @@ -2785,8 +2791,8 @@
1878 * This symbol, if defined, indicates to the C program that struct group
1879 * in <grp.h> contains gr_passwd.
1881 -/*#define I_GRP / **/
1882 -/*#define GRPASSWD / **/
1883 +#define I_GRP /**/
1884 +#define GRPASSWD /**/
1886 /* I_IEEEFP:
1887 * This symbol, if defined, indicates that <ieeefp.h> exists and
1888 @@ -2798,7 +2804,7 @@
1889 * This symbol, if defined, indicates to the C program that it should
1890 * include <inttypes.h>.
1892 -/*#define I_INTTYPES / **/
1893 +#define I_INTTYPES /**/
1895 /* I_LIBUTIL:
1896 * This symbol, if defined, indicates that <libutil.h> exists and
1897 @@ -2816,25 +2822,25 @@
1898 * This symbol, if defined, indicates that <mntent.h> exists and
1899 * should be included.
1901 -/*#define I_MNTENT / **/
1902 +#define I_MNTENT /**/
1904 /* I_NETDB:
1905 * This symbol, if defined, indicates that <netdb.h> exists and
1906 * should be included.
1908 -/*#define I_NETDB / **/
1909 +#define I_NETDB /**/
1911 /* I_NETINET_TCP:
1912 * This symbol, if defined, indicates to the C program that it should
1913 * include <netinet/tcp.h>.
1915 -/*#define I_NETINET_TCP / **/
1916 +#define I_NETINET_TCP /**/
1918 /* I_POLL:
1919 * This symbol, if defined, indicates that <poll.h> exists and
1920 * should be included.
1922 -/*#define I_POLL / **/
1923 +#define I_POLL /**/
1925 /* I_PROT:
1926 * This symbol, if defined, indicates that <prot.h> exists and
1927 @@ -2846,7 +2852,7 @@
1928 * This symbol, if defined, indicates to the C program that it should
1929 * include <pthread.h>.
1931 -/*#define I_PTHREAD / **/
1932 +#define I_PTHREAD /**/
1934 /* I_PWD:
1935 * This symbol, if defined, indicates to the C program that it should
1936 @@ -2884,21 +2890,21 @@
1937 * This symbol, if defined, indicates to the C program that struct passwd
1938 * contains pw_passwd.
1940 -/*#define I_PWD / **/
1941 +#define I_PWD /**/
1942 /*#define PWQUOTA / **/
1943 /*#define PWAGE / **/
1944 /*#define PWCHANGE / **/
1945 /*#define PWCLASS / **/
1946 /*#define PWEXPIRE / **/
1947 /*#define PWCOMMENT / **/
1948 -/*#define PWGECOS / **/
1949 -/*#define PWPASSWD / **/
1950 +#define PWGECOS /**/
1951 +#define PWPASSWD /**/
1953 /* I_SHADOW:
1954 * This symbol, if defined, indicates that <shadow.h> exists and
1955 * should be included.
1957 -/*#define I_SHADOW / **/
1958 +#define I_SHADOW /**/
1960 /* I_SOCKS:
1961 * This symbol, if defined, indicates that <socks.h> exists and
1962 @@ -2916,7 +2922,7 @@
1963 * This symbol, if defined, indicates that <syslog.h> exists and
1964 * should be included.
1966 -/*#define I_SYSLOG / **/
1967 +#define I_SYSLOG /**/
1969 /* I_SYSMODE:
1970 * This symbol, if defined, indicates that <sys/mode.h> exists and
1971 @@ -2928,36 +2934,36 @@
1972 * This symbol, if defined, indicates that <sys/mount.h> exists and
1973 * should be included.
1975 -/*#define I_SYS_MOUNT / **/
1976 +#define I_SYS_MOUNT /**/
1978 /* I_SYS_STATFS:
1979 * This symbol, if defined, indicates that <sys/statfs.h> exists.
1981 -/*#define I_SYS_STATFS / **/
1982 +#define I_SYS_STATFS /**/
1984 /* I_SYS_STATVFS:
1985 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
1986 * should be included.
1988 -/*#define I_SYS_STATVFS / **/
1989 +#define I_SYS_STATVFS /**/
1991 /* I_SYSUIO:
1992 * This symbol, if defined, indicates that <sys/uio.h> exists and
1993 * should be included.
1995 -/*#define I_SYSUIO / **/
1996 +#define I_SYSUIO /**/
1998 /* I_SYSUTSNAME:
1999 * This symbol, if defined, indicates that <sys/utsname.h> exists and
2000 * should be included.
2002 -/*#define I_SYSUTSNAME / **/
2003 +#define I_SYSUTSNAME /**/
2005 /* I_SYS_VFS:
2006 * This symbol, if defined, indicates that <sys/vfs.h> exists and
2007 * should be included.
2009 -/*#define I_SYS_VFS / **/
2010 +#define I_SYS_VFS /**/
2012 /* I_TIME:
2013 * This symbol, if defined, indicates to the C program that it should
2014 @@ -2980,16 +2986,16 @@
2015 * the struct tm has a tm_gmtoff field.
2017 #define I_TIME /**/
2018 -/*#define I_SYS_TIME / **/
2019 +#define I_SYS_TIME /**/
2020 /*#define I_SYS_TIME_KERNEL / **/
2021 -/*#define HAS_TM_TM_ZONE / **/
2022 -/*#define HAS_TM_TM_GMTOFF / **/
2023 +#define HAS_TM_TM_ZONE /**/
2024 +#define HAS_TM_TM_GMTOFF /**/
2026 /* I_USTAT:
2027 * This symbol, if defined, indicates that <ustat.h> exists and
2028 * should be included.
2030 -/*#define I_USTAT / **/
2031 +#define I_USTAT /**/
2033 /* PERL_INC_VERSION_LIST:
2034 * This variable specifies the list of subdirectories in over
2035 @@ -2998,13 +3004,13 @@
2036 * for a C initialization string. See the inc_version_list entry
2037 * in Porting/Glossary for more details.
2039 -#define PERL_INC_VERSION_LIST NULL /**/
2040 +#define PERL_INC_VERSION_LIST 0 /**/
2042 /* INSTALL_USR_BIN_PERL:
2043 * This symbol, if defined, indicates that Perl is to be installed
2044 * also as /usr/bin/perl.
2046 -/*#define INSTALL_USR_BIN_PERL / **/
2047 +#define INSTALL_USR_BIN_PERL /**/
2049 /* PERL_PRIfldbl:
2050 * This symbol, if defined, contains the string used by stdio to
2051 @@ -3022,10 +3028,10 @@
2052 * This symbol, if defined, contains the string used by stdio to
2053 * format long doubles (format 'f') for input.
2055 -/*#define PERL_PRIfldbl "llf" / **/
2056 -/*#define PERL_PRIgldbl "llg" / **/
2057 -/*#define PERL_PRIeldbl "lle" / **/
2058 -/*#define PERL_SCNfldbl "llf" / **/
2059 +#define PERL_PRIfldbl "f" /**/
2060 +#define PERL_PRIgldbl "g" /**/
2061 +#define PERL_PRIeldbl "e" /**/
2062 +#define PERL_SCNfldbl "f" /**/
2064 /* Off_t:
2065 * This symbol holds the type used to declare offsets in the kernel.
2066 @@ -3038,9 +3044,9 @@
2067 /* Off_t_size:
2068 * This symbol holds the number of bytes used by the Off_t.
2070 -#define Off_t int /* <offset> type */
2071 -#define LSEEKSIZE 4 /* <offset> size */
2072 -#define Off_t_size 4 /* <offset> size */
2073 +#define Off_t off_t /* <offset> type */
2074 +#define LSEEKSIZE 8 /* <offset> size */
2075 +#define Off_t_size 8 /* <offset> size */
2077 /* Free_t:
2078 * This variable contains the return type of free(). It is usually
2079 @@ -3050,12 +3056,12 @@
2080 * This symbol is the type of pointer returned by malloc and realloc.
2082 #define Malloc_t void * /**/
2083 -#define Free_t int /**/
2084 +#define Free_t void /**/
2086 /* PERL_MALLOC_WRAP:
2087 * This symbol, if defined, indicates that we'd like malloc wrap checks.
2089 -/*#define PERL_MALLOC_WRAP / **/
2090 +#define PERL_MALLOC_WRAP /**/
2092 /* MYMALLOC:
2093 * This symbol, if defined, indicates that we're using our own malloc.
2094 @@ -3068,7 +3074,7 @@
2095 * int or unsigned short. It may be necessary to include <sys/types.h>
2096 * to get any typedef'ed information.
2098 -#define Mode_t int /* file mode parameter for system calls */
2099 +#define Mode_t mode_t /* file mode parameter for system calls */
2101 /* VAL_O_NONBLOCK:
2102 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2103 @@ -3095,7 +3101,7 @@
2104 #define VAL_O_NONBLOCK O_NONBLOCK
2105 #define VAL_EAGAIN EAGAIN
2106 #define RD_NODATA -1
2107 -#undef EOF_NONBLOCK
2108 +#define EOF_NONBLOCK
2110 /* NEED_VA_COPY:
2111 * This symbol, if defined, indicates that the system stores
2112 @@ -3124,10 +3130,10 @@
2113 * This symbol holds the type used for the 1st argument to
2114 * getnetbyaddr().
2116 -#define Netdb_host_t const char * /**/
2117 -#define Netdb_hlen_t int /**/
2118 +#define Netdb_host_t const void * /**/
2119 +#define Netdb_hlen_t size_t /**/
2120 #define Netdb_name_t const char * /**/
2121 -#define Netdb_net_t unsigned long /**/
2122 +#define Netdb_net_t in_addr_t /**/
2124 /* PERL_OTHERLIBDIRS:
2125 * This variable contains a colon-separated set of paths for the perl
2126 @@ -3137,18 +3143,18 @@
2127 * and architecture-specific directories. See PERL_INC_VERSION_LIST
2128 * for more details.
2130 -/*#define PERL_OTHERLIBDIRS "" / **/
2131 +#define PERL_OTHERLIBDIRS "/usr/lib/perl" /**/
2133 /* HAS_QUAD:
2134 * This symbol, if defined, tells that there's a 64-bit integer type,
2135 * Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
2136 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
2138 -/*#define HAS_QUAD / **/
2139 +#define HAS_QUAD /**/
2140 #ifdef HAS_QUAD
2141 -# define Quad_t int64_t /**/
2142 -# define Uquad_t uint64_t /**/
2143 -# define QUADKIND 4 /**/
2144 +# define Quad_t long long /**/
2145 +# define Uquad_t unsigned long long /**/
2146 +# define QUADKIND 3 /**/
2147 # define QUAD_IS_INT 1
2148 # define QUAD_IS_LONG 2
2149 # define QUAD_IS_LONG_LONG 3
2150 @@ -3242,8 +3248,8 @@
2151 #define I32TYPE long /**/
2152 #define U32TYPE unsigned long /**/
2153 #ifdef HAS_QUAD
2154 -#define I64TYPE int64_t /**/
2155 -#define U64TYPE uint64_t /**/
2156 +#define I64TYPE long long /**/
2157 +#define U64TYPE unsigned long long /**/
2158 #endif
2159 #define NVTYPE double /**/
2160 #define IVSIZE 4 /**/
2161 @@ -3259,9 +3265,9 @@
2162 #define U64SIZE 8 /**/
2163 #endif
2164 #define NVSIZE 8 /**/
2165 -#undef NV_PRESERVES_UV
2166 -#define NV_PRESERVES_UV_BITS 0
2167 -#undef NV_ZERO_IS_ALLBITS_ZERO
2168 +#define NV_PRESERVES_UV
2169 +#define NV_PRESERVES_UV_BITS 32
2170 +#define NV_ZERO_IS_ALLBITS_ZERO
2171 #if UVSIZE == 8
2172 # ifdef BYTEORDER
2173 # if BYTEORDER == 0x1234
2174 @@ -3322,7 +3328,7 @@
2175 * It can be int, uint, pid_t, etc... It may be necessary to include
2176 * <sys/types.h> to get any typedef'ed information.
2178 -#define Pid_t int /* PID type */
2179 +#define Pid_t pid_t /* PID type */
2181 /* PRIVLIB:
2182 * This symbol contains the name of the private library for this package.
2183 @@ -3334,8 +3340,8 @@
2184 * This symbol contains the ~name expanded version of PRIVLIB, to be used
2185 * in programs that are not prepared to deal with ~ expansion at run-time.
2187 -#define PRIVLIB "/usr/local/lib/perl5/5.9" /**/
2188 -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.9" /**/
2189 +#define PRIVLIB "/usr/lib/perl" /**/
2190 +#define PRIVLIB_EXP "/usr/lib/perl" /**/
2192 /* PTRSIZE:
2193 * This symbol contains the size of a pointer, so that the C preprocessor
2194 @@ -3365,9 +3371,9 @@
2195 * function used to generate normalized random numbers.
2196 * Values include 15, 16, 31, and 48.
2198 -#define Drand01() ((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15)) /**/
2199 -#define Rand_seed_t int /**/
2200 -#define seedDrand01(x) srand((Rand_seed_t)x) /**/
2201 +#define Drand01() drand48() /**/
2202 +#define Rand_seed_t long /**/
2203 +#define seedDrand01(x) srand48((Rand_seed_t)x) /**/
2204 #define RANDBITS 48 /**/
2206 /* SELECT_MIN_BITS:
2207 @@ -3385,7 +3391,7 @@
2208 * is defined, and 'int *' otherwise. This is only useful if you
2209 * have select(), of course.
2211 -#define Select_fd_set_t int /**/
2212 +#define Select_fd_set_t fd_set * /**/
2214 /* SIG_NAME:
2215 * This symbol contains a list of signal names in order of
2216 @@ -3423,9 +3429,9 @@
2217 * This variable contains the number of elements of the SIG_NAME
2218 * and SIG_NUM arrays, excluding the final NULL entry.
2220 -#define SIG_NAME 0 /**/
2221 -#define SIG_NUM 0 /**/
2222 -#define SIG_SIZE 1 /**/
2223 +#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "CLD", "IOT", "POLL", "UNUSED", 0 /**/
2224 +#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 17, 6, 29, 31, 0 /**/
2225 +#define SIG_SIZE 68 /**/
2227 /* SITEARCH:
2228 * This symbol contains the name of the private library for this package.
2229 @@ -3442,8 +3448,8 @@
2230 * This symbol contains the ~name expanded version of SITEARCH, to be used
2231 * in programs that are not prepared to deal with ~ expansion at run-time.
2233 -#define SITEARCH "" /**/
2234 -#define SITEARCH_EXP "" /**/
2235 +#define SITEARCH "/usr/bin/lib/perl5/site_perl/5.8.8/armv5tel-linux" /**/
2236 +#define SITEARCH_EXP "/usr/bin/lib/perl5/site_perl/5.8.8/armv5tel-linux" /**/
2238 /* SITELIB:
2239 * This symbol contains the name of the private library for this package.
2240 @@ -3465,9 +3471,9 @@
2241 * removed. The elements in inc_version_list (inc_version_list.U) can
2242 * be tacked onto this variable to generate a list of directories to search.
2244 -#define SITELIB "" /**/
2245 -#define SITELIB_EXP "" /**/
2246 -#define SITELIB_STEM "" /**/
2247 +#define SITELIB "/usr/bin/lib/perl5/site_perl/5.8.8" /**/
2248 +#define SITELIB_EXP "/usr/bin/lib/perl5/site_perl/5.8.8" /**/
2249 +#define SITELIB_STEM "/usr/bin/lib/perl5/site_perl" /**/
2251 /* Size_t_size:
2252 * This symbol holds the size of a Size_t in bytes.
2253 @@ -3486,7 +3492,7 @@
2254 * This symbol holds the type used for the size argument of
2255 * various socket calls (just the base type, not the pointer-to).
2257 -#define Sock_size_t int /**/
2258 +#define Sock_size_t socklen_t /**/
2260 /* SSize_t:
2261 * This symbol holds the type used by functions that return
2262 @@ -3496,14 +3502,14 @@
2263 * to get any typedef'ed information.
2264 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
2266 -#define SSize_t int /* signed count of bytes */
2267 +#define SSize_t ssize_t /* signed count of bytes */
2269 /* STARTPERL:
2270 * This variable contains the string to put in front of a perl
2271 * script to make sure (one hopes) that it runs with perl and not
2272 * some shell.
2274 -#define STARTPERL "" /**/
2275 +#define STARTPERL "#!/usr/bin/perl" /**/
2277 /* STDCHAR:
2278 * This symbol is defined to be the type of char used in stdio.h.
2279 @@ -3543,7 +3549,7 @@
2280 * It can be int, ushort, uid_t, etc... It may be necessary to include
2281 * <sys/types.h> to get any typedef'ed information.
2283 -#define Uid_t int /* UID type */
2284 +#define Uid_t uid_t /* UID type */
2286 /* USE_64_BIT_INT:
2287 * This symbol, if defined, indicates that 64-bit integers should
2288 @@ -3576,7 +3582,7 @@
2289 * should be used when available.
2291 #ifndef USE_LARGE_FILES
2292 -/*#define USE_LARGE_FILES / **/
2293 +#define USE_LARGE_FILES /**/
2294 #endif
2296 /* USE_LONG_DOUBLE:
2297 @@ -3609,7 +3615,7 @@
2298 * used in a fully backward compatible manner.
2300 #ifndef USE_PERLIO
2301 -/*#define USE_PERLIO / **/
2302 +#define USE_PERLIO /**/
2303 #endif
2305 /* USE_SOCKS:
2306 @@ -3692,9 +3698,9 @@
2307 * level of void support necessary is not present, defines void to int.
2309 #ifndef VOIDUSED
2310 -#define VOIDUSED 1
2311 +#define VOIDUSED 15
2312 #endif
2313 -#define VOIDFLAGS 1
2314 +#define VOIDFLAGS 15
2315 #if (VOIDFLAGS & VOIDUSED) != VOIDUSED
2316 #define void int /* is void to be avoided? */
2317 #define M_VOID /* Xenix strikes again */
2318 @@ -3721,13 +3727,13 @@
2319 /* HASATTRIBUTE_WARN_UNUSED_RESULT:
2320 * Can we handle GCC attribute for warning on unused results
2322 -/*#define HASATTRIBUTE_FORMAT / **/
2323 -/*#define HASATTRIBUTE_NORETURN / **/
2324 -/*#define HASATTRIBUTE_MALLOC / **/
2325 -/*#define HASATTRIBUTE_NONNULL / **/
2326 -/*#define HASATTRIBUTE_PURE / **/
2327 -/*#define HASATTRIBUTE_UNUSED / **/
2328 -/*#define HASATTRIBUTE_WARN_UNUSED_RESULT / **/
2329 +#define HASATTRIBUTE_FORMAT /**/
2330 +#define HASATTRIBUTE_NORETURN /**/
2331 +#define HASATTRIBUTE_MALLOC /**/
2332 +#define HASATTRIBUTE_NONNULL /**/
2333 +#define HASATTRIBUTE_PURE /**/
2334 +#define HASATTRIBUTE_UNUSED /**/
2335 +#define HASATTRIBUTE_WARN_UNUSED_RESULT /**/
2337 /* HAS_CRYPT:
2338 * This symbol, if defined, indicates that the crypt routine is available
2339 @@ -3767,7 +3773,7 @@
2340 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
2342 #define Shmat_t void * /**/
2343 -/*#define HAS_SHMAT_PROTOTYPE / **/
2344 +#define HAS_SHMAT_PROTOTYPE /**/
2346 /* I_NDBM:
2347 * This symbol, if defined, indicates that <ndbm.h> exists and should
2348 @@ -3797,7 +3803,7 @@
2350 * int main _((int argc, char *argv[]));
2352 -/*#define CAN_PROTOTYPE / **/
2353 +#define CAN_PROTOTYPE /**/
2354 #ifdef CAN_PROTOTYPE
2355 #define _(args) args
2356 #else
2357 @@ -3811,7 +3817,7 @@
2358 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
2359 * D:/bin/sh.exe.
2361 -#define SH_PATH "" /**/
2362 +#define SH_PATH "/bin/sh" /**/
2364 /* HAS_AINTL:
2365 * This symbol, if defined, indicates that the aintl routine is
2366 @@ -3819,6 +3825,12 @@
2368 /*#define HAS_AINTL / **/
2370 +/* HAS_CLEARENV:
2371 + * This symbol, if defined, indicates that the clearenv () routine is
2372 + * available for use.
2373 + */
2374 +#define HAS_CLEARENV /**/
2376 /* HAS_COPYSIGNL:
2377 * This symbol, if defined, indicates that the copysignl routine is
2378 * available. If aintl is also present we can emulate modfl.
2379 @@ -3837,7 +3849,7 @@
2380 * This manifest constant lets the C program know that dirfd
2381 * is available.
2383 -/*#define HAS_DIRFD / **/
2384 +#define HAS_DIRFD /**/
2386 /* HAS_FAST_STDIO:
2387 * This symbol, if defined, indicates that the "fast stdio"
2388 @@ -3851,7 +3863,7 @@
2389 * to the program to supply one. A good guess is
2390 * extern int flock(int, int);
2392 -/*#define HAS_FLOCK_PROTO / **/
2393 +#define HAS_FLOCK_PROTO /**/
2395 /* HAS_FPCLASSL:
2396 * This symbol, if defined, indicates that the fpclassl routine is
2397 @@ -3881,14 +3893,14 @@
2398 * This symbol, if defined, indicates that libm exports _LIB_VERSION
2399 * and that math.h defines the enum to manipulate it.
2401 -/*#define LIBM_LIB_VERSION / **/
2402 +#define LIBM_LIB_VERSION /**/
2404 /* HAS_NL_LANGINFO:
2405 * This symbol, if defined, indicates that the nl_langinfo routine is
2406 * available to return local data. You will also need <langinfo.h>
2407 * and therefore I_LANGINFO.
2409 -/*#define HAS_NL_LANGINFO / **/
2410 +#define HAS_NL_LANGINFO /**/
2412 /* HAS_PROCSELFEXE:
2413 * This symbol is defined if PROCSELFEXE_PATH is a symlink
2414 @@ -3909,7 +3921,7 @@
2415 * system call is available to set the contention scope attribute of
2416 * a thread attribute object.
2418 -/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
2419 +#define HAS_PTHREAD_ATTR_SETSCOPE /**/
2421 /* HAS_SCALBNL:
2422 * This symbol, if defined, indicates that the scalbnl routine is
2423 @@ -3922,7 +3934,7 @@
2424 * system call is available to examine or change the signal mask
2425 * of the calling process.
2427 -/*#define HAS_SIGPROCMASK / **/
2428 +#define HAS_SIGPROCMASK /**/
2430 /* HAS_SOCKATMARK:
2431 * This symbol, if defined, indicates that the sockatmark routine is
2432 @@ -3938,6 +3950,14 @@
2434 /*#define HAS_SOCKATMARK_PROTO / **/
2436 +/* SPRINTF_RETURNS_STRLEN:
2437 + * This variable defines whether sprintf returns the length of the string
2438 + * (as per the ANSI spec). Some C libraries retain compatibility with
2439 + * pre-ANSI C and return a pointer to the passed in buffer; for these
2440 + * this variable will be undef.
2441 + */
2442 +#define SPRINTF_RETURNS_STRLEN /**/
2444 /* HAS_SETRESGID_PROTO:
2445 * This symbol, if defined, indicates that the system provides
2446 * a prototype for the setresgid() function. Otherwise, it is up
2447 @@ -3958,19 +3978,19 @@
2448 * This symbol, if defined, indicates that the strftime routine is
2449 * available to do time formatting.
2451 -/*#define HAS_STRFTIME / **/
2452 +#define HAS_STRFTIME /**/
2454 /* HAS_STRLCAT:
2455 * This symbol, if defined, indicates that the strlcat () routine is
2456 * available to do string concatenation.
2458 -/*#define HAS_STRLCAT / **/
2459 +#define HAS_STRLCAT /**/
2461 /* HAS_STRLCPY:
2462 * This symbol, if defined, indicates that the strlcpy () routine is
2463 * available to do string copying.
2465 -/*#define HAS_STRLCPY / **/
2466 +#define HAS_STRLCPY /**/
2468 /* HAS_SYSCALL_PROTO:
2469 * This symbol, if defined, indicates that the system provides
2470 @@ -3979,14 +3999,14 @@
2471 * extern int syscall(int, ...);
2472 * extern int syscall(long, ...);
2474 -/*#define HAS_SYSCALL_PROTO / **/
2475 +#define HAS_SYSCALL_PROTO /**/
2477 /* U32_ALIGNMENT_REQUIRED:
2478 * This symbol, if defined, indicates that you must access
2479 * character data through U32-aligned pointers.
2481 #ifndef U32_ALIGNMENT_REQUIRED
2482 -#define U32_ALIGNMENT_REQUIRED /**/
2483 +/*#define U32_ALIGNMENT_REQUIRED / **/
2484 #endif
2486 /* HAS_USLEEP_PROTO:
2487 @@ -3995,7 +4015,7 @@
2488 * to the program to supply one. A good guess is
2489 * extern int usleep(useconds_t);
2491 -/*#define HAS_USLEEP_PROTO / **/
2492 +#define HAS_USLEEP_PROTO /**/
2494 /* I_CRYPT:
2495 * This symbol, if defined, indicates that <crypt.h> exists and
2496 @@ -4013,7 +4033,7 @@
2497 * This symbol, if defined, indicates that <langinfo.h> exists and
2498 * should be included.
2500 -/*#define I_LANGINFO / **/
2501 +#define I_LANGINFO /**/
2503 /* USE_FAST_STDIO:
2504 * This symbol, if defined, indicates that Perl should
2505 @@ -4021,7 +4041,7 @@
2506 * Defaults to define in Perls 5.8 and earlier, to undef later.
2508 #ifndef USE_FAST_STDIO
2509 -/*#define USE_FAST_STDIO / **/
2510 +#define USE_FAST_STDIO /**/
2511 #endif
2513 /* PERL_RELOCATABLE_INC: