Annotation of rpl/rplconfig.h, revision 1.1.1.1

1.1       bertrand    1: /* rplconfig.h.  Generated from rplconfig.h.in by configure.  */
                      2: /* rplconfig.h.in.  Generated from configure.in by autoheader.  */
                      3: 
                      4: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
                      5:    */
                      6: #define HAVE_DIRENT_H 1
                      7: 
                      8: /* Define to 1 if you have the <dlfcn.h> header file. */
                      9: #define HAVE_DLFCN_H 1
                     10: 
                     11: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     12: /* #undef HAVE_DOPRNT */
                     13: 
                     14: /* Define to 1 if you have the <fcntl.h> header file. */
                     15: #define HAVE_FCNTL_H 1
                     16: 
                     17: /* Define to 1 if you have the `ftime' function. */
                     18: #define HAVE_FTIME 1
                     19: 
                     20: /* Define to 1 if you have the `getcwd' function. */
                     21: #define HAVE_GETCWD 1
                     22: 
                     23: /* Define to 1 if you have the <inttypes.h> header file. */
                     24: #define HAVE_INTTYPES_H 1
                     25: 
                     26: /* Define to 1 if you have the `m' library (-lm). */
                     27: #define HAVE_LIBM 1
                     28: 
                     29: /* Define to 1 if you have the `pthread' library (-lpthread). */
                     30: #define HAVE_LIBPTHREAD 1
                     31: 
                     32: /* Define to 1 if you have the <math.h> header file. */
                     33: #define HAVE_MATH_H 1
                     34: 
                     35: /* Define to 1 if you have the <memory.h> header file. */
                     36: #define HAVE_MEMORY_H 1
                     37: 
                     38: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
                     39: /* #undef HAVE_NDIR_H */
                     40: 
                     41: /* Define to 1 if you have the <pthread.h> header file. */
                     42: #define HAVE_PTHREAD_H 1
                     43: 
                     44: /* Define to 1 if you have the `putenv' function. */
                     45: #define HAVE_PUTENV 1
                     46: 
                     47: /* Define to 1 if you have the <pwd.h> header file. */
                     48: #define HAVE_PWD_H 1
                     49: 
                     50: /* Define to 1 if you have the `select' function. */
                     51: #define HAVE_SELECT 1
                     52: 
                     53: /* Define to 1 if you have the <signal.h> header file. */
                     54: #define HAVE_SIGNAL_H 1
                     55: 
                     56: /* Define to 1 if you have the <stdint.h> header file. */
                     57: #define HAVE_STDINT_H 1
                     58: 
                     59: /* Define to 1 if you have the <stdio.h> header file. */
                     60: #define HAVE_STDIO_H 1
                     61: 
                     62: /* Define to 1 if you have the <stdlib.h> header file. */
                     63: #define HAVE_STDLIB_H 1
                     64: 
                     65: /* Define to 1 if you have the `strcoll' function and it is properly defined.
                     66:    */
                     67: #define HAVE_STRCOLL 1
                     68: 
                     69: /* Define to 1 if you have the `strcspn' function. */
                     70: #define HAVE_STRCSPN 1
                     71: 
                     72: /* Define to 1 if you have the `strdup' function. */
                     73: #define HAVE_STRDUP 1
                     74: 
                     75: /* Define to 1 if you have the `strerror' function. */
                     76: #define HAVE_STRERROR 1
                     77: 
                     78: /* Define to 1 if you have the `strftime' function. */
                     79: #define HAVE_STRFTIME 1
                     80: 
                     81: /* Define to 1 if you have the <strings.h> header file. */
                     82: #define HAVE_STRINGS_H 1
                     83: 
                     84: /* Define to 1 if you have the <string.h> header file. */
                     85: #define HAVE_STRING_H 1
                     86: 
                     87: /* Define to 1 if you have the `strspn' function. */
                     88: #define HAVE_STRSPN 1
                     89: 
                     90: /* Define to 1 if you have the `strstr' function. */
                     91: #define HAVE_STRSTR 1
                     92: 
                     93: /* Define to 1 if you have the `strtod' function. */
                     94: #define HAVE_STRTOD 1
                     95: 
                     96: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
                     97:    */
                     98: /* #undef HAVE_SYS_DIR_H */
                     99: 
                    100: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
                    101:    */
                    102: /* #undef HAVE_SYS_NDIR_H */
                    103: 
                    104: /* Define to 1 if you have the <sys/resource.h> header file. */
                    105: #define HAVE_SYS_RESOURCE_H 1
                    106: 
                    107: /* Define to 1 if you have the <sys/select.h> header file. */
                    108: #define HAVE_SYS_SELECT_H 1
                    109: 
                    110: /* Define to 1 if you have the <sys/stat.h> header file. */
                    111: #define HAVE_SYS_STAT_H 1
                    112: 
                    113: /* Define to 1 if you have the <sys/timeb.h> header file. */
                    114: #define HAVE_SYS_TIMEB_H 1
                    115: 
                    116: /* Define to 1 if you have the <sys/time.h> header file. */
                    117: #define HAVE_SYS_TIME_H 1
                    118: 
                    119: /* Define to 1 if you have the <sys/types.h> header file. */
                    120: #define HAVE_SYS_TYPES_H 1
                    121: 
                    122: /* Define to 1 if you have the <sys/wait.h> header file. */
                    123: #define HAVE_SYS_WAIT_H 1
                    124: 
                    125: /* Define to 1 if you have the <termios.h> header file. */
                    126: #define HAVE_TERMIOS_H 1
                    127: 
                    128: /* Define to 1 if you have the <time.h> header file. */
                    129: #define HAVE_TIME_H 1
                    130: 
                    131: /* Define to 1 if you have the <unistd.h> header file. */
                    132: #define HAVE_UNISTD_H 1
                    133: 
                    134: /* Define to 1 if you have the `vprintf' function. */
                    135: #define HAVE_VPRINTF 1
                    136: 
                    137: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
                    138: /* #undef NO_MINUS_C_MINUS_O */
                    139: 
                    140: /* Name of package */
                    141: #define PACKAGE "rpl"
                    142: 
                    143: /* Define to the address where bug reports for this package should be sent. */
                    144: #define PACKAGE_BUGREPORT ""
                    145: 
                    146: /* Define to the full name of this package. */
                    147: #define PACKAGE_NAME "rpl"
                    148: 
                    149: /* Define to the full name and version of this package. */
                    150: #define PACKAGE_STRING "rpl 4.0.7"
                    151: 
                    152: /* Define to the one symbol short name of this package. */
                    153: #define PACKAGE_TARNAME "rpl"
                    154: 
                    155: /* Define to the home page for this package. */
                    156: #define PACKAGE_URL ""
                    157: 
                    158: /* Define to the version of this package. */
                    159: #define PACKAGE_VERSION "4.0.7"
                    160: 
                    161: /* Define as the return type of signal handlers (`int' or `void'). */
                    162: #define RETSIGTYPE void
                    163: 
                    164: /* The size of `char', as computed by sizeof. */
                    165: #define SIZEOF_CHAR 1
                    166: 
                    167: /* The size of `double', as computed by sizeof. */
                    168: #define SIZEOF_DOUBLE 8
                    169: 
                    170: /* The size of `float', as computed by sizeof. */
                    171: #define SIZEOF_FLOAT 4
                    172: 
                    173: /* The size of `int', as computed by sizeof. */
                    174: #define SIZEOF_INT 4
                    175: 
                    176: /* The size of `long double', as computed by sizeof. */
                    177: #define SIZEOF_LONG_DOUBLE 16
                    178: 
                    179: /* The size of `long int', as computed by sizeof. */
                    180: #define SIZEOF_LONG_INT 8
                    181: 
                    182: /* The size of `long long int', as computed by sizeof. */
                    183: #define SIZEOF_LONG_LONG_INT 8
                    184: 
                    185: /* The size of `short int', as computed by sizeof. */
                    186: #define SIZEOF_SHORT_INT 2
                    187: 
                    188: /* The size of `void *', as computed by sizeof. */
                    189: #define SIZEOF_VOID_P 8
                    190: 
                    191: /* Define to 1 if you have the ANSI C header files. */
                    192: #define STDC_HEADERS 1
                    193: 
                    194: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    195: #define TIME_WITH_SYS_TIME 1
                    196: 
                    197: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
                    198: /* #undef TM_IN_SYS_TIME */
                    199: 
                    200: /* Version number of package */
                    201: #define VERSION "4.0.7"
                    202: 
                    203: /* Define to 1 if the X Window System is missing or not being used. */
                    204: /* #undef X_DISPLAY_MISSING */
                    205: 
                    206: /* Define to empty if `const' does not conform to ANSI C. */
                    207: /* #undef const */
                    208: 
                    209: /* Define to `int' if <sys/types.h> doesn't define. */
                    210: /* #undef gid_t */
                    211: 
                    212: /* Define to `int' if <sys/types.h> does not define. */
                    213: /* #undef pid_t */
                    214: 
                    215: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    216: /* #undef size_t */
                    217: 
                    218: /* Define to `int' if <sys/types.h> doesn't define. */
                    219: /* #undef uid_t */

CVSweb interface <joel.bertrand@systella.fr>