Annotation of parser3/src/include/pa_config_auto.h.in, revision 1.11

1.1       paf         1: /* include/pa_config_auto.h.in.  Generated automatically from configure.in by autoheader.  */
                      2: 
                      3: /* Define as __inline if that's what the C compiler calls it.  */
                      4: #undef inline
                      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 if you have the <ctype.h> header file.  */
                     13: #undef HAVE_CTYPE_H
                     14: 
1.2       paf        15: /* Define if you have the <direct.h> header file.  */
                     16: #undef HAVE_DIRECT_H
                     17: 
1.1       paf        18: /* Define if you have the <errno.h> header file.  */
                     19: #undef HAVE_ERRNO_H
                     20: 
                     21: /* Define if you have the <fcntl.h> header file.  */
                     22: #undef HAVE_FCNTL_H
                     23: 
                     24: /* Define if you have the <io.h> header file.  */
                     25: #undef HAVE_IO_H
                     26: 
                     27: /* Define if you have the <math.h> header file.  */
                     28: #undef HAVE_MATH_H
                     29: 
1.3       parser     30: /* Define if you have the <memory.h> header file.  */
                     31: #undef HAVE_MEMORY_H
                     32: 
1.1       paf        33: /* Define if you have the <process.h> header file.  */
                     34: #undef HAVE_PROCESS_H
                     35: 
1.3       parser     36: /* Define if you have the <setjmp.h> header file.  */
                     37: #undef HAVE_SETJMP_H
                     38: 
1.1       paf        39: /* Define if you have the <stdarg.h> header file.  */
                     40: #undef HAVE_STDARG_H
1.3       parser     41: 
                     42: /* Define if you have the <stddef.h> header file.  */
                     43: #undef HAVE_STDDEF_H
1.1       paf        44: 
                     45: /* Define if you have the <stdio.h> header file.  */
                     46: #undef HAVE_STDIO_H
                     47: 
                     48: /* Define if you have the <stdlib.h> header file.  */
                     49: #undef HAVE_STDLIB_H
                     50: 
                     51: /* Define if you have the <string.h> header file.  */
                     52: #undef HAVE_STRING_H
                     53: 
                     54: /* Define if you have the <sys/stat.h> header file.  */
                     55: #undef HAVE_SYS_STAT_H
                     56: 
                     57: /* Define if you have the <time.h> header file.  */
                     58: #undef HAVE_TIME_H
                     59: 
                     60: /* Define if you have the <unistd.h> header file.  */
                     61: #undef HAVE_UNISTD_H
1.9       paf        62: 
1.8       parser     63: /* Define if you have the m library (-lm).  */
                     64: #undef HAVE_LIBM
                     65: 
1.4       parser     66: /* Define if you have the nsl library (-lnsl).  */
                     67: #undef HAVE_LIBNSL
1.1       paf        68: 
1.4       parser     69: /* Define if you have the socket library (-lsocket).  */
                     70: #undef HAVE_LIBSOCKET
                     71: 
                     72: /* Define if you have the wsock32 library (-lwsock32).  */
                     73: #undef HAVE_LIBWSOCK32
                     74: 
                     75: /* Define if you have the xnet library (-lxnet).  */
                     76: #undef HAVE_LIBXNET
                     77: 
                     78: /* no string origin tracking */
                     79: #undef NO_STRING_ORIGIN
1.1       paf        80: 
1.6       parser     81: /* xml-abled parser */
                     82: #undef XML
1.10      paf        83: 
                     84: /* DB2-abled parser */
                     85: #undef DB2
1.6       parser     86: 
1.11    ! paf        87: /* compiler supports pragma pack */
        !            88: #undef HAVE_PRAGMA_PACK
        !            89: 
1.4       parser     90: /* Windows32 target platform */
                     91: #undef WIN32
1.1       paf        92: 

E-mail: