Commit 25ed687f authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent 0b396208
...@@ -5782,6 +5782,7 @@ for ac_header in \ ...@@ -5782,6 +5782,7 @@ for ac_header in \
OpenAL/al.h \ OpenAL/al.h \
OpenCL/opencl.h \ OpenCL/opencl.h \
QuickTime/ImageCompression.h \ QuickTime/ImageCompression.h \
Security/Security.h \
alias.h \ alias.h \
alsa/asoundlib.h \ alsa/asoundlib.h \
arpa/inet.h \ arpa/inet.h \
......
...@@ -383,6 +383,7 @@ AC_CHECK_HEADERS(\ ...@@ -383,6 +383,7 @@ AC_CHECK_HEADERS(\
OpenAL/al.h \ OpenAL/al.h \
OpenCL/opencl.h \ OpenCL/opencl.h \
QuickTime/ImageCompression.h \ QuickTime/ImageCompression.h \
Security/Security.h \
alias.h \ alias.h \
alsa/asoundlib.h \ alsa/asoundlib.h \
arpa/inet.h \ arpa/inet.h \
......
...@@ -716,6 +716,9 @@ ...@@ -716,6 +716,9 @@
/* Define to 1 if you have the <scsi/sg.h> header file. */ /* Define to 1 if you have the <scsi/sg.h> header file. */
#undef HAVE_SCSI_SG_H #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. */ /* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT #undef HAVE_SELECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment