diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 5a3893feaab..abde7c5f658 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -14,6 +14,9 @@ * The following is set using configure. */ +/* Set to 1 if you have <getopt.h> */ +#undef HAVE_GETOPT_H + /* Set to 1 if you have <fp_class.h> */ #undef HAVE_FP_CLASS_H |