home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
vsiftp.vmssoftware.com
/
VSIPUBLIC@vsiftp.vmssoftware.com.tar
/
FREEWARE
/
FREEWARE40.ZIP
/
xsokoban-31
/
config_local.h
< prev
next >
Wrap
Text File
|
1994-03-13
|
1KB
|
44 lines
/*
This file contains only definitions required to make compilation
occur successfully. These definitions control whether various
include files or extern declarations are needed.
If the answer to any of these questions is yes, the corresponding
symbol should be defined.
*/
/* Is there a prototype for "getpass"? */
#define GETPASS_PROTO
/* Are "htons" and "ntohs" defined in <machine/endian.h>? */
#undef NEED_ENDIAN
/* Are "htons" and "ntohs" defined in <net/nh.h>? */
#undef NEED_NH
/* Are "htons" and "ntohs" defined in <netinet/in.h>? */
#define NEED_NETINET_IN_H
/* Are "htons" and "ntohs" defined in <sys/byteorder.h>? */
#undef NEED_BYTEORDER
/* Is there a prototype for "fprintf" in <stdio.h>? */
#define FPRINTF_PROTO
/* Is there a prototype for "fclose" in <stdio.h>? */
#define FCLOSE_PROTO
/* Is there a prototype for "time"? */
#undef TIME_PROTO
/* Is there a prototype for "mktemp"? */
#undef MKTEMP_PROTO
/* Is there a prototype for "perror" in <errno.h>? */
#define PERROR_PROTO
/* Is there a prototype for "rename" in <unistd.h>? */
#define RENAME_PROTO
/* Does the system support "strdup" and have a prototype in <string.h>? */
#define STRDUP_PROTO