libdc/examples
Jef Driesen 67a3697a4d Disable the getopt argument permutation on BSD systems.
On BSD based operating systems (which includes Mac OS X), the getopt()
function is posix compliant and thus the option processing stops when
the first non-option is found. But the getopt_long() function permutes
the argument vector, just like the GNU implementation.

Using a leading '+' character in the option string disables the
permutation again.
2016-01-30 23:00:17 +01:00
..
2016-01-05 20:38:47 +01:00
2016-01-04 19:50:51 +01:00
2016-01-05 20:38:47 +01:00
2016-01-04 19:50:51 +01:00
2016-01-04 19:50:51 +01:00
2016-01-05 20:38:47 +01:00
2016-01-04 19:50:51 +01:00
2016-01-05 20:38:47 +01:00
2016-01-05 20:38:47 +01:00
2014-03-19 09:16:07 +01:00