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

1.99    ! moko        1: /* src/include/pa_config_auto.h.in.  Generated from configure.ac by autoheader.  */
1.1       paf         2: 
1.73      moko        3: /* Define if building universal (internal helper macro) */
                      4: #undef AC_APPLE_UNIVERSAL_BUILD
                      5: 
1.38      paf         6: /* using cygwin building environment */
                      7: #undef CYGWIN
                      8: 
1.45      misha       9: /* FreeBSD4X target platform */
                     10: #undef FREEBSD4
                     11: 
1.56      moko       12: /* Define to 1 if you have the `argz_add' function. */
                     13: #undef HAVE_ARGZ_ADD
                     14: 
                     15: /* Define to 1 if you have the `argz_append' function. */
                     16: #undef HAVE_ARGZ_APPEND
                     17: 
                     18: /* Define to 1 if you have the `argz_count' function. */
                     19: #undef HAVE_ARGZ_COUNT
                     20: 
                     21: /* Define to 1 if you have the `argz_create_sep' function. */
                     22: #undef HAVE_ARGZ_CREATE_SEP
                     23: 
                     24: /* Define to 1 if you have the <argz.h> header file. */
                     25: #undef HAVE_ARGZ_H
                     26: 
                     27: /* Define to 1 if you have the `argz_insert' function. */
                     28: #undef HAVE_ARGZ_INSERT
                     29: 
                     30: /* Define to 1 if you have the `argz_next' function. */
                     31: #undef HAVE_ARGZ_NEXT
                     32: 
                     33: /* Define to 1 if you have the `argz_stringify' function. */
                     34: #undef HAVE_ARGZ_STRINGIFY
                     35: 
1.37      paf        36: /* Define to 1 if you have the <arpa/inet.h> header file. */
                     37: #undef HAVE_ARPA_INET_H
1.1       paf        38: 
1.38      paf        39: /* Define to 1 if you have the <assert.h> header file. */
                     40: #undef HAVE_ASSERT_H
                     41: 
1.56      moko       42: /* Define to 1 if you have the `closedir' function. */
                     43: #undef HAVE_CLOSEDIR
                     44: 
1.37      paf        45: /* Define to 1 if you have the `crypt' function. */
                     46: #undef HAVE_CRYPT
1.26      paf        47: 
1.37      paf        48: /* Define to 1 if you have the <ctype.h> header file. */
                     49: #undef HAVE_CTYPE_H
1.26      paf        50: 
1.56      moko       51: /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
                     52:    you don't. */
                     53: #undef HAVE_DECL_CYGWIN_CONV_PATH
                     54: 
1.85      moko       55: /* Define to 1 if you have the <dirent.h> header file. */
1.56      moko       56: #undef HAVE_DIRENT_H
                     57: 
1.81      moko       58: /* Define if you have the GNU dld library. */
1.37      paf        59: #undef HAVE_DLD
1.30      paf        60: 
1.56      moko       61: /* Define to 1 if you have the <dld.h> header file. */
                     62: #undef HAVE_DLD_H
                     63: 
1.37      paf        64: /* Define to 1 if you have the `dlerror' function. */
                     65: #undef HAVE_DLERROR
1.30      paf        66: 
1.56      moko       67: /* Define to 1 if you have the <dlfcn.h> header file. */
                     68: #undef HAVE_DLFCN_H
                     69: 
                     70: /* Define to 1 if you have the <dl.h> header file. */
                     71: #undef HAVE_DL_H
                     72: 
                     73: /* Define if you have the _dyld_func_lookup function. */
                     74: #undef HAVE_DYLD
                     75: 
1.37      paf        76: /* Define to 1 if you have the <errno.h> header file. */
                     77: #undef HAVE_ERRNO_H
1.19      paf        78: 
1.56      moko       79: /* Define to 1 if the system has the type `error_t'. */
                     80: #undef HAVE_ERROR_T
                     81: 
1.46      misha      82: /* Define to 1 if you have the `fchmod' function. */
                     83: #undef HAVE_FCHMOD
                     84: 
1.37      paf        85: /* Define to 1 if you have the `fcntl' function. */
                     86: #undef HAVE_FCNTL
1.27      paf        87: 
1.37      paf        88: /* Define to 1 if you have the <fcntl.h> header file. */
                     89: #undef HAVE_FCNTL_H
1.15      paf        90: 
1.37      paf        91: /* Define to 1 if you have the `flock' function. */
1.15      paf        92: #undef HAVE_FLOCK
                     93: 
1.37      paf        94: /* Define to 1 if you have the `ftruncate' function. */
1.34      paf        95: #undef HAVE_FTRUNCATE
                     96: 
1.37      paf        97: /* Define to 1 if you have the `getrusage' function. */
1.17      paf        98: #undef HAVE_GETRUSAGE
                     99: 
1.37      paf       100: /* Define to 1 if you have the `gettimeofday' function. */
1.31      paf       101: #undef HAVE_GETTIMEOFDAY
                    102: 
1.37      paf       103: /* Define to 1 if you have the <inttypes.h> header file. */
                    104: #undef HAVE_INTTYPES_H
1.15      paf       105: 
1.37      paf       106: /* Define to 1 if you have the <io.h> header file. */
                    107: #undef HAVE_IO_H
1.17      paf       108: 
1.37      paf       109: /* Define to 1 if you have the `crypt' library (-lcrypt). */
                    110: #undef HAVE_LIBCRYPT
1.12      paf       111: 
1.37      paf       112: /* Define if you have the libdl library or equivalent. */
                    113: #undef HAVE_LIBDL
1.17      paf       114: 
1.56      moko      115: /* Define if libdlloader will be built on this platform */
                    116: #undef HAVE_LIBDLLOADER
                    117: 
1.37      paf       118: /* Define to 1 if you have the `m' library (-lm). */
                    119: #undef HAVE_LIBM
1.33      paf       120: 
1.37      paf       121: /* Define to 1 if you have the `nsl' library (-lnsl). */
                    122: #undef HAVE_LIBNSL
1.12      paf       123: 
1.37      paf       124: /* Define to 1 if you have the `socket' library (-lsocket). */
                    125: #undef HAVE_LIBSOCKET
1.33      paf       126: 
1.37      paf       127: /* Define to 1 if you have the `xnet' library (-lxnet). */
                    128: #undef HAVE_LIBXNET
1.33      paf       129: 
1.56      moko      130: /* Define to 1 if you have the <limits.h> header file. */
                    131: #undef HAVE_LIMITS_H
                    132: 
1.37      paf       133: /* Define to 1 if you have the `lockf' function. */
                    134: #undef HAVE_LOCKF
1.1       paf       135: 
1.56      moko      136: /* Define this if a modern libltdl is already installed */
                    137: #undef HAVE_LTDL
                    138: 
                    139: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
                    140: #undef HAVE_MACH_O_DYLD_H
                    141: 
1.37      paf       142: /* Define to 1 if you have the <math.h> header file. */
1.1       paf       143: #undef HAVE_MATH_H
                    144: 
1.37      paf       145: /* Define to 1 if you have the <memory.h> header file. */
1.3       parser    146: #undef HAVE_MEMORY_H
                    147: 
1.84      moko      148: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
                    149: #undef HAVE_NDIR_H
                    150: 
1.37      paf       151: /* Define to 1 if you have the <netdb.h> header file. */
1.33      paf       152: #undef HAVE_NETDB_H
                    153: 
1.37      paf       154: /* Define to 1 if you have the <netinet/in.h> header file. */
1.33      paf       155: #undef HAVE_NETINET_IN_H
                    156: 
1.56      moko      157: /* Define to 1 if you have the `opendir' function. */
                    158: #undef HAVE_OPENDIR
                    159: 
                    160: /* Define if libtool can extract symbol lists from object files. */
                    161: #undef HAVE_PRELOADED_SYMBOLS
                    162: 
1.37      paf       163: /* Define to 1 if you have the <process.h> header file. */
1.1       paf       164: #undef HAVE_PROCESS_H
                    165: 
1.37      paf       166: /* Define to 1 if you have the `qsort' function. */
                    167: #undef HAVE_QSORT
                    168: 
1.56      moko      169: /* Define to 1 if you have the `readdir' function. */
                    170: #undef HAVE_READDIR
                    171: 
1.38      paf       172: /* Define to 1 if you have the `round' (maybe built-in) math function
                    173:    function. */
1.37      paf       174: #undef HAVE_ROUND
                    175: 
                    176: /* Define to 1 if you have the <setjmp.h> header file. */
1.3       parser    177: #undef HAVE_SETJMP_H
                    178: 
1.37      paf       179: /* Define if you have the shl_load function. */
                    180: #undef HAVE_SHL_LOAD
                    181: 
                    182: /* Define to 1 if you have the `siglongjmp' function. */
                    183: #undef HAVE_SIGLONGJMP
                    184: 
1.38      paf       185: /* Define to 1 if you have the `sign' (maybe built-in) math function function.
                    186:    */
1.37      paf       187: #undef HAVE_SIGN
                    188: 
                    189: /* Define to 1 if you have the <signal.h> header file. */
1.32      paf       190: #undef HAVE_SIGNAL_H
                    191: 
1.42      paf       192: /* Define to 1 if you have the `sigsetjmp' function. */
                    193: #undef HAVE_SIGSETJMP
                    194: 
1.37      paf       195: /* Define to 1 if you have the <stdarg.h> header file. */
1.1       paf       196: #undef HAVE_STDARG_H
1.3       parser    197: 
1.37      paf       198: /* Define to 1 if you have the <stddef.h> header file. */
1.3       parser    199: #undef HAVE_STDDEF_H
1.1       paf       200: 
1.37      paf       201: /* Define to 1 if you have the <stdint.h> header file. */
                    202: #undef HAVE_STDINT_H
                    203: 
                    204: /* Define to 1 if you have the <stdio.h> header file. */
1.1       paf       205: #undef HAVE_STDIO_H
                    206: 
1.37      paf       207: /* Define to 1 if you have the <stdlib.h> header file. */
1.1       paf       208: #undef HAVE_STDLIB_H
                    209: 
1.37      paf       210: /* Define to 1 if you have the <strings.h> header file. */
                    211: #undef HAVE_STRINGS_H
                    212: 
                    213: /* Define to 1 if you have the <string.h> header file. */
1.1       paf       214: #undef HAVE_STRING_H
                    215: 
1.56      moko      216: /* Define to 1 if you have the `strlcat' function. */
                    217: #undef HAVE_STRLCAT
                    218: 
                    219: /* Define to 1 if you have the `strlcpy' function. */
                    220: #undef HAVE_STRLCPY
                    221: 
1.84      moko      222: /* Define to 1 if `d_type' is a member of `struct dirent'. */
                    223: #undef HAVE_STRUCT_DIRENT_D_TYPE
                    224: 
                    225: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
                    226:    */
                    227: #undef HAVE_SYS_DIR_H
                    228: 
1.56      moko      229: /* Define to 1 if you have the <sys/dl.h> header file. */
                    230: #undef HAVE_SYS_DL_H
                    231: 
1.37      paf       232: /* Define to 1 if you have the <sys/file.h> header file. */
1.15      paf       233: #undef HAVE_SYS_FILE_H
                    234: 
1.37      paf       235: /* Define to 1 if you have the <sys/locking.h> header file. */
1.15      paf       236: #undef HAVE_SYS_LOCKING_H
                    237: 
1.84      moko      238: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
                    239:    */
                    240: #undef HAVE_SYS_NDIR_H
                    241: 
1.37      paf       242: /* Define to 1 if you have the <sys/resource.h> header file. */
1.17      paf       243: #undef HAVE_SYS_RESOURCE_H
                    244: 
1.37      paf       245: /* Define to 1 if you have the <sys/select.h> header file. */
1.17      paf       246: #undef HAVE_SYS_SELECT_H
1.33      paf       247: 
1.37      paf       248: /* Define to 1 if you have the <sys/socket.h> header file. */
1.33      paf       249: #undef HAVE_SYS_SOCKET_H
1.17      paf       250: 
1.37      paf       251: /* Define to 1 if you have the <sys/stat.h> header file. */
1.1       paf       252: #undef HAVE_SYS_STAT_H
1.17      paf       253: 
1.37      paf       254: /* Define to 1 if you have the <sys/types.h> header file. */
1.15      paf       255: #undef HAVE_SYS_TYPES_H
1.1       paf       256: 
1.87      moko      257: /* Define to 1 if you have the <sys/wait.h> header file. */
                    258: #undef HAVE_SYS_WAIT_H
                    259: 
1.37      paf       260: /* Define if you have timezone external variable in <time.h> */
                    261: #undef HAVE_TIMEZONE
                    262: 
                    263: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
                    264: #undef HAVE_TM_GMTOFF
                    265: 
                    266: /* Define if you have tm_tzadj member of tm structure in <time.h> */
                    267: #undef HAVE_TM_TZADJ
                    268: 
1.38      paf       269: /* Define to 1 if you have the `trunc' (maybe built-in) math function
                    270:    function. */
1.37      paf       271: #undef HAVE_TRUNC
                    272: 
                    273: /* Define to 1 if you have the <unistd.h> header file. */
1.1       paf       274: #undef HAVE_UNISTD_H
1.27      paf       275: 
1.44      misha     276: /* Define to 1 if you have the `unsetenv' function. */
                    277: #undef HAVE_UNSETENV
                    278: 
1.56      moko      279: /* This value is set to 1 to indicate that the system argz facility works */
                    280: #undef HAVE_WORKING_ARGZ
                    281: 
1.37      paf       282: /* Define to 1 if you have the `_locking' function. */
                    283: #undef HAVE__LOCKING
                    284: 
1.56      moko      285: /* Define if the OS needs help to load dependent libraries for dlopen(). */
                    286: #undef LTDL_DLOPEN_DEPLIBS
                    287: 
                    288: /* Define to the system default library search path. */
                    289: #undef LT_DLSEARCH_PATH
                    290: 
                    291: /* The archive extension */
                    292: #undef LT_LIBEXT
                    293: 
                    294: /* The archive prefix */
                    295: #undef LT_LIBPREFIX
                    296: 
                    297: /* Define to the extension used for runtime loadable modules, say, ".so". */
                    298: #undef LT_MODULE_EXT
                    299: 
                    300: /* Define to the name of the environment variable that determines the run-time
                    301:    module search path. */
                    302: #undef LT_MODULE_PATH_VAR
                    303: 
                    304: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    305:    */
                    306: #undef LT_OBJDIR
                    307: 
                    308: /* Define to the shared library suffix, say, ".dylib". */
                    309: #undef LT_SHARED_EXT
                    310: 
1.38      paf       311: /* assertions disabled */
                    312: #undef NDEBUG
                    313: 
1.56      moko      314: /* Define if dlsym() requires a leading underscore in symbol names. */
                    315: #undef NEED_USCORE
                    316: 
1.37      paf       317: /* pa_exec disabled */
                    318: #undef NO_PA_EXECS
                    319: 
1.44      misha     320: /* stringstream disabled */
                    321: #undef NO_STRINGSTREAM
                    322: 
1.56      moko      323: /* Name of package */
                    324: #undef PACKAGE
                    325: 
1.37      paf       326: /* Define to the address where bug reports for this package should be sent. */
                    327: #undef PACKAGE_BUGREPORT
1.9       paf       328: 
1.37      paf       329: /* Define to the full name of this package. */
                    330: #undef PACKAGE_NAME
1.8       parser    331: 
1.37      paf       332: /* Define to the full name and version of this package. */
                    333: #undef PACKAGE_STRING
1.1       paf       334: 
1.37      paf       335: /* Define to the one symbol short name of this package. */
                    336: #undef PACKAGE_TARNAME
1.4       parser    337: 
1.73      moko      338: /* Define to the home page for this package. */
                    339: #undef PACKAGE_URL
                    340: 
1.37      paf       341: /* Define to the version of this package. */
                    342: #undef PACKAGE_VERSION
1.4       parser    343: 
1.70      moko      344: /* parser version */
                    345: #undef PARSER_VERSION
                    346: 
1.41      paf       347: /* compile for sparc processor */
                    348: #undef PA_BIG_ENDIAN
                    349: 
1.98      moko      350: /* Define if you have 0..9999 year date range support */
                    351: #undef PA_DATE64
                    352: 
1.37      paf       353: /* parser uses this command instead of user-defined sendmail commands */
                    354: #undef PA_FORCED_SENDMAIL
1.41      paf       355: 
                    356: /* compile for intel processor or compatible */
                    357: #undef PA_LITTLE_ENDIAN
1.4       parser    358: 
1.36      paf       359: /* disabled reading of files belonging to group+user other then effective */
1.35      paf       360: #undef PA_SAFE_MODE
1.1       paf       361: 
1.28      paf       362: /* one can throw from dynamic library */
                    363: #undef PA_WITH_SJLJ_EXCEPTIONS
                    364: 
1.37      paf       365: /* Define to 1 if you have the ANSI C header files. */
                    366: #undef STDC_HEADERS
1.10      paf       367: 
1.37      paf       368: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    369: #undef TIME_WITH_SYS_TIME
1.25      paf       370: 
1.56      moko      371: /* Version number of package */
                    372: #undef VERSION
                    373: 
1.37      paf       374: /* Windows32 target platform */
                    375: #undef WIN32
1.25      paf       376: 
1.77      moko      377: /* has \$mail:received */
1.25      paf       378: #undef WITH_MAILRECEIVE
1.24      paf       379: 
1.73      moko      380: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
                    381:    significant byte first (like Motorola and SPARC, unlike Intel). */
                    382: #if defined AC_APPLE_UNIVERSAL_BUILD
                    383: # if defined __BIG_ENDIAN__
                    384: #  define WORDS_BIGENDIAN 1
                    385: # endif
                    386: #else
                    387: # ifndef WORDS_BIGENDIAN
                    388: #  undef WORDS_BIGENDIAN
                    389: # endif
                    390: #endif
                    391: 
1.65      moko      392: /* xml-abled parser */
1.37      paf       393: #undef XML
1.21      paf       394: 
1.94      moko      395: /* Enable large inode numbers on Mac OS X 10.5.  */
                    396: #ifndef _DARWIN_USE_64_BIT_INODE
                    397: # define _DARWIN_USE_64_BIT_INODE 1
                    398: #endif
                    399: 
                    400: /* Number of bits in a file offset, on hosts where this is settable. */
                    401: #undef _FILE_OFFSET_BITS
                    402: 
                    403: /* Define for large files, on AIX-style hosts. */
                    404: #undef _LARGE_FILES
                    405: 
1.79      moko      406: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
                    407:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    408:    #define below would cause a syntax error. */
                    409: #undef _UINT32_T
                    410: 
1.82      moko      411: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
                    412:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    413:    #define below would cause a syntax error. */
                    414: #undef _UINT64_T
                    415: 
                    416: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
                    417:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    418:    #define below would cause a syntax error. */
                    419: #undef _UINT8_T
                    420: 
1.56      moko      421: /* Define so that glibc/gnulib argp.h does not typedef error_t. */
                    422: #undef __error_t_defined
                    423: 
                    424: /* Define to a type to use for `error_t' if it is not otherwise available. */
                    425: #undef error_t
1.14      paf       426: 
1.37      paf       427: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    428: #undef size_t
1.1       paf       429: 
1.37      paf       430: /* Define to `int' if <sys/types.h> does not define. */
                    431: #undef ssize_t
1.79      moko      432: 
1.88      moko      433: /* Define to the type of an unsigned integer type of width exactly 16 bits if
                    434:    such a type exists and the standard includes do not define it. */
                    435: #undef uint16_t
                    436: 
1.79      moko      437: /* Define to the type of an unsigned integer type of width exactly 32 bits if
                    438:    such a type exists and the standard includes do not define it. */
                    439: #undef uint32_t
1.82      moko      440: 
                    441: /* Define to the type of an unsigned integer type of width exactly 64 bits if
                    442:    such a type exists and the standard includes do not define it. */
                    443: #undef uint64_t
                    444: 
                    445: /* Define to the type of an unsigned integer type of width exactly 8 bits if
                    446:    such a type exists and the standard includes do not define it. */
                    447: #undef uint8_t

E-mail: