aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-20 04:30:53 -0700
committerChris Robinson <[email protected]>2017-08-20 04:30:53 -0700
commit55643d6370430a73bbf0c4ce8d7a2e689b9891d9 (patch)
tree86de62cabeab690c13bb2d5cffa9b3152f6b95bf /config.h.in
parent051828344ecaeff0140034693e3f63355f490e9b (diff)
Use getopt to handle options in makehrtf
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 56a78448..824ea84f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -20,6 +20,9 @@
/* Define if we have the _aligned_malloc function */
#cmakedefine HAVE__ALIGNED_MALLOC
+/* Define if we have the getopt function */
+#cmakedefine HAVE_GETOPT
+
/* Define if we have SSE CPU extensions */
#cmakedefine HAVE_SSE
#cmakedefine HAVE_SSE2