Added silc_getopt.
[crypto.git] / lib / contrib / getopti.h
index 449e4b5528a005e6fe4779c4d163120457353729..aeec6a299d7a03f1eead7495f0907fc5ad36c6ba 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GETOPTI_H
 #define GETOPTI_H
 
-#ifndef SILC_EPOC
+#ifndef SILC_SYMBIAN
 #if !defined(HAVE_GETOPT) && !defined(HAVE_GETOPT_H)
 /* Our own convenience getopt. */
 extern int opterr;
@@ -10,6 +10,6 @@ extern int optopt;
 extern char *optarg;
 int getopt(int argc, char * const *argv, const char *optstring);
 #endif /* !HAVE_GETOPT && !HAVE_GETOPT_H */
-#endif /* !SILC_EPOC */
+#endif /* !SILC_SYMBIAN */
 
 #endif /* GETOPTI_H */