mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Decrease POSIX required level to 1
One can now compile with CFLAGS="-std=c99 -D_POSIX_C_SOURCE=1 -pedantic" Trade getopt.h function for glib equivalents: This mean all utilities now have long option names. Adjust manuals and bash_completion accordingly. Added missing manual and bash_completion for mdb-import.
This commit is contained in:
@@ -23,7 +23,7 @@ ENVIRONMENT
|
||||
|
||||
SEE ALSO
|
||||
mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) mdb-import(1)
|
||||
|
||||
|
||||
AUTHORS
|
||||
|
||||
Reference in New Issue
Block a user