Ozkan Sezer
2a155268c2
move xmp_strdup() into a new util.c source module.
4 years ago
Ozkan Sezer
6b018d6999
check and conditionally include sys/types.h, sys/time.h, and unistd.h.
...
watcom/unistd.h and win32/unistd.h are no longer necessary, especially
after previous commit.
4 years ago
Ozkan Sezer
a02a7adf21
add new xmp_version.h which defines VERSION if not already defined.
...
is useful when working with standalone makefiles and project files.
4 years ago
Ozkan Sezer
fa8286eeb1
bump version to 4.2.0
4 years ago
Cameron Cawley
8752414fa8
Replace direct use of usleep()
5 years ago
Ozkan Sezer
347962bb6d
getopt update:
...
replace outdated getopt.c, getopt.h and getopt1.c with 2-clause BSD
licensed getopt source from OpenBSD, build them only if system libc
does not have getopt_long().
5 years ago
Claudio Matsuoka
5d472b508e
Visual C: remove Debug configuration
...
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
13 years ago
Claudio Matsuoka
0987522073
Fix portability to Visual C++
...
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
13 years ago