configure: Add test for Security/Security.h header.

oldstable
Ken Thomases 2011-03-13 18:58:44 -05:00 committed by Alexandre Julliard
parent 0b396208db
commit 25ed687fe6
3 changed files with 5 additions and 0 deletions

1
configure vendored
View File

@ -5782,6 +5782,7 @@ for ac_header in \
OpenAL/al.h \
OpenCL/opencl.h \
QuickTime/ImageCompression.h \
Security/Security.h \
alias.h \
alsa/asoundlib.h \
arpa/inet.h \

View File

@ -383,6 +383,7 @@ AC_CHECK_HEADERS(\
OpenAL/al.h \
OpenCL/opencl.h \
QuickTime/ImageCompression.h \
Security/Security.h \
alias.h \
alsa/asoundlib.h \
arpa/inet.h \

View File

@ -716,6 +716,9 @@
/* Define to 1 if you have the <scsi/sg.h> header file. */
#undef HAVE_SCSI_SG_H
/* Define to 1 if you have the <Security/Security.h> header file. */
#undef HAVE_SECURITY_SECURITY_H
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT