check for <sys/prctl.h>, not <linux/prctl.h> [RT #679]
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: config.h.in,v 1.41 2001/01/18 22:21:24 bwelling Exp $ */
|
||||
/* $Id: config.h.in,v 1.42 2001/02/24 23:05:07 bwelling Exp $ */
|
||||
|
||||
/***
|
||||
*** This file is not to be included by any public header files, because
|
||||
@@ -138,8 +138,11 @@ int sigwait(const unsigned int *set, int *sig);
|
||||
/* Define if you have the <linux/capability.h> header file. */
|
||||
#undef HAVE_LINUX_CAPABILITY_H
|
||||
|
||||
/* Define if you have the <linux/prctl.h> header file. */
|
||||
#undef HAVE_LINUX_PRCTL_H
|
||||
/* Define if you have the <sys/prctl.h> header file. */
|
||||
#undef HAVE_SYS_PRCTL_H
|
||||
|
||||
/* Define if you have the <sys/select.h> header file. */
|
||||
#undef HAVE_SYS_SELECT_H
|
||||
|
||||
/* Define if you have the <sys/sockio.h> header file. */
|
||||
#undef HAVE_SYS_SOCKIO_H
|
||||
|
||||
Reference in New Issue
Block a user