X-Git-Url: https://perl5.git.perl.org/metaconfig.git/blobdiff_plain/d8dafc8027b40f2833b0238c9fcaf4b46b0cecbc..cf39bd7e8c24124a7f01ca574428d4f31125cd48:/dist/U/selecttype.U diff --git a/dist/U/selecttype.U b/dist/U/selecttype.U index 19596c5..65028f8 100644 --- a/dist/U/selecttype.U +++ b/dist/U/selecttype.U @@ -1,7 +1,7 @@ ?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi -?RCS: +?RCS: ?RCS: You may redistribute only under the terms of the Artistic License, ?RCS: as specified in the README file that comes with the distribution. ?RCS: You may reuse parts of this distribution only within the terms of @@ -26,13 +26,13 @@ ?S:selecttype: ?S: This variable holds the type used for the 2nd, 3rd, and 4th ?S: arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET -?S: is defined, and 'int *' otherwise. This is only useful if you +?S: is defined, and 'int *' otherwise. This is only useful if you ?S: have select(), naturally. ?S:. ?C:Select_fd_set_t: ?C: This symbol holds the type used for the 2nd, 3rd, and 4th ?C: arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET -?C: is defined, and 'int *' otherwise. This is only useful if you +?C: is defined, and 'int *' otherwise. This is only useful if you ?C: have select(), of course. ?C:. ?H:#define Select_fd_set_t $selecttype /**/