Modifiche A.G.A.
git-svn-id: svn://10.65.10.50/trunk@4697 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d75daadb2b
commit
79c6423e17
@ -15,11 +15,11 @@
|
||||
/* CodeBase Multi-Platform defines */
|
||||
/* #define S464BIT */ /* use for 64 bit systems */
|
||||
/* #define S4BYTEORDER_2301 */ /* use for 2301 systems */
|
||||
#define S4BYTEORDER_3210 /* use for 3210 systems */
|
||||
#define S4BYTE_SWAP /* use for swapping bytes on 3210 or 2301 systems */
|
||||
/* #define S4BYTEORDER_3210 */ /* use for 3210 systems */
|
||||
/* #define S4BYTE_SWAP */ /* use for swapping bytes on 3210 or 2301 systems */
|
||||
#define S4NO_NEGATIVE_LOCK /* use if negative locking not supported */
|
||||
#define S4DATA_ALIGN /* Use if data needs to be on byte boundaries */
|
||||
#define S4MEMCMP /* use if memcmp() uses signed byte comparison */
|
||||
/* #define S4MEMCMP */ /* use if memcmp() uses signed byte comparison */
|
||||
|
||||
/* #define S4NO_ATOF */ /* use if atof() not found */
|
||||
#define S4NO_CHSIZE /* use if chsize() not found */
|
||||
@ -28,13 +28,13 @@
|
||||
#define S4NO_FILELENGTH /* use if filelength() not found */
|
||||
/* #define S4NO_FTIME */ /* Use if ftime() is not supported */
|
||||
#define S4NO_MEMMOVE /* use if memmove() not found */
|
||||
/* #define S4NO_POW */ /* use if pow() not found */
|
||||
/* #define S4NO_RENAME */ /* use if rename() not found */
|
||||
/* #define S4NO_REMOVE */ /* use if remove() not found */
|
||||
#define S4NO_POW /* use if pow() not found */
|
||||
#define S4NO_RENAME /* use if rename() not found */
|
||||
#define S4NO_REMOVE /* use if remove() not found */
|
||||
/* #define S4NO_SIZE_T */ /* use if variable size_t not found */
|
||||
#define S4NO_STRLWR /* use if strlwr() not found */
|
||||
#define S4NO_STRUPR /* use if strupr() not found */
|
||||
/* #define S4NO_STRNICMP */ /* use if strnicmp() not found */
|
||||
#define S4NO_STRNICMP /* use if strnicmp() not found */
|
||||
|
||||
#include <unistd.h>
|
||||
#ifndef S4NO_ECVT
|
||||
|
Loading…
x
Reference in New Issue
Block a user