Warning, /graphics/glaxnimate/external/potrace/config.h.in is written in an unsupported language. File is not indexed.

0001 /* config.h.in.  Generated from configure.ac by autoheader.  */
0002 
0003 /* Use the simplified progress bar? */
0004 #undef DUMB_TTY
0005 
0006 /* Define to 1 if you have the <dlfcn.h> header file. */
0007 #undef HAVE_DLFCN_H
0008 
0009 /* Does the C compiler have gcc bug 12243? */
0010 #undef HAVE_GCC_LOOP_BUG
0011 
0012 /* Can we use Intel 386 optimizations? */
0013 #undef HAVE_I386
0014 
0015 /* Define to 1 if you have the <inttypes.h> header file. */
0016 #undef HAVE_INTTYPES_H
0017 
0018 /* Define to 1 if you have the <memory.h> header file. */
0019 #undef HAVE_MEMORY_H
0020 
0021 /* Define to 1 if you have the <stdint.h> header file. */
0022 #undef HAVE_STDINT_H
0023 
0024 /* Define to 1 if you have the <stdlib.h> header file. */
0025 #undef HAVE_STDLIB_H
0026 
0027 /* Define to 1 if you have the <strings.h> header file. */
0028 #undef HAVE_STRINGS_H
0029 
0030 /* Define to 1 if you have the <string.h> header file. */
0031 #undef HAVE_STRING_H
0032 
0033 /* Define to 1 if you have the <sys/stat.h> header file. */
0034 #undef HAVE_SYS_STAT_H
0035 
0036 /* Define to 1 if you have the <sys/types.h> header file. */
0037 #undef HAVE_SYS_TYPES_H
0038 
0039 /* Define to 1 if you have the <unistd.h> header file. */
0040 #undef HAVE_UNISTD_H
0041 
0042 /* Do we have the zlib library? */
0043 #undef HAVE_ZLIB
0044 
0045 /* Define to the sub-directory where libtool stores uninstalled libraries. */
0046 #undef LT_OBJDIR
0047 
0048 /* Name of the mkbitmap binary */
0049 #undef MKBITMAP
0050 
0051 /* Define if missing from math.h */
0052 #undef M_PI
0053 
0054 /* Name of package */
0055 #undef PACKAGE
0056 
0057 /* Define to the address where bug reports for this package should be sent. */
0058 #undef PACKAGE_BUGREPORT
0059 
0060 /* Define to the full name of this package. */
0061 #undef PACKAGE_NAME
0062 
0063 /* Define to the full name and version of this package. */
0064 #undef PACKAGE_STRING
0065 
0066 /* Define to the one symbol short name of this package. */
0067 #undef PACKAGE_TARNAME
0068 
0069 /* Define to the home page for this package. */
0070 #undef PACKAGE_URL
0071 
0072 /* Define to the version of this package. */
0073 #undef PACKAGE_VERSION
0074 
0075 /* Name of the potrace binary */
0076 #undef POTRACE
0077 
0078 /* Define to 1 if you have the ANSI C header files. */
0079 #undef STDC_HEADERS
0080 
0081 /* Use a4 papersize by default? */
0082 #undef USE_A4
0083 
0084 /* Use metric units by default? */
0085 #undef USE_METRIC
0086 
0087 /* Enable extensions on AIX 3, Interix.  */
0088 #ifndef _ALL_SOURCE
0089 # undef _ALL_SOURCE
0090 #endif
0091 /* Enable GNU extensions on systems that have them.  */
0092 #ifndef _GNU_SOURCE
0093 # undef _GNU_SOURCE
0094 #endif
0095 /* Enable threading extensions on Solaris.  */
0096 #ifndef _POSIX_PTHREAD_SEMANTICS
0097 # undef _POSIX_PTHREAD_SEMANTICS
0098 #endif
0099 /* Enable extensions on HP NonStop.  */
0100 #ifndef _TANDEM_SOURCE
0101 # undef _TANDEM_SOURCE
0102 #endif
0103 /* Enable general extensions on Solaris.  */
0104 #ifndef __EXTENSIONS__
0105 # undef __EXTENSIONS__
0106 #endif
0107 
0108 
0109 /* Version number of package */
0110 #undef VERSION
0111 
0112 /* Define to 1 if on MINIX. */
0113 #undef _MINIX
0114 
0115 /* Define to 2 if the system does not provide POSIX.1 features except with
0116    this defined. */
0117 #undef _POSIX_1_SOURCE
0118 
0119 /* Define to 1 if you need to in order for `stat' and other things to work. */
0120 #undef _POSIX_SOURCE
0121 
0122 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
0123    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
0124    #define below would cause a syntax error. */
0125 #undef _UINT64_T
0126 
0127 /* Define to `__inline__' or `__inline' if that's what the C compiler
0128    calls it, or to nothing if 'inline' is not supported under any name.  */
0129 #ifndef __cplusplus
0130 #undef inline
0131 #endif
0132 
0133 /* Replacement function for strcasecmp */
0134 #undef strcasecmp
0135 
0136 /* Replacement function for strncasecmp */
0137 #undef strncasecmp
0138 
0139 /* Define to the type of an unsigned integer type of width exactly 64 bits if
0140    such a type exists and the standard includes do not define it. */
0141 #undef uint64_t