Annotation of embedaddon/php/ext/bcmath/libbcmath/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
                      2: 
                      3: /* Define to empty if the keyword does not work.  */
                      4: #undef const
                      5: 
                      6: /* Define to `unsigned' if <sys/types.h> doesn't define.  */
                      7: #undef size_t
                      8: 
                      9: /* Define if you have the ANSI C header files.  */
                     10: #undef STDC_HEADERS
                     11: 
                     12: /* Define to `size_t' if <sys/types.h> and <stddef.h> don't define.  */
                     13: #undef ptrdiff_t
                     14: 
                     15: /* Define if you have the <lib.h> header file.  */
                     16: #undef HAVE_LIB_H
                     17: 
                     18: /* Define if you have the <limits.h> header file.  */
                     19: #undef HAVE_LIMITS_H
                     20: 
                     21: /* Define if you have the <stdarg.h> header file.  */
                     22: #undef HAVE_STDARG_H
                     23: 
                     24: /* Define if you have the <stddef.h> header file.  */
                     25: #undef HAVE_STDDEF_H
                     26: 
                     27: /* Define if you have the <stdlib.h> header file.  */
                     28: #undef HAVE_STDLIB_H
                     29: 
                     30: /* Define if you have the <string.h> header file.  */
                     31: #undef HAVE_STRING_H
                     32: 
                     33: /* Define if you have the <unistd.h> header file.  */
                     34: #undef HAVE_UNISTD_H
                     35: 
                     36: /* Name of package */
                     37: #undef PACKAGE
                     38: 
                     39: /* Version number of package */
                     40: #undef VERSION
                     41: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>