perl
view release on metacpan or search on metacpan
config_h.SH view on Meta::CPAN
#$i_pthread I_PTHREAD /**/
/* USE_ITHREADS:
* This symbol, if defined, indicates that Perl should be built to
* use the interpreter-based threading implementation.
*/
/* USE_THREADS:
* This symbol, if defined, indicates that Perl should
* be built to use threads. At present, it is a synonym for
* and USE_ITHREADS, but eventually the source ought to be
* changed to use this to mean _any_ threading implementation.
*/
/* OLD_PTHREADS_API:
* This symbol, if defined, indicates that Perl should
* be built to use the old draft POSIX threads API.
*/
/* USE_REENTRANT_API:
* This symbol, if defined, indicates that Perl should
* try to use the various _r versions of library functions.
* This is extremely experimental.
*/
#$useithreads USE_ITHREADS /**/
#$usethreads USE_THREADS /**/
#$d_oldpthreads OLD_PTHREADS_API /**/
#$usereentrant USE_REENTRANT_API /**/
/* HAS_TIME:
* This symbol, if defined, indicates that the time() routine exists.
*/
/* Time_t:
* This symbol holds the type returned by time(). It can be long,
* or time_t on BSD sites (in which case <sys/types.h> should be
* included).
*/
#$d_time HAS_TIME /**/
#define Time_t $timetype /* Time type */
/* HAS_TIMES:
* This symbol, if defined, indicates that the times() routine exists.
* Note that this became obsolete on some systems (SUNOS), which now
* use getrusage(). It may be necessary to include <sys/times.h>.
*/
#$d_times HAS_TIMES /**/
/* Fpos_t:
* This symbol holds the type used to declare file positions in libc.
* It can be fpos_t, long, uint, etc... It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
#define Fpos_t $fpostype /* File position type */
/* Gid_t_f:
* This symbol defines the format string used for printing a Gid_t.
*/
#define Gid_t_f $gidformat /**/
/* Gid_t_sign:
* This symbol holds the signedness of a Gid_t.
* 1 for unsigned, -1 for signed.
*/
#define Gid_t_sign $gidsign /* GID sign */
/* Gid_t_size:
* This symbol holds the size of a Gid_t in bytes.
*/
#define Gid_t_size $gidsize /* GID size */
/* Gid_t:
* This symbol holds the return type of getgid() and the type of
* argument to setrgid() and related functions. Typically,
* it is the type of group ids in the kernel. It can be int, ushort,
* gid_t, etc... It may be necessary to include <sys/types.h> to get
* any typedef'ed information.
*/
#define Gid_t $gidtype /* Type for getgid(), etc... */
/* Off_t:
* This symbol holds the type used to declare offsets in the kernel.
* It can be int, long, off_t, etc... It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
/* LSEEKSIZE:
* This symbol holds the number of bytes used by the Off_t.
*/
/* Off_t_size:
* This symbol holds the number of bytes used by the Off_t.
*/
#define Off_t $lseektype /* <offset> type */
#define LSEEKSIZE $lseeksize /* <offset> size */
#define Off_t_size $lseeksize /* <offset> size */
/* Mode_t:
* This symbol holds the type used to declare file modes
* for systems calls. It is usually mode_t, but may be
* int or unsigned short. It may be necessary to include <sys/types.h>
* to get any typedef'ed information.
*/
#define Mode_t $modetype /* file mode parameter for system calls */
/* Pid_t:
* This symbol holds the type used to declare process ids in the kernel.
* It can be int, uint, pid_t, etc... It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
#define Pid_t $pidtype /* PID type */
/* Size_t_size:
* This symbol holds the size of a Size_t in bytes.
*/
#define Size_t_size $sizesize /**/
/* Size_t:
* This symbol holds the type used to declare length parameters
* for string functions. It is usually size_t, but may be
* unsigned long, int, etc. It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
#define Size_t $sizetype /* length parameter for string functions */
/* Uid_t_f:
* This symbol defines the format string used for printing a Uid_t.
*/
#define Uid_t_f $uidformat /**/
/* Uid_t_sign:
* This symbol holds the signedness of a Uid_t.
* 1 for unsigned, -1 for signed.
*/
#define Uid_t_sign $uidsign /* UID sign */
/* Uid_t_size:
* This symbol holds the size of a Uid_t in bytes.
*/
#define Uid_t_size $uidsize /* UID size */
/* Uid_t:
* This symbol holds the type used to declare user ids in the kernel.
* It can be int, ushort, uid_t, etc... It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
#define Uid_t $uidtype /* UID type */
#endif
!GROK!THIS!
;;
esac
( run in 0.708 second using v1.01-cache-2.11-cpan-71847e10f99 )