unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-getopt.h
index 12859ac9ece2835c0f0e70b6f7a24f6418a7063e..e4e6facab0a8bc1ad98c30d820c3778615c7ce22 100644 (file)
@@ -21,7 +21,7 @@
 /* The glibc/gnulib implementation of getopt supports setting optind =
    0, but not all other implementations do.  This matters for getopt.
    But for getopt_long, we require GNU compatibility.  */
-#if defined __GETOPT_PREFIX || (__GLIBC__ >= 2)
+#if defined __GETOPT_PREFIX || (__GLIBC__ >= 2 && !defined __UCLIBC__)
 # define OPTIND_MIN 0
 #elif HAVE_DECL_OPTRESET
 # define OPTIND_MIN (optreset = 1)