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

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

E-mail: