From 977d6242d2b6fbddd628c58d74624d0f7ee6671a Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 9 Nov 2023 22:04:21 +0100 Subject: [PATCH] Enable getopt_long(3) support on Solaris --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 5671aa9..016ae86 100644 --- a/config.h +++ b/config.h @@ -72,6 +72,7 @@ /* Unknown versions of Solaris */ #if defined __SVR4 && defined __sun +# define HAVE_GETOPT_LONG # define HAVE_SHA_CRYPT # define HAVE_CRYPT_H # define HAVE_SOLARIS_CRYPT_GENSALT