summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 15:17:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 15:17:47 +0000
commit61781c7d4aaace1a153987b60af7262f418b12df (patch)
tree348203664eaa790b6f1af40f399af3407200dffe /ace/config-linux-common.h
parentb41dc02c60214b03a9092c591f4cc4423e259036 (diff)
downloadATCD-61781c7d4aaace1a153987b60af7262f418b12df.tar.gz
removed ACE_LACKS_GETPGID
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 94eb38126e2..a9adbdef7c5 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -46,7 +46,7 @@
// but that may depend on the version of glibc that is used.
# define ACE_HAS_DLFCN_H_BROKEN_EXTERN_C
# define ACE_HAS_VOIDPTR_SOCKOPT
-# define ACE_LACKS_GETPGID
+// # define ACE_LACKS_GETPGID
# define ACE_LACKS_RPC_H
# define ACE_LACKS_SYSTIME_H
// The strtok_r declaration is protected in string.h.