summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-05-02 20:48:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-05-02 20:48:21 +1000
commit3c01654deb235191d798a5254561624872a7f010 (patch)
tree71ae1572d4f5440888b9f3ddc1c7ef7512dc7ab6 /acconfig.h
parenteab4bae03894f07ea556db4d781795c724245af7 (diff)
- (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
privsep should now work.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index b6e4b37cc..6164ecc8d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.149 2003/03/10 00:38:10 djm Exp $ */ 1/* $Id: acconfig.h,v 1.150 2003/05/02 10:48:21 dtucker Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -377,6 +377,9 @@
377/* Pushing STREAMS modules incorrectly acquires a controlling TTY */ 377/* Pushing STREAMS modules incorrectly acquires a controlling TTY */
378#undef STREAMS_PUSH_ACQUIRES_CTTY 378#undef STREAMS_PUSH_ACQUIRES_CTTY
379 379
380/* Define if cmsg_type is not passed correctly */
381#undef BROKEN_CMSG_TYPE
382
380@BOTTOM@ 383@BOTTOM@
381 384
382/* ******************* Shouldn't need to edit below this line ************** */ 385/* ******************* Shouldn't need to edit below this line ************** */