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 >
Text File  |  1994-03-13  |  1KB  |  44 lines

  1. /*
  2.     This file contains only definitions required to make compilation
  3.     occur successfully. These definitions control whether various
  4.     include files or extern declarations are needed.
  5.  
  6.     If the answer to any of these questions is yes, the corresponding
  7.     symbol should be defined.
  8. */
  9. /* Is there a prototype for "getpass"? */
  10. #define GETPASS_PROTO
  11.  
  12. /* Are "htons" and "ntohs" defined in <machine/endian.h>? */
  13. #undef NEED_ENDIAN
  14.  
  15. /* Are "htons" and "ntohs" defined in <net/nh.h>? */
  16. #undef NEED_NH
  17.  
  18. /* Are "htons" and "ntohs" defined in <netinet/in.h>? */
  19. #define NEED_NETINET_IN_H
  20.  
  21. /* Are "htons" and "ntohs" defined in <sys/byteorder.h>? */
  22. #undef NEED_BYTEORDER
  23.  
  24. /* Is there a prototype for "fprintf" in <stdio.h>? */
  25. #define FPRINTF_PROTO
  26.  
  27. /* Is there a prototype for "fclose" in <stdio.h>? */
  28. #define FCLOSE_PROTO
  29.  
  30. /* Is there a prototype for "time"? */
  31. #undef TIME_PROTO
  32.  
  33. /* Is there a prototype for "mktemp"? */
  34. #undef MKTEMP_PROTO
  35.  
  36. /* Is there a prototype for "perror" in <errno.h>? */
  37. #define PERROR_PROTO
  38.  
  39. /* Is there a prototype for "rename" in <unistd.h>? */
  40. #define RENAME_PROTO
  41.  
  42. /* Does the system support "strdup" and have a prototype in <string.h>? */
  43. #define STRDUP_PROTO
  44.