autoconf-win32.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /* autoconf.h.  Generated automatically by configure.  */
  2. /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
  3. /*
  4.  * Copyright (c) 1997 University of Southern California.
  5.  * All rights reserved.                                            
  6.  *                                                                
  7.  * Redistribution and use in source and binary forms are permitted
  8.  * provided that the above copyright notice and this paragraph are
  9.  * duplicated in all such forms and that any documentation, advertising
  10.  * materials, and other materials related to such distribution and use
  11.  * acknowledge that the software was developed by the University of
  12.  * Southern California, Information Sciences Institute.  The name of the
  13.  * University may not be used to endorse or promote products derived from
  14.  * this software without specific prior written permission.
  15.  * 
  16.  * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  17.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  18.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  19.  *
  20.  */
  21. /* This file should contain variables changed only by autoconf. */
  22. /* XXX Change the following two variables to where your perl and tcl are located! */
  23. #define NSPERL_PATH "C:\Program\Perl\bin\perl.exe"
  24. #define NSTCLSH_PATH "C:\Program\Tcl\bin\tclsh80.exe"
  25. /* If you need these from tcl, see the file tcl/lib/ns-autoconf.tcl.in */
  26. /*
  27.  * Put autoconf #define's here to keep them off the command line.
  28.  * see autoconf.info(Header Templates) in the autoconf docs.
  29.  */
  30. /* what does random(3) return? */
  31. #define RANDOM_RETURN_TYPE int
  32. /* type definitions */
  33. typedef char int8_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(83) */
  34. typedef unsigned char u_int8_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(84) */
  35. typedef short int16_t; /* cygnuscygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(85) */
  36. typedef unsigned short u_int16_t; /* from cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(86) */
  37. typedef int int32_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(87) */
  38. typedef unsigned int u_int32_t; /* cygwin-b20H-i586-cygwin32i586-cygwin32includesystypes.h(88) */
  39. typedef __int64 int64_t; /* C:ProgramMicrosoft Visual StudioVC98CRTSRCSTRTOQ.C(19) */
  40. typedef unsigned __int64 u_int64_t; /* C:ProgramMicrosoft Visual StudioVC98CRTSRCSTRTOQ.C(20) */
  41. #undef HAVE_INT64
  42. #define SIZEOF_LONG 4
  43. /* functions */
  44. #undef HAVE_BCOPY
  45. #undef HAVE_BZERO
  46. #undef HAVE_GETRUSAGE
  47. #undef HAVE_SBRK
  48. #undef HAVE_SNPRINTF
  49. #undef HAVE_STRTOLL
  50. #undef HAVE_STRTOQ
  51. /* headers */
  52. #define HAVE_STRING_H 1
  53. #undef HAVE_STRINGS_H
  54. #undef HAVE_ARPA_INET_H
  55. #undef HAVE_NETINET_IN_H