aboutsummaryrefslogtreecommitdiff
path: root/gas/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-01 12:56:29 +0000
committerNick Clifton <nickc@redhat.com>2005-04-01 12:56:29 +0000
commit56f366632f0e421203234f1958ae114180790776 (patch)
treee47c6bd28ce23cd97ab182cdb42164c891e132ad /gas/config.in
parent8a75718cb7f23c07475908ba2cb05aa06d757b6d (diff)
downloadgdb-56f366632f0e421203234f1958ae114180790776.zip
gdb-56f366632f0e421203234f1958ae114180790776.tar.gz
gdb-56f366632f0e421203234f1958ae114180790776.tar.bz2
Add a check for <unistd.h> providing a prototype for getopt() which is compatible
with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
Diffstat (limited to 'gas/config.in')
-rw-r--r--gas/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in
index 6b5b8dc..9c91b88 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -318,3 +318,6 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
+
+/* Is the prototype for getopt in <unistd.h> in the expected format? */
+#undef HAVE_DECL_GETOPT