diff options
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r-- | gprof/gconfig.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in index d57b258..1495bfe 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -139,3 +139,5 @@ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Is the prototype for getopt in <unistd.h> in the expected format? */ +#undef HAVE_DECL_GETOPT |