Removed getopt checking and getopt() from lib/contrib.
[crypto.git] / includes / silc.h.in
index 4a20535e7e381ea1a96a9a6aad736fc052febbb4..14f63c1cdc2f9fe7744e84cc444b876dd87d0617 100644 (file)
@@ -158,14 +158,6 @@ extern "C" {
 #include <grp.h>
 #endif
 
-#if defined(HAVE_GETOPT_H) && defined(HAVE_GETOPT)
-#include <getopt.h>
-#else
-#if defined(HAVE_SILCDEFS_H)
-#include "getopti.h"
-#endif /* HAVE_SILCDEFS_H */
-#endif
-
 #ifdef SOCKS5
 #include "socks.h"
 #endif
@@ -254,6 +246,7 @@ extern "C" {
 #include "silcversion.h"
 
 /* SILC util library includes */
+#include "silcgetopt.h"
 #include "silclist.h"
 #include "silcstack.h"
 #include "silcmemory.h"