Removed getopt checking and getopt() from lib/contrib.
[silc.git] / includes / silc.h.in
index 8ef23141d5824e57248c277da9e9b868e0621abb..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