Files
znc/main.cpp
Uli Schlachter fbe2b7403a Make znc compile without getopt_long
If getopt_long() (GNU extension) isn't available, we use the plain old getopt()
instead. This means that long options won't work, but at least this compiles.

Tested on Solaris 9, but should also work on Irix.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-03-28 12:30:35 +02:00

9.2 KiB