Diff for /rpl/Attic/rplconfig.h between versions 1.6 and 1.7

version 1.6, 2010/08/06 15:32:17 version 1.7, 2010/08/13 21:02:19
Line 1 Line 1
 /* rplconfig.h.  Generated from rplconfig.h.in by configure.  */  /* rplconfig.h.  Generated from rplconfig.h.in by configure.  */
 /* rplconfig.h.in.  Generated from configure.in by autoheader.  */  /* rplconfig.h.in.  Generated from configure.in by autoheader.  */
   
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.  /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */     */
 #define HAVE_DIRENT_H 1  #define HAVE_DIRENT_H 1
   
 /* Define to 1 if you have the <dlfcn.h> header file. */  /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1  #define HAVE_DLFCN_H 1
   
 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */  /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 /* #undef HAVE_DOPRNT */  /* #undef HAVE_DOPRNT */
   
 /* Define to 1 if you have the <fcntl.h> header file. */  /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1  #define HAVE_FCNTL_H 1
   
 /* Define to 1 if you have the `ftime' function. */  /* Define to 1 if you have the `ftime' function. */
 #define HAVE_FTIME 1  #define HAVE_FTIME 1
   
 /* Define to 1 if you have the `getcwd' function. */  /* Define to 1 if you have the `getcwd' function. */
 #define HAVE_GETCWD 1  #define HAVE_GETCWD 1
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1  #define HAVE_INTTYPES_H 1
   
 /* Define to 1 if you have the `m' library (-lm). */  /* Define to 1 if you have the `m' library (-lm). */
 #define HAVE_LIBM 1  #define HAVE_LIBM 1
   
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #define HAVE_LIBPTHREAD 1  #define HAVE_LIBPTHREAD 1
   
 /* Define to 1 if you have the <math.h> header file. */  /* Define to 1 if you have the <math.h> header file. */
 #define HAVE_MATH_H 1  #define HAVE_MATH_H 1
   
 /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1  #define HAVE_MEMORY_H 1
   
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */  /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 /* #undef HAVE_NDIR_H */  /* #undef HAVE_NDIR_H */
   
 /* Define to 1 if you have the <pthread.h> header file. */  /* Define to 1 if you have the <pthread.h> header file. */
 #define HAVE_PTHREAD_H 1  #define HAVE_PTHREAD_H 1
   
 /* Define to 1 if you have the `putenv' function. */  /* Define to 1 if you have the `putenv' function. */
 #define HAVE_PUTENV 1  #define HAVE_PUTENV 1
   
 /* Define to 1 if you have the <pwd.h> header file. */  /* Define to 1 if you have the <pwd.h> header file. */
 #define HAVE_PWD_H 1  #define HAVE_PWD_H 1
   
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #define HAVE_SELECT 1  #define HAVE_SELECT 1
   
 /* Define to 1 if you have the <signal.h> header file. */  /* Define to 1 if you have the <signal.h> header file. */
 #define HAVE_SIGNAL_H 1  #define HAVE_SIGNAL_H 1
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1  #define HAVE_STDINT_H 1
   
 /* Define to 1 if you have the <stdio.h> header file. */  /* Define to 1 if you have the <stdio.h> header file. */
 #define HAVE_STDIO_H 1  #define HAVE_STDIO_H 1
   
 /* Define to 1 if you have the <stdlib.h> header file. */  /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1  #define HAVE_STDLIB_H 1
   
 /* Define to 1 if you have the `strcoll' function and it is properly defined.  /* Define to 1 if you have the `strcoll' function and it is properly defined.
    */     */
 #define HAVE_STRCOLL 1  #define HAVE_STRCOLL 1
   
 /* Define to 1 if you have the `strcspn' function. */  /* Define to 1 if you have the `strcspn' function. */
 #define HAVE_STRCSPN 1  #define HAVE_STRCSPN 1
   
 /* Define to 1 if you have the `strdup' function. */  /* Define to 1 if you have the `strdup' function. */
 #define HAVE_STRDUP 1  #define HAVE_STRDUP 1
   
 /* Define to 1 if you have the `strerror' function. */  /* Define to 1 if you have the `strerror' function. */
 #define HAVE_STRERROR 1  #define HAVE_STRERROR 1
   
 /* Define to 1 if you have the `strftime' function. */  /* Define to 1 if you have the `strftime' function. */
 #define HAVE_STRFTIME 1  #define HAVE_STRFTIME 1
   
 /* Define to 1 if you have the <strings.h> header file. */  /* Define to 1 if you have the <strings.h> header file. */
 #define HAVE_STRINGS_H 1  #define HAVE_STRINGS_H 1
   
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1  #define HAVE_STRING_H 1
   
 /* Define to 1 if you have the `strspn' function. */  /* Define to 1 if you have the `strspn' function. */
 #define HAVE_STRSPN 1  #define HAVE_STRSPN 1
   
 /* Define to 1 if you have the `strstr' function. */  /* Define to 1 if you have the `strstr' function. */
 #define HAVE_STRSTR 1  #define HAVE_STRSTR 1
   
 /* Define to 1 if you have the `strtod' function. */  /* Define to 1 if you have the `strtod' function. */
 #define HAVE_STRTOD 1  #define HAVE_STRTOD 1
   
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.  /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */     */
 /* #undef HAVE_SYS_DIR_H */  /* #undef HAVE_SYS_DIR_H */
   
 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.  /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    */     */
 /* #undef HAVE_SYS_NDIR_H */  /* #undef HAVE_SYS_NDIR_H */
   
 /* Define to 1 if you have the <sys/resource.h> header file. */  /* Define to 1 if you have the <sys/resource.h> header file. */
 #define HAVE_SYS_RESOURCE_H 1  #define HAVE_SYS_RESOURCE_H 1
   
 /* Define to 1 if you have the <sys/select.h> header file. */  /* Define to 1 if you have the <sys/select.h> header file. */
 #define HAVE_SYS_SELECT_H 1  #define HAVE_SYS_SELECT_H 1
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1  #define HAVE_SYS_STAT_H 1
   
 /* Define to 1 if you have the <sys/timeb.h> header file. */  /* Define to 1 if you have the <sys/timeb.h> header file. */
 #define HAVE_SYS_TIMEB_H 1  #define HAVE_SYS_TIMEB_H 1
   
 /* Define to 1 if you have the <sys/time.h> header file. */  /* Define to 1 if you have the <sys/time.h> header file. */
 #define HAVE_SYS_TIME_H 1  #define HAVE_SYS_TIME_H 1
   
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 1  #define HAVE_SYS_TYPES_H 1
   
 /* Define to 1 if you have the <sys/wait.h> header file. */  /* Define to 1 if you have the <sys/wait.h> header file. */
 #define HAVE_SYS_WAIT_H 1  #define HAVE_SYS_WAIT_H 1
   
 /* Define to 1 if you have the <termios.h> header file. */  /* Define to 1 if you have the <termios.h> header file. */
 #define HAVE_TERMIOS_H 1  #define HAVE_TERMIOS_H 1
   
 /* Define to 1 if you have the <time.h> header file. */  /* Define to 1 if you have the <time.h> header file. */
 #define HAVE_TIME_H 1  #define HAVE_TIME_H 1
   
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
   
 /* Define to 1 if you have the `vprintf' function. */  /* Define to 1 if you have the `vprintf' function. */
 #define HAVE_VPRINTF 1  #define HAVE_VPRINTF 1
   
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */  /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 /* #undef NO_MINUS_C_MINUS_O */  /* #undef NO_MINUS_C_MINUS_O */
   
 /* Name of package */  /* Name of package */
 #define PACKAGE "rpl"  #define PACKAGE "rpl"
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT ""  #define PACKAGE_BUGREPORT ""
   
 /* Define to the full name of this package. */  /* Define to the full name of this package. */
 #define PACKAGE_NAME "rpl"  #define PACKAGE_NAME "rpl"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "rpl 4.0.18"  #define PACKAGE_STRING "rpl 4.0.18"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "rpl"  #define PACKAGE_TARNAME "rpl"
   
 /* Define to the home page for this package. */  /* Define to the version of this package. */
 #define PACKAGE_URL ""  #define PACKAGE_VERSION "4.0.18"
   
 /* Define to the version of this package. */  /* Define as the return type of signal handlers (`int' or `void'). */
 #define PACKAGE_VERSION "4.0.18"  #define RETSIGTYPE void
   
 /* Define as the return type of signal handlers (`int' or `void'). */  /* The size of `char', as computed by sizeof. */
 #define RETSIGTYPE void  #define SIZEOF_CHAR 1
   
 /* The size of `char', as computed by sizeof. */  /* The size of `double', as computed by sizeof. */
 #define SIZEOF_CHAR 1  #define SIZEOF_DOUBLE 8
   
 /* The size of `double', as computed by sizeof. */  /* The size of `float', as computed by sizeof. */
 #define SIZEOF_DOUBLE 8  #define SIZEOF_FLOAT 4
   
 /* The size of `float', as computed by sizeof. */  /* The size of `int', as computed by sizeof. */
 #define SIZEOF_FLOAT 4  #define SIZEOF_INT 4
   
 /* The size of `int', as computed by sizeof. */  /* The size of `long double', as computed by sizeof. */
 #define SIZEOF_INT 4  #define SIZEOF_LONG_DOUBLE 12
   
 /* The size of `long double', as computed by sizeof. */  /* The size of `long int', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 16  #define SIZEOF_LONG_INT 4
   
 /* The size of `long int', as computed by sizeof. */  /* The size of `long long int', as computed by sizeof. */
 #define SIZEOF_LONG_INT 8  #define SIZEOF_LONG_LONG_INT 8
   
 /* The size of `long long int', as computed by sizeof. */  /* The size of `short int', as computed by sizeof. */
 #define SIZEOF_LONG_LONG_INT 8  #define SIZEOF_SHORT_INT 2
   
 /* The size of `short int', as computed by sizeof. */  /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_SHORT_INT 2  #define SIZEOF_VOID_P 4
   
 /* The size of `void *', as computed by sizeof. */  /* Define to 1 if you have the ANSI C header files. */
 #define SIZEOF_VOID_P 8  #define STDC_HEADERS 1
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #define STDC_HEADERS 1  #define TIME_WITH_SYS_TIME 1
   
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */  /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #define TIME_WITH_SYS_TIME 1  /* #undef TM_IN_SYS_TIME */
   
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */  /* Version number of package */
 /* #undef TM_IN_SYS_TIME */  #define VERSION "4.0.18"
   
 /* Version number of package */  /* Define to 1 if the X Window System is missing or not being used. */
 #define VERSION "4.0.18"  #define X_DISPLAY_MISSING 1
   
 /* Define to 1 if the X Window System is missing or not being used. */  /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef X_DISPLAY_MISSING */  /* #undef const */
   
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to `int' if <sys/types.h> doesn't define. */
 /* #undef const */  /* #undef gid_t */
   
 /* Define to `int' if <sys/types.h> doesn't define. */  /* Define to `int' if <sys/types.h> does not define. */
 /* #undef gid_t */  /* #undef pid_t */
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `unsigned int' if <sys/types.h> does not define. */
 /* #undef pid_t */  /* #undef size_t */
   
 /* Define to `unsigned int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> doesn't define. */
 /* #undef size_t */  /* #undef uid_t */
   
 /* Define to `int' if <sys/types.h> doesn't define. */  
 /* #undef uid_t */  

Removed from v.1.6  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>