summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-12 23:29:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-12 23:29:08 +0000
commit6f748670132fcfd6aa343cd6dd2a0b18fc867c63 (patch)
tree1ce19df577dce64ecf2ff4bcfdb09bc25c0496f5 /uconfig.h
parent2ef4b6742e0ba3a235ff787ef1289fa04447ab83 (diff)
downloadperl-6f748670132fcfd6aa343cd6dd2a0b18fc867c63.tar.gz
Introduce the man[24-8] variables, from Andy Dougherty.
p4raw-id: //depot/perl@7205
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/uconfig.h b/uconfig.h
index 7e05b4f706..96d3264618 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -220,17 +220,6 @@
*/
/*#define HAS_GETPGID / **/
-/* HAS_GETPGRP:
- * This symbol, if defined, indicates that the getpgrp routine is
- * available to get the current process group.
- */
-/* USE_BSD_GETPGRP:
- * This symbol, if defined, indicates that getpgrp needs one
- * arguments whereas USG one needs none.
- */
-/*#define HAS_GETPGRP / **/
-/*#define USE_BSD_GETPGRP / **/
-
/* HAS_GETPGRP2:
* This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
* routine is available to get the current process group.
@@ -485,18 +474,6 @@
*/
/*#define HAS_SETPGID / **/
-/* HAS_SETPGRP:
- * This symbol, if defined, indicates that the setpgrp routine is
- * available to set the current process group.
- */
-/* USE_BSD_SETPGRP:
- * This symbol, if defined, indicates that setpgrp needs two
- * arguments whereas USG one needs none. See also HAS_SETPGID
- * for a POSIX interface.
- */
-/*#define HAS_SETPGRP / **/
-/*#define USE_BSD_SETPGRP / **/
-
/* HAS_SETPGRP2:
* This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
* routine is available to set the current process group.
@@ -3169,4 +3146,27 @@
#define PERL_XS_APIVERSION "5.005"
#define PERL_PM_APIVERSION "5.005"
+/* HAS_GETPGRP:
+ * This symbol, if defined, indicates that the getpgrp routine is
+ * available to get the current process group.
+ */
+/* USE_BSD_GETPGRP:
+ * This symbol, if defined, indicates that getpgrp needs one
+ * arguments whereas USG one needs none.
+ */
+/*#define HAS_GETPGRP / **/
+/*#define USE_BSD_GETPGRP / **/
+
+/* HAS_SETPGRP:
+ * This symbol, if defined, indicates that the setpgrp routine is
+ * available to set the current process group.
+ */
+/* USE_BSD_SETPGRP:
+ * This symbol, if defined, indicates that setpgrp needs two
+ * arguments whereas USG one needs none. See also HAS_SETPGID
+ * for a POSIX interface.
+ */
+/*#define HAS_SETPGRP / **/
+/*#define USE_BSD_SETPGRP / **/
+
#endif