dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_utils.h,1.13,1.14 il_config.h


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_utils.h,1.13,1.14 il_config.h.in,1.25,1.26
Date: Sun, 03 Nov 2002 14:33:29 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv24075/include

Modified Files:
        il_utils.h il_config.h.in 
Log Message:
Single and Double .ToString()


Index: il_utils.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_utils.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** il_utils.h  2 Nov 2002 17:56:31 -0000       1.13
--- il_utils.h  3 Nov 2002 19:33:25 -0000       1.14
***************
*** 486,489 ****
--- 486,495 ----
  /* Remove entry and Free entry , but not data . return NULL on fail */
  void *ILQueueRemove(ILQueueEntry **listRoot);
+ 
+ /* Formats a real as a string using a printf style format string
+  * and the specified buffer size for the return string.
+  */
+ char *ILFormatReal(double value, char *format, int buflen);
+ 
  #ifdef        __cplusplus
  };

Index: il_config.h.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_config.h.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** il_config.h.in      23 Oct 2002 21:10:43 -0000      1.25
--- il_config.h.in      3 Nov 2002 19:33:26 -0000       1.26
***************
*** 1,41 ****
! /* include/il_config.h.in.  Generated automatically from configure.in by 
autoheader.  */
! 
! /* Define if using alloca.c.  */
! #undef C_ALLOCA
! 
! /* Define to empty if the keyword does not work.  */
! #undef const
! 
! /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
!    This function is required for alloca.c support on those systems.  */
! #undef CRAY_STACKSEG_END
! 
! /* Define if you have alloca, as a function or macro.  */
! #undef HAVE_ALLOCA
! 
! /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
! #undef HAVE_ALLOCA_H
! 
! /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
! #undef HAVE_SYS_WAIT_H
! 
! /* If using the C implementation of alloca, define if you know the
!    direction of stack growth for your system; otherwise it will be
!    automatically deduced at run-time.
!  STACK_DIRECTION > 0 => grows toward higher addresses
!  STACK_DIRECTION < 0 => grows toward lower addresses
!  STACK_DIRECTION = 0 => direction of growth unknown
!  */
! #undef STACK_DIRECTION
! 
! /* Define if you have the ANSI C header files.  */
! #undef STDC_HEADERS
! 
! /* Define if you can safely include both <sys/time.h> and <time.h>.  */
! #undef TIME_WITH_SYS_TIME
! 
! /* Define if lex declares yytext as a char * by default, not a char[].  */
! #undef YYTEXT_POINTER
! 
  #undef HAVE_LIBREADLINE
  #undef HAVE_LIBHISTORY
--- 1,3 ----
! /* include/il_config.h.in.  Generated from configure.in by autoheader.  */
  #undef HAVE_LIBREADLINE
  #undef HAVE_LIBHISTORY
***************
*** 70,401 ****
  #undef HAVE_CPP_PRECOMP
  
! /* The number of bytes in a double.  */
! #undef SIZEOF_DOUBLE
! 
! /* The number of bytes in a float.  */
! #undef SIZEOF_FLOAT
! 
! /* The number of bytes in a int.  */
! #undef SIZEOF_INT
! 
! /* The number of bytes in a long.  */
! #undef SIZEOF_LONG
  
! /* The number of bytes in a long double.  */
! #undef SIZEOF_LONG_DOUBLE
  
! /* The number of bytes in a long long.  */
! #undef SIZEOF_LONG_LONG
  
! /* The number of bytes in a void *.  */
! #undef SIZEOF_VOID_P
  
! /* Define if you have the acos function.  */
! #undef HAVE_ACOS
  
! /* Define if you have the asin function.  */
  #undef HAVE_ASIN
  
! /* Define if you have the atan function.  */
  #undef HAVE_ATAN
  
! /* Define if you have the atan2 function.  */
  #undef HAVE_ATAN2
  
! /* Define if you have the bcmp function.  */
  #undef HAVE_BCMP
  
! /* Define if you have the bcopy function.  */
  #undef HAVE_BCOPY
  
! /* Define if you have the bzero function.  */
  #undef HAVE_BZERO
  
! /* Define if you have the ceil function.  */
  #undef HAVE_CEIL
  
! /* Define if you have the closedir function.  */
  #undef HAVE_CLOSEDIR
  
! /* Define if you have the cos function.  */
  #undef HAVE_COS
  
! /* Define if you have the cosh function.  */
  #undef HAVE_COSH
  
! /* Define if you have the cygwin_conv_to_win32_path function.  */
  #undef HAVE_CYGWIN_CONV_TO_WIN32_PATH
  
! /* Define if you have the dlopen function.  */
  #undef HAVE_DLOPEN
  
! /* Define if you have the execv function.  */
  #undef HAVE_EXECV
  
! /* Define if you have the exp function.  */
  #undef HAVE_EXP
  
! /* Define if you have the fcntl function.  */
  #undef HAVE_FCNTL
  
! /* Define if you have the finite function.  */
  #undef HAVE_FINITE
  
! /* Define if you have the floor function.  */
  #undef HAVE_FLOOR
  
! /* Define if you have the fmod function.  */
  #undef HAVE_FMOD
  
! /* Define if you have the fork function.  */
  #undef HAVE_FORK
  
! /* Define if you have the ftruncate function.  */
  #undef HAVE_FTRUNCATE
  
! /* Define if you have the get_current_dir_name function.  */
! #undef HAVE_GET_CURRENT_DIR_NAME
! 
! /* Define if you have the getcwd function.  */
  #undef HAVE_GETCWD
  
! /* Define if you have the gethostbyaddr function.  */
  #undef HAVE_GETHOSTBYADDR
  
! /* Define if you have the gethostbyname function.  */
  #undef HAVE_GETHOSTBYNAME
  
! /* Define if you have the getpagesize function.  */
  #undef HAVE_GETPAGESIZE
  
! /* Define if you have the getpid function.  */
  #undef HAVE_GETPID
  
! /* Define if you have the gettimeofday function.  */
  #undef HAVE_GETTIMEOFDAY
  
! /* Define if you have the getwd function.  */
  #undef HAVE_GETWD
  
! /* Define if you have the isinf function.  */
  #undef HAVE_ISINF
  
! /* Define if you have the isnan function.  */
  #undef HAVE_ISNAN
  
! /* Define if you have the log function.  */
  #undef HAVE_LOG
  
! /* Define if you have the log10 function.  */
  #undef HAVE_LOG10
  
! /* Define if you have the mbrtowc function.  */
  #undef HAVE_MBRTOWC
  
! /* Define if you have the mbtowc function.  */
  #undef HAVE_MBTOWC
  
! /* Define if you have the memchr function.  */
  #undef HAVE_MEMCHR
  
! /* Define if you have the memcmp function.  */
  #undef HAVE_MEMCMP
  
! /* Define if you have the memcpy function.  */
  #undef HAVE_MEMCPY
  
! /* Define if you have the memmove function.  */
  #undef HAVE_MEMMOVE
  
! /* Define if you have the memset function.  */
  #undef HAVE_MEMSET
  
! /* Define if you have the mmap function.  */
  #undef HAVE_MMAP
  
! /* Define if you have the munmap function.  */
  #undef HAVE_MUNMAP
  
! /* Define if you have the nl_langinfo function.  */
  #undef HAVE_NL_LANGINFO
  
! /* Define if you have the open function.  */
  #undef HAVE_OPEN
  
! /* Define if you have the opendir function.  */
  #undef HAVE_OPENDIR
  
! /* Define if you have the pow function.  */
  #undef HAVE_POW
  
! /* Define if you have the qsort function.  */
  #undef HAVE_QSORT
  
! /* Define if you have the re_comp function.  */
! #undef HAVE_RE_COMP
! 
! /* Define if you have the readdir function.  */
  #undef HAVE_READDIR
  
! /* Define if you have the readdir_r function.  */
  #undef HAVE_READDIR_R
  
! /* Define if you have the regcomp function.  */
  #undef HAVE_REGCOMP
  
! /* Define if you have the remainder function.  */
  #undef HAVE_REMAINDER
  
! /* Define if you have the remove function.  */
  #undef HAVE_REMOVE
  
! /* Define if you have the rint function.  */
  #undef HAVE_RINT
  
! /* Define if you have the setlocale function.  */
  #undef HAVE_SETLOCALE
  
! /* Define if you have the sin function.  */
  #undef HAVE_SIN
  
! /* Define if you have the sinh function.  */
  #undef HAVE_SINH
  
! /* Define if you have the sqrt function.  */
  #undef HAVE_SQRT
  
! /* Define if you have the stat function.  */
  #undef HAVE_STAT
  
! /* Define if you have the strerror function.  */
! #undef HAVE_STRERROR
  
! /* Define if you have the strtod function.  */
! #undef HAVE_STRTOD
  
! /* Define if you have the tan function.  */
! #undef HAVE_TAN
  
! /* Define if you have the tanh function.  */
! #undef HAVE_TANH
  
! /* Define if you have the unlink function.  */
! #undef HAVE_UNLINK
  
! /* Define if you have the usleep function.  */
! #undef HAVE_USLEEP
  
! /* Define if you have the vfprintf function.  */
! #undef HAVE_VFPRINTF
  
! /* Define if you have the wait function.  */
! #undef HAVE_WAIT
  
! /* Define if you have the waitpid function.  */
! #undef HAVE_WAITPID
  
! /* Define if you have the wcrtomb function.  */
! #undef HAVE_WCRTOMB
  
! /* Define if you have the wctomb function.  */
! #undef HAVE_WCTOMB
  
! /* Define if you have the <dirent.h> header file.  */
! #undef HAVE_DIRENT_H
  
! /* Define if you have the <dlfcn.h> header file.  */
! #undef HAVE_DLFCN_H
  
! /* Define if you have the <fcntl.h> header file.  */
! #undef HAVE_FCNTL_H
  
! /* Define if you have the <ieeefp.h> header file.  */
! #undef HAVE_IEEEFP_H
  
! /* Define if you have the <langinfo.h> header file.  */
! #undef HAVE_LANGINFO_H
  
! /* Define if you have the <locale.h> header file.  */
! #undef HAVE_LOCALE_H
  
! /* Define if you have the <math.h> header file.  */
! #undef HAVE_MATH_H
  
! /* Define if you have the <memory.h> header file.  */
! #undef HAVE_MEMORY_H
  
! /* Define if you have the <netdb.h> header file.  */
! #undef HAVE_NETDB_H
  
! /* Define if you have the <netinet/in.h> header file.  */
! #undef HAVE_NETINET_IN_H
  
! /* Define if you have the <readline/history.h> header file.  */
! #undef HAVE_READLINE_HISTORY_H
  
! /* Define if you have the <readline/readline.h> header file.  */
! #undef HAVE_READLINE_READLINE_H
  
! /* Define if you have the <regex.h> header file.  */
! #undef HAVE_REGEX_H
  
! /* Define if you have the <stdarg.h> header file.  */
! #undef HAVE_STDARG_H
  
! /* Define if you have the <stdlib.h> header file.  */
! #undef HAVE_STDLIB_H
  
! /* Define if you have the <string.h> header file.  */
! #undef HAVE_STRING_H
  
! /* Define if you have the <strings.h> header file.  */
! #undef HAVE_STRINGS_H
  
! /* Define if you have the <sys/cygwin.h> header file.  */
! #undef HAVE_SYS_CYGWIN_H
  
! /* Define if you have the <sys/mman.h> header file.  */
! #undef HAVE_SYS_MMAN_H
  
! /* Define if you have the <sys/select.h> header file.  */
! #undef HAVE_SYS_SELECT_H
  
! /* Define if you have the <sys/socket.h> header file.  */
! #undef HAVE_SYS_SOCKET_H
  
! /* Define if you have the <sys/stat.h> header file.  */
! #undef HAVE_SYS_STAT_H
  
! /* Define if you have the <sys/time.h> header file.  */
! #undef HAVE_SYS_TIME_H
  
! /* Define if you have the <sys/types.h> header file.  */
! #undef HAVE_SYS_TYPES_H
  
! /* Define if you have the <unistd.h> header file.  */
! #undef HAVE_UNISTD_H
  
! /* Define if you have the <varargs.h> header file.  */
! #undef HAVE_VARARGS_H
  
! /* Define if you have the <wchar.h> header file.  */
! #undef HAVE_WCHAR_H
  
! /* Define if you have the dl library (-ldl).  */
! #undef HAVE_LIBDL
  
! /* Define if you have the m library (-lm).  */
! #undef HAVE_LIBM
  
! /* Define if you have the nsl library (-lnsl).  */
! #undef HAVE_LIBNSL
  
! /* Define if you have the socket library (-lsocket).  */
! #undef HAVE_LIBSOCKET
  
! /* Name of package */
! #undef PACKAGE
  
  /* Version number of package */
  #undef VERSION
  
--- 32,425 ----
  #undef HAVE_CPP_PRECOMP
  
! /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
!    systems. This function is required for `alloca.c' support on those systems.
!    */
! #undef CRAY_STACKSEG_END
  
! /* Define to 1 if using `alloca.c'. */
! #undef C_ALLOCA
  
! /* Define to 1 if you have the `acos' function. */
! #undef HAVE_ACOS
  
! /* Define to 1 if you have `alloca', as a function or macro. */
! #undef HAVE_ALLOCA
  
! /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
!    */
! #undef HAVE_ALLOCA_H
  
! /* Define to 1 if you have the `asin' function. */
  #undef HAVE_ASIN
  
! /* Define to 1 if you have the `atan' function. */
  #undef HAVE_ATAN
  
! /* Define to 1 if you have the `atan2' function. */
  #undef HAVE_ATAN2
  
! /* Define to 1 if you have the `bcmp' function. */
  #undef HAVE_BCMP
  
! /* Define to 1 if you have the `bcopy' function. */
  #undef HAVE_BCOPY
  
! /* Define to 1 if you have the `bzero' function. */
  #undef HAVE_BZERO
  
! /* Define to 1 if you have the `ceil' function. */
  #undef HAVE_CEIL
  
! /* Define to 1 if you have the `closedir' function. */
  #undef HAVE_CLOSEDIR
  
! /* Define to 1 if you have the `cos' function. */
  #undef HAVE_COS
  
! /* Define to 1 if you have the `cosh' function. */
  #undef HAVE_COSH
  
! /* Define to 1 if you have the `cygwin_conv_to_win32_path' function. */
  #undef HAVE_CYGWIN_CONV_TO_WIN32_PATH
  
! /* Define to 1 if you have the <dirent.h> header file. */
! #undef HAVE_DIRENT_H
! 
! /* Define to 1 if you have the <dlfcn.h> header file. */
! #undef HAVE_DLFCN_H
! 
! /* Define to 1 if you have the `dlopen' function. */
  #undef HAVE_DLOPEN
  
! /* Define to 1 if you have the `execv' function. */
  #undef HAVE_EXECV
  
! /* Define to 1 if you have the `exp' function. */
  #undef HAVE_EXP
  
! /* Define to 1 if you have the `fcntl' function. */
  #undef HAVE_FCNTL
  
! /* Define to 1 if you have the <fcntl.h> header file. */
! #undef HAVE_FCNTL_H
! 
! /* Define to 1 if you have the `finite' function. */
  #undef HAVE_FINITE
  
! /* Define to 1 if you have the `floor' function. */
  #undef HAVE_FLOOR
  
! /* Define to 1 if you have the `fmod' function. */
  #undef HAVE_FMOD
  
! /* Define to 1 if you have the `fork' function. */
  #undef HAVE_FORK
  
! /* Define to 1 if you have the `ftruncate' function. */
  #undef HAVE_FTRUNCATE
  
! /* Define to 1 if you have the `getcwd' function. */
  #undef HAVE_GETCWD
  
! /* Define to 1 if you have the `gethostbyaddr' function. */
  #undef HAVE_GETHOSTBYADDR
  
! /* Define to 1 if you have the `gethostbyname' function. */
  #undef HAVE_GETHOSTBYNAME
  
! /* Define to 1 if you have the `getpagesize' function. */
  #undef HAVE_GETPAGESIZE
  
! /* Define to 1 if you have the `getpid' function. */
  #undef HAVE_GETPID
  
! /* Define to 1 if you have the `gettimeofday' function. */
  #undef HAVE_GETTIMEOFDAY
  
! /* Define to 1 if you have the `getwd' function. */
  #undef HAVE_GETWD
  
! /* Define to 1 if you have the `get_current_dir_name' function. */
! #undef HAVE_GET_CURRENT_DIR_NAME
! 
! /* Define to 1 if you have the <ieeefp.h> header file. */
! #undef HAVE_IEEEFP_H
! 
! /* Define to 1 if you have the <inttypes.h> header file. */
! #undef HAVE_INTTYPES_H
! 
! /* Define to 1 if you have the `isinf' function. */
  #undef HAVE_ISINF
  
! /* Define to 1 if you have the `isnan' function. */
  #undef HAVE_ISNAN
  
! /* Define to 1 if you have the <langinfo.h> header file. */
! #undef HAVE_LANGINFO_H
! 
! /* Define to 1 if you have the `dl' library (-ldl). */
! #undef HAVE_LIBDL
! 
! /* Define to 1 if you have the `m' library (-lm). */
! #undef HAVE_LIBM
! 
! /* Define to 1 if you have the `nsl' library (-lnsl). */
! #undef HAVE_LIBNSL
! 
! /* Define to 1 if you have the `socket' library (-lsocket). */
! #undef HAVE_LIBSOCKET
! 
! /* Define to 1 if you have the <locale.h> header file. */
! #undef HAVE_LOCALE_H
! 
! /* Define to 1 if you have the `log' function. */
  #undef HAVE_LOG
  
! /* Define to 1 if you have the `log10' function. */
  #undef HAVE_LOG10
  
! /* Define to 1 if you have the <math.h> header file. */
! #undef HAVE_MATH_H
! 
! /* Define to 1 if you have the `mbrtowc' function. */
  #undef HAVE_MBRTOWC
  
! /* Define to 1 if you have the `mbtowc' function. */
  #undef HAVE_MBTOWC
  
! /* Define to 1 if you have the `memchr' function. */
  #undef HAVE_MEMCHR
  
! /* Define to 1 if you have the `memcmp' function. */
  #undef HAVE_MEMCMP
  
! /* Define to 1 if you have the `memcpy' function. */
  #undef HAVE_MEMCPY
  
! /* Define to 1 if you have the `memmove' function. */
  #undef HAVE_MEMMOVE
  
! /* Define to 1 if you have the <memory.h> header file. */
! #undef HAVE_MEMORY_H
! 
! /* Define to 1 if you have the `memset' function. */
  #undef HAVE_MEMSET
  
! /* Define to 1 if you have the `mmap' function. */
  #undef HAVE_MMAP
  
! /* Define to 1 if you have the `munmap' function. */
  #undef HAVE_MUNMAP
  
! /* Define to 1 if you have the <netdb.h> header file. */
! #undef HAVE_NETDB_H
! 
! /* Define to 1 if you have the <netinet/in.h> header file. */
! #undef HAVE_NETINET_IN_H
! 
! /* Define to 1 if you have the `nl_langinfo' function. */
  #undef HAVE_NL_LANGINFO
  
! /* Define to 1 if you have the `open' function. */
  #undef HAVE_OPEN
  
! /* Define to 1 if you have the `opendir' function. */
  #undef HAVE_OPENDIR
  
! /* Define to 1 if you have the `pow' function. */
  #undef HAVE_POW
  
! /* Define to 1 if you have the `qsort' function. */
  #undef HAVE_QSORT
  
! /* Define to 1 if you have the `readdir' function. */
  #undef HAVE_READDIR
  
! /* Define to 1 if you have the `readdir_r' function. */
  #undef HAVE_READDIR_R
  
! /* Define to 1 if you have the <readline/history.h> header file. */
! #undef HAVE_READLINE_HISTORY_H
! 
! /* Define to 1 if you have the <readline/readline.h> header file. */
! #undef HAVE_READLINE_READLINE_H
! 
! /* Define to 1 if you have the `regcomp' function. */
  #undef HAVE_REGCOMP
  
! /* Define to 1 if you have the <regex.h> header file. */
! #undef HAVE_REGEX_H
! 
! /* Define to 1 if you have the `remainder' function. */
  #undef HAVE_REMAINDER
  
! /* Define to 1 if you have the `remove' function. */
  #undef HAVE_REMOVE
  
! /* Define to 1 if you have the `re_comp' function. */
! #undef HAVE_RE_COMP
! 
! /* Define to 1 if you have the `rint' function. */
  #undef HAVE_RINT
  
! /* Define to 1 if you have the `setlocale' function. */
  #undef HAVE_SETLOCALE
  
! /* Define to 1 if you have the `sin' function. */
  #undef HAVE_SIN
  
! /* Define to 1 if you have the `sinh' function. */
  #undef HAVE_SINH
  
! /* Define to 1 if you have the `snprintf' function. */
! #undef HAVE_SNPRINTF
! 
! /* Define to 1 if you have the `sqrt' function. */
  #undef HAVE_SQRT
  
! /* Define to 1 if you have the `stat' function. */
  #undef HAVE_STAT
  
! /* Define to 1 if you have the <stdarg.h> header file. */
! #undef HAVE_STDARG_H
  
! /* Define to 1 if you have the <stdint.h> header file. */
! #undef HAVE_STDINT_H
  
! /* Define to 1 if you have the <stdlib.h> header file. */
! #undef HAVE_STDLIB_H
  
! /* Define to 1 if you have the `strerror' function. */
! #undef HAVE_STRERROR
  
! /* Define to 1 if you have the <strings.h> header file. */
! #undef HAVE_STRINGS_H
  
! /* Define to 1 if you have the <string.h> header file. */
! #undef HAVE_STRING_H
  
! /* Define to 1 if you have the `strtod' function. */
! #undef HAVE_STRTOD
  
! /* Define to 1 if you have the <sys/cygwin.h> header file. */
! #undef HAVE_SYS_CYGWIN_H
  
! /* Define to 1 if you have the <sys/mman.h> header file. */
! #undef HAVE_SYS_MMAN_H
  
! /* Define to 1 if you have the <sys/select.h> header file. */
! #undef HAVE_SYS_SELECT_H
  
! /* Define to 1 if you have the <sys/socket.h> header file. */
! #undef HAVE_SYS_SOCKET_H
  
! /* Define to 1 if you have the <sys/stat.h> header file. */
! #undef HAVE_SYS_STAT_H
  
! /* Define to 1 if you have the <sys/time.h> header file. */
! #undef HAVE_SYS_TIME_H
  
! /* Define to 1 if you have the <sys/types.h> header file. */
! #undef HAVE_SYS_TYPES_H
  
! /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
! #undef HAVE_SYS_WAIT_H
  
! /* Define to 1 if you have the `tan' function. */
! #undef HAVE_TAN
  
! /* Define to 1 if you have the `tanh' function. */
! #undef HAVE_TANH
  
! /* Define to 1 if you have the <unistd.h> header file. */
! #undef HAVE_UNISTD_H
  
! /* Define to 1 if you have the `unlink' function. */
! #undef HAVE_UNLINK
  
! /* Define to 1 if you have the `usleep' function. */
! #undef HAVE_USLEEP
  
! /* Define to 1 if you have the <varargs.h> header file. */
! #undef HAVE_VARARGS_H
  
! /* Define to 1 if you have the `vfprintf' function. */
! #undef HAVE_VFPRINTF
  
! /* Define to 1 if you have the `wait' function. */
! #undef HAVE_WAIT
  
! /* Define to 1 if you have the `waitpid' function. */
! #undef HAVE_WAITPID
  
! /* Define to 1 if you have the <wchar.h> header file. */
! #undef HAVE_WCHAR_H
  
! /* Define to 1 if you have the `wcrtomb' function. */
! #undef HAVE_WCRTOMB
  
! /* Define to 1 if you have the `wctomb' function. */
! #undef HAVE_WCTOMB
  
! /* Name of package */
! #undef PACKAGE
  
! /* Define to the address where bug reports for this package should be sent. */
! #undef PACKAGE_BUGREPORT
  
! /* Define to the full name of this package. */
! #undef PACKAGE_NAME
  
! /* Define to the full name and version of this package. */
! #undef PACKAGE_STRING
  
! /* Define to the one symbol short name of this package. */
! #undef PACKAGE_TARNAME
  
! /* Define to the version of this package. */
! #undef PACKAGE_VERSION
  
! /* The size of a `double', as computed by sizeof. */
! #undef SIZEOF_DOUBLE
  
! /* The size of a `float', as computed by sizeof. */
! #undef SIZEOF_FLOAT
  
! /* The size of a `int', as computed by sizeof. */
! #undef SIZEOF_INT
  
! /* The size of a `long', as computed by sizeof. */
! #undef SIZEOF_LONG
  
! /* The size of a `long double', as computed by sizeof. */
! #undef SIZEOF_LONG_DOUBLE
  
! /* The size of a `long long', as computed by sizeof. */
! #undef SIZEOF_LONG_LONG
  
! /* The size of a `void *', as computed by sizeof. */
! #undef SIZEOF_VOID_P
  
! /* If using the C implementation of alloca, define if you know the
!    direction of stack growth for your system; otherwise it will be
!    automatically deduced at run-time.
!         STACK_DIRECTION > 0 => grows toward higher addresses
!         STACK_DIRECTION < 0 => grows toward lower addresses
!         STACK_DIRECTION = 0 => direction of growth unknown */
! #undef STACK_DIRECTION
  
! /* Define to 1 if you have the ANSI C header files. */
! #undef STDC_HEADERS
  
! /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
! #undef TIME_WITH_SYS_TIME
  
  /* Version number of package */
  #undef VERSION
  
+ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+    `char[]'. */
+ #undef YYTEXT_POINTER
+ 
+ /* Define to empty if `const' does not conform to ANSI C. */
+ #undef const





reply via email to

[Prev in Thread] Current Thread [Next in Thread]