Added silc_getopt.
[crypto.git] / lib / contrib / getopti.c
index 8e601568dce900166d58373ae6c69629761b3247..9cd7a21afb98a0e28443e0c25c115024dd25e9e2 100644 (file)
@@ -1,7 +1,7 @@
 /* Our own convenience getopt.  Public Domain. */
 #include "silc.h"
 
-#ifndef SILC_EPOC
+#ifndef SILC_SYMBIAN
 #if !defined(HAVE_GETOPT) && !defined(HAVE_GETOPT_H)
 int    opterr = 1;
 int    optind = 1;
@@ -67,4 +67,4 @@ int getopt(int argc, char * const *argv, const char *optstring)
   return c;
 }
 #endif /* !HAVE_GETOPT && !HAVE_GETOPT_H */
-#endif /* !SILC_EPOC */
+#endif /* !SILC_SYMBIAN */