diff options
author | Chris Robinson <[email protected]> | 2017-08-20 04:30:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-20 04:30:53 -0700 |
commit | 55643d6370430a73bbf0c4ce8d7a2e689b9891d9 (patch) | |
tree | 86de62cabeab690c13bb2d5cffa9b3152f6b95bf /config.h.in | |
parent | 051828344ecaeff0140034693e3f63355f490e9b (diff) |
Use getopt to handle options in makehrtf
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |