Changeset 200

Show
Ignore:
Timestamp:
05/15/04 08:07:05 (5 years ago)
Author:
morris
Message:

add missing tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/config.h.in

    r189 r200  
    33/* Define to 1 if you have the <arpa/inet.h> header file. */ 
    44#undef HAVE_ARPA_INET_H 
     5 
     6/* Define to 1 if your system has a working `chown' function. */ 
     7#undef HAVE_CHOWN 
    58 
    69/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 
     
    7376#undef HAVE_PTHREAD_H 
    7477 
     78/* Define to 1 if your system has a GNU libc compatible `realloc' function, 
     79   and to 0 otherwise. */ 
     80#undef HAVE_REALLOC 
     81 
    7582/* Define to 1 if you have the `realpath' function. */ 
    7683#undef HAVE_REALPATH 
     
    7885/* Define to 1 if you have the `rmdir' function. */ 
    7986#undef HAVE_RMDIR 
     87 
     88/* Define to 1 if you have the `select' function. */ 
     89#undef HAVE_SELECT 
    8090 
    8191/* Define to 1 if you have the `setproctitle' function. */ 
     
    146156#undef HAVE_STRTOUL 
    147157 
     158/* Define to 1 if you have the `strtoull' function. */ 
     159#undef HAVE_STRTOULL 
     160 
    148161/* Define to 1 if you have the <syslog.h> header file. */ 
    149162#undef HAVE_SYSLOG_H 
     
    163176#undef HAVE_SYS_PARAM_H 
    164177 
     178/* Define to 1 if you have the <sys/select.h> header file. */ 
     179#undef HAVE_SYS_SELECT_H 
     180 
    165181/* Define to 1 if you have the <sys/socket.h> header file. */ 
    166182#undef HAVE_SYS_SOCKET_H 
     
    183199/* Define to 1 if you have the `tzset' function. */ 
    184200#undef HAVE_TZSET 
     201 
     202/* Define to 1 if you have the `uname' function. */ 
     203#undef HAVE_UNAME 
    185204 
    186205/* Define to 1 if you have the <unistd.h> header file. */ 
     
    212231#undef RETSIGTYPE 
    213232 
     233/* Define to the type of arg 1 for `select'. */ 
     234#undef SELECT_TYPE_ARG1 
     235 
     236/* Define to the type of args 2, 3 and 4 for `select'. */ 
     237#undef SELECT_TYPE_ARG234 
     238 
     239/* Define to the type of arg 5 for `select'. */ 
     240#undef SELECT_TYPE_ARG5 
     241 
    214242/* Define to 1 if you have the ANSI C header files. */ 
    215243#undef STDC_HEADERS 
     
    253281/* Define to `long' if <sys/types.h> does not define. */ 
    254282#undef off_t 
     283 
     284/* Define to rpl_realloc if the replacement function should be used. */ 
     285#undef realloc 
    255286 
    256287/* Define to `unsigned' if <sys/types.h> does not define. */