gcc -Wall -g -Dlinux -DPREFIX=\"/usr/local\" noip2.c -o noip2 noip2.c:136:19: error: stdio.h: No such file or directory noip2.c:137:20: error: stdlib.h: No such file or directory noip2.c:139:20: error: unistd.h: No such file or directory noip2.c:140:23: error: sys/types.h: No such file or directory noip2.c:141:23: error: sys/ioctl.h: No such file or directory noip2.c:142:22: error: sys/time.h: No such file or directory noip2.c:143:20: error: string.h: No such file or directory noip2.c:144:19: error: ctype.h: No such file or directory noip2.c:145:19: error: errno.h: No such file or directory noip2.c:146:20: error: signal.h: No such file or directory noip2.c:147:20: error: assert.h: No such file or directory noip2.c:148:21: error: termios.h: No such file or directory noip2.c:149:24: error: sys/socket.h: No such file or directory noip2.c:150:24: error: netinet/in.h: No such file or directory noip2.c:151:19: error: netdb.h: No such file or directory noip2.c:152:20: error: syslog.h: No such file or directory noip2.c:153:19: error: fcntl.h: No such file or directory noip2.c:154:22: error: sys/stat.h: No such file or directory noip2.c:155:22: error: sys/wait.h: No such file or directory noip2.c:157:23: error: arpa/inet.h: No such file or directory noip2.c:158:20: error: net/if.h: No such file or directory noip2.c:159:21: error: sys/ipc.h: No such file or directory noip2.c:160:21: error: sys/shm.h: No such file or directory noip2.c:161:17: error: pwd.h: No such file or directory noip2.c:162:18: error: time.h: No such file or directory noip2.c:176:29: error: linux/sockios.h: No such file or directory noip2.c:373: error: 'NULL' undeclared here (not in a function) noip2.c:399: error: expected specifier-qualifier-list before 'ushort' noip2.c:484: warning: 'struct shmid_ds' declared inside parameter list noip2.c:484: warning: its scope is only this definition or declaration, which is probably not what you want noip2.c:491: error: expected declaration specifiers or '...' before 'size_t' noip2.c:492: error: expected declaration specifiers or '...' before 'size_t' noip2.c:502: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'chksum' noip2.c: In function 'Usage': noip2.c:527: warning: implicit declaration of function 'fprintf' noip2.c:527: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:527: error: 'stderr' undeclared (first use in this function) noip2.c:527: error: (Each undeclared identifier is reported only once noip2.c:527: error: for each function it appears in.) noip2.c: In function 'main': noip2.c:564: error: invalid use of undefined type 'struct sigaction' noip2.c:565: warning: implicit declaration of function 'sigemptyset' noip2.c:565: error: invalid use of undefined type 'struct sigaction' noip2.c:566: error: invalid use of undefined type 'struct sigaction' noip2.c:566: error: 'SIG_IGN' undeclared (first use in this function) noip2.c:567: warning: implicit declaration of function 'sigaction' noip2.c:567: error: 'SIGHUP' undeclared (first use in this function) noip2.c:568: error: 'SIGPIPE' undeclared (first use in this function) noip2.c:569: error: 'SIGUSR1' undeclared (first use in this function) noip2.c:570: error: 'SIGUSR2' undeclared (first use in this function) noip2.c:571: error: invalid use of undefined type 'struct sigaction' noip2.c:572: error: 'SIGALRM' undeclared (first use in this function) noip2.c:573: warning: implicit declaration of function 'strrchr' noip2.c:573: warning: incompatible implicit declaration of built-in function 'strrchr' noip2.c:578: warning: implicit declaration of function 'openlog' noip2.c:578: error: 'LOG_PID' undeclared (first use in this function) noip2.c:578: error: 'LOG_DAEMON' undeclared (first use in this function) noip2.c:580: warning: implicit declaration of function 'realpath' noip2.c:580: warning: assignment makes pointer from integer without a cast noip2.c:583: warning: implicit declaration of function 'sprintf' noip2.c:583: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:590: warning: implicit declaration of function 'exit' noip2.c:590: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:596: warning: implicit declaration of function 'geteuid' noip2.c:597: warning: implicit declaration of function 'getpwnam' noip2.c:597: warning: assignment makes pointer from integer without a cast noip2.c:598: warning: implicit declaration of function 'setgid' noip2.c:598: error: dereferencing pointer to incomplete type noip2.c:599: warning: implicit declaration of function 'setegid' noip2.c:599: error: dereferencing pointer to incomplete type noip2.c:600: warning: implicit declaration of function 'setuid' noip2.c:600: error: dereferencing pointer to incomplete type noip2.c:601: warning: implicit declaration of function 'seteuid' noip2.c:601: error: dereferencing pointer to incomplete type noip2.c:615: error: invalid use of undefined type 'struct sigaction' noip2.c:617: error: invalid use of undefined type 'struct sigaction' noip2.c:619: error: invalid use of undefined type 'struct sigaction' noip2.c:620: error: 'SIGINT' undeclared (first use in this function) noip2.c:621: error: 'SIGTERM' undeclared (first use in this function) noip2.c:622: error: 'SIGQUIT' undeclared (first use in this function) noip2.c:623: error: invalid use of undefined type 'struct sigaction' noip2.c:624: error: 'SIGCHLD' undeclared (first use in this function) noip2.c:640: warning: implicit declaration of function 'shmdt' noip2.c:648: warning: implicit declaration of function 'strncpy' noip2.c:648: warning: incompatible implicit declaration of built-in function 'strncpy' noip2.c:651: warning: implicit declaration of function 'free' noip2.c:651: warning: incompatible implicit declaration of built-in function 'free' noip2.c: In function 'process_options': noip2.c:662: warning: implicit declaration of function 'getopt' noip2.c:662: error: 'EOF' undeclared (first use in this function) noip2.c:678: warning: implicit declaration of function 'atoi' noip2.c:683: warning: implicit declaration of function 'strcat' noip2.c:683: warning: incompatible implicit declaration of built-in function 'strcat' noip2.c:712: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:727: warning: implicit declaration of function 'strcpy' noip2.c:727: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:748: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:753: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:759: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:765: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:769: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:773: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:777: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:658: warning: unused variable 'opterr' noip2.c: In function 'sigchld_handler': noip2.c:796: warning: implicit declaration of function 'waitpid' noip2.c:796: error: 'WNOHANG' undeclared (first use in this function) noip2.c:796: error: 'WUNTRACED' undeclared (first use in this function) noip2.c: In function 'get_version': noip2.c:829: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:831: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c: In function 'save_IP': noip2.c:839: warning: implicit declaration of function 'access' noip2.c:839: error: 'W_OK' undeclared (first use in this function) noip2.c:840: warning: implicit declaration of function 'lseek' noip2.c:840: error: 'SEEK_SET' undeclared (first use in this function) noip2.c:841: warning: implicit declaration of function 'write' noip2.c:842: warning: implicit declaration of function 'strlen' noip2.c:842: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:852: warning: implicit declaration of function 'close' noip2.c:855: warning: incompatible implicit declaration of built-in function 'exit' noip2.c: In function 'getip': noip2.c:862: error: storage size of 'ifr' isn't known noip2.c:863: error: storage size of 'z' isn't known noip2.c:866: warning: implicit declaration of function 'socket' noip2.c:866: error: 'AF_INET' undeclared (first use in this function) noip2.c:866: error: 'SOCK_DGRAM' undeclared (first use in this function) noip2.c:867: error: 'errno' undeclared (first use in this function) noip2.c:870: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:871: warning: implicit declaration of function 'ioctl' noip2.c:871: error: 'SIOCGIFFLAGS' undeclared (first use in this function) noip2.c:876: error: 'IFF_UP' undeclared (first use in this function) noip2.c:882: error: 'SIOCGIFADDR' undeclared (first use in this function) noip2.c:889: error: dereferencing pointer to incomplete type noip2.c:890: warning: implicit declaration of function 'inet_ntoa' noip2.c:893: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:893: error: 'stderr' undeclared (first use in this function) noip2.c:863: warning: unused variable 'z' noip2.c:862: warning: unused variable 'ifr' noip2.c: In function 'config_file_inuse': noip2.c:904: warning: implicit declaration of function 'shmget' noip2.c:906: warning: implicit declaration of function 'shmat' noip2.c:906: warning: assignment makes pointer from integer without a cast noip2.c:913: warning: implicit declaration of function 'strcmp' noip2.c:914: warning: implicit declaration of function 'kill' noip2.c: At top level: noip2.c:925: warning: 'struct shmid_ds' declared inside parameter list noip2.c:925: error: conflicting types for 'dump_shm' noip2.c:484: note: previous declaration of 'dump_shm' was here noip2.c: In function 'dump_shm': noip2.c:928: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:928: error: 'stderr' undeclared (first use in this function) noip2.c:929: error: invalid application of 'sizeof' to incomplete type 'struct shmid_ds' noip2.c:930: error: dereferencing pointer to incomplete type noip2.c:932: error: dereferencing pointer to incomplete type noip2.c:932: error: dereferencing pointer to incomplete type noip2.c:934: error: dereferencing pointer to incomplete type noip2.c:934: error: dereferencing pointer to incomplete type noip2.c:935: error: dereferencing pointer to incomplete type noip2.c:936: warning: implicit declaration of function 'ctime' noip2.c:936: error: dereferencing pointer to incomplete type noip2.c:937: error: dereferencing pointer to incomplete type noip2.c:938: error: dereferencing pointer to incomplete type noip2.c:939: error: dereferencing pointer to incomplete type noip2.c:940: error: dereferencing pointer to incomplete type noip2.c:941: error: dereferencing pointer to incomplete type noip2.c: In function 'get_shm_info': noip2.c:948: error: storage size of 'ds' isn't known noip2.c:951: error: 'IPC_CREAT' undeclared (first use in this function) noip2.c:953: warning: implicit declaration of function 'strerror' noip2.c:953: error: 'errno' undeclared (first use in this function) noip2.c:956: warning: implicit declaration of function 'shmctl' noip2.c:956: error: 'IPC_STAT' undeclared (first use in this function) noip2.c:971: warning: assignment makes pointer from integer without a cast noip2.c:989: error: 'ESRCH' undeclared (first use in this function) noip2.c:996: warning: incompatible implicit declaration of built-in function 'strncpy' noip2.c:1010: warning: implicit declaration of function 'getpid' noip2.c:1014: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:948: warning: unused variable 'ds' noip2.c: In function 'run_as_background': noip2.c:1026: warning: implicit declaration of function 'fork' noip2.c:1029: error: 'errno' undeclared (first use in this function) noip2.c:1033: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:1035: warning: implicit declaration of function 'setsid' noip2.c:1040: warning: implicit declaration of function 'fclose' noip2.c:1040: error: 'stderr' undeclared (first use in this function) noip2.c:1041: error: 'stdout' undeclared (first use in this function) noip2.c:1042: error: 'stdin' undeclared (first use in this function) noip2.c:1043: warning: implicit declaration of function 'syslog' noip2.c:1043: error: 'LOG_INFO' undeclared (first use in this function) noip2.c:1066: warning: incompatible implicit declaration of built-in function 'strncpy' noip2.c: In function 'Sleep': noip2.c:1092: error: storage size of 'timeout' isn't known noip2.c:1096: warning: implicit declaration of function 'select' noip2.c:1092: warning: unused variable 'timeout' noip2.c: At top level: noip2.c:1100: error: expected declaration specifiers or '...' before 'size_t' noip2.c: In function 'Read': noip2.c:1102: error: 'size_t' undeclared (first use in this function) noip2.c:1102: error: expected ';' before 'bytes_read' noip2.c:1106: error: 'bytes_read' undeclared (first use in this function) noip2.c:1106: error: 'count' undeclared (first use in this function) noip2.c:1107: warning: implicit declaration of function 'alarm' noip2.c:1108: warning: implicit declaration of function 'read' noip2.c:1112: error: 'LOG_WARNING' undeclared (first use in this function) noip2.c: At top level: noip2.c:1127: error: expected declaration specifiers or '...' before 'size_t' noip2.c: In function 'Write': noip2.c:1129: error: 'size_t' undeclared (first use in this function) noip2.c:1129: error: expected ';' before 'bytes_sent' noip2.c:1133: error: 'bytes_sent' undeclared (first use in this function) noip2.c:1133: error: 'count' undeclared (first use in this function) noip2.c: In function 'Connect': noip2.c:1150: error: storage size of 'saddr' isn't known noip2.c:1151: error: storage size of 'addr' isn't known noip2.c:1154: warning: implicit declaration of function 'gethostbyname' noip2.c:1154: warning: assignment makes pointer from integer without a cast noip2.c:1157: warning: implicit declaration of function 'memcpy' noip2.c:1157: warning: incompatible implicit declaration of built-in function 'memcpy' noip2.c:1157: error: dereferencing pointer to incomplete type noip2.c:1158: warning: implicit declaration of function 'memset' noip2.c:1158: warning: incompatible implicit declaration of built-in function 'memset' noip2.c:1159: error: 'AF_INET' undeclared (first use in this function) noip2.c:1160: warning: implicit declaration of function 'htons' noip2.c:1162: error: 'SOCK_STREAM' undeclared (first use in this function) noip2.c:1167: warning: implicit declaration of function 'connect' noip2.c:1151: warning: unused variable 'addr' noip2.c:1150: warning: unused variable 'saddr' noip2.c: In function 'converse_with_web_server': noip2.c:1191: warning: implicit declaration of function 'strchr' noip2.c:1191: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:1193: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1193: error: 'stderr' undeclared (first use in this function) noip2.c:1198: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1201: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:1201: error: too many arguments to function 'Write' noip2.c:1205: error: too many arguments to function 'Read' noip2.c:1214: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:1216: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1221: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c: At top level: noip2.c:1234: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'chksum' noip2.c: In function 'url_decode': noip2.c:1255: warning: implicit declaration of function 'isdigit' noip2.c: In function 'get_one_config': noip2.c:1270: warning: implicit declaration of function 'open' noip2.c:1270: error: 'O_RDONLY' undeclared (first use in this function) noip2.c:1274: error: 'struct CONFIG' has no member named 'rlength' noip2.c:1275: error: 'struct CONFIG' has no member named 'interval' noip2.c:1276: error: 'struct CONFIG' has no member named 'nat' noip2.c:1277: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:1277: error: 'struct CONFIG' has no member named 'device' noip2.c:1281: error: 'struct CONFIG' has no member named 'elength' noip2.c:1289: warning: incompatible implicit declaration of built-in function 'free' noip2.c: In function 'display_one_config': noip2.c:1300: warning: incompatible implicit declaration of built-in function 'strcat' noip2.c:1302: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c: In function 'display_current_config': noip2.c:1353: error: 'SHM_RDONLY' undeclared (first use in this function) noip2.c:1354: warning: assignment makes pointer from integer without a cast noip2.c:1361: error: 'SIGTERM' undeclared (first use in this function) noip2.c:1362: error: 'errno' undeclared (first use in this function) noip2.c:1362: error: 'ESRCH' undeclared (first use in this function) noip2.c:1390: error: 'SIGUSR1' undeclared (first use in this function) noip2.c:1408: error: 'SEEK_SET' undeclared (first use in this function) noip2.c:1453: warning: incompatible implicit declaration of built-in function 'exit' noip2.c: In function 'parse_config': noip2.c:1461: error: 'O_RDWR' undeclared (first use in this function) noip2.c:1463: error: 'errno' undeclared (first use in this function) noip2.c:1463: error: 'EACCES' undeclared (first use in this function) noip2.c:1464: error: 'O_RDONLY' undeclared (first use in this function) noip2.c:1480: error: 'struct CONFIG' has no member named 'magic' noip2.c:1482: error: 'struct CONFIG' has no member named 'rlength' noip2.c:1487: error: 'struct CONFIG' has no member named 'elength' noip2.c:1494: warning: implicit declaration of function 'chksum' noip2.c:1494: error: 'struct CONFIG' has no member named 'rlength' noip2.c:1495: error: 'struct CONFIG' has no member named 'elength' noip2.c:1496: error: 'struct CONFIG' has no member named 'magic' noip2.c:1497: error: 'ushort' undeclared (first use in this function) noip2.c:1498: error: 'struct CONFIG' has no member named 'chksum' noip2.c:1501: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:1503: error: 'struct CONFIG' has no member named 'device' noip2.c:1504: error: 'struct CONFIG' has no member named 'interval' noip2.c:1505: error: 'struct CONFIG' has no member named 'nat' noip2.c:1506: error: 'struct CONFIG' has no member named 'count' noip2.c:1509: warning: incompatible implicit declaration of built-in function 'free' noip2.c:1511: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:1513: error: 'struct CONFIG' has no member named 'count' noip2.c: In function 'validate_IP_addr': noip2.c:1526: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:1541: warning: incompatible implicit declaration of built-in function 'strncpy' noip2.c: In function 'get_our_visible_IPaddr': noip2.c:1561: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:1567: warning: incompatible implicit declaration of built-in function 'strrchr' noip2.c:1572: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1572: error: 'stderr' undeclared (first use in this function) noip2.c: In function 'dump_buffer': noip2.c:1586: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:1587: warning: implicit declaration of function 'mkstemp' noip2.c: In function 'dynamic_update': noip2.c:1606: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:1607: warning: incompatible implicit declaration of built-in function 'strcat' noip2.c:1641: warning: implicit declaration of function 'snprintf' noip2.c:1641: warning: incompatible implicit declaration of built-in function 'snprintf' noip2.c:1664: error: 'errno' undeclared (first use in this function) noip2.c:1665: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:1669: warning: incompatible implicit declaration of built-in function 'strrchr' noip2.c:1678: warning: implicit declaration of function 'execl' noip2.c:1678: warning: incompatible implicit declaration of built-in function 'execl' noip2.c: In function 'handle_dynup_error': noip2.c:1693: error: 'LOG_INFO' undeclared (first use in this function) noip2.c:1696: error: 'errno' undeclared (first use in this function) noip2.c:1743: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:1744: error: 'SIGTERM' undeclared (first use in this function) noip2.c: In function 'Malloc': noip2.c:1817: warning: implicit declaration of function 'malloc' noip2.c:1817: warning: incompatible implicit declaration of built-in function 'malloc' noip2.c:1820: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1820: error: 'stderr' undeclared (first use in this function) noip2.c:1821: warning: incompatible implicit declaration of built-in function 'exit' noip2.c: In function 'hosts': noip2.c:1853: warning: incompatible implicit declaration of built-in function 'memcpy' noip2.c:1855: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:1856: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:1862: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1862: error: 'stderr' undeclared (first use in this function) noip2.c: In function 'xmlerr': noip2.c:1869: warning: implicit declaration of function 'strncmp' noip2.c:1881: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1881: error: 'stderr' undeclared (first use in this function) noip2.c: In function 'get_xml_field': noip2.c:1895: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:1899: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:1903: warning: implicit declaration of function 'strncasecmp' noip2.c:1914: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1914: error: 'stderr' undeclared (first use in this function) noip2.c: In function 'add_to_list': noip2.c:1925: warning: implicit declaration of function 'assert' noip2.c:1936: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:1937: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c: In function 'yesno': noip2.c:1965: warning: implicit declaration of function 'vsnprintf' noip2.c:1968: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:1968: error: 'stderr' undeclared (first use in this function) noip2.c:1969: warning: implicit declaration of function 'tcgetattr' noip2.c:1970: error: 'argout' has an incomplete type noip2.c:1971: error: invalid use of undefined type 'struct termios' noip2.c:1971: error: 'ICANON' undeclared (first use in this function) noip2.c:1972: error: invalid use of undefined type 'struct termios' noip2.c:1972: error: 'ICRNL' undeclared (first use in this function) noip2.c:1973: error: invalid use of undefined type 'struct termios' noip2.c:1973: error: 'OPOST' undeclared (first use in this function) noip2.c:1974: error: invalid use of undefined type 'struct termios' noip2.c:1974: error: 'VMIN' undeclared (first use in this function) noip2.c:1975: error: invalid use of undefined type 'struct termios' noip2.c:1975: error: 'VTIME' undeclared (first use in this function) noip2.c:1976: warning: implicit declaration of function 'tcsetattr' noip2.c:1976: error: 'TCSADRAIN' undeclared (first use in this function) noip2.c:1979: warning: implicit declaration of function 'puts' noip2.c: In function 'add_to_request': noip2.c:1990: warning: incompatible implicit declaration of built-in function 'snprintf' noip2.c:1991: warning: incompatible implicit declaration of built-in function 'strcat' noip2.c:1993: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c: In function 'get_update_selection': noip2.c:2003: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:2021: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:2021: error: 'stderr' undeclared (first use in this function) noip2.c: In function 'force_update': noip2.c:2117: error: 'FILE' undeclared (first use in this function) noip2.c:2117: error: 'pfd' undeclared (first use in this function) noip2.c:2123: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:2129: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:2148: warning: implicit declaration of function 'strstr' noip2.c:2148: warning: incompatible implicit declaration of built-in function 'strstr' noip2.c:2164: warning: incompatible implicit declaration of built-in function 'snprintf' noip2.c:2168: warning: incompatible implicit declaration of built-in function 'strstr' noip2.c:2184: warning: incompatible implicit declaration of built-in function 'snprintf' noip2.c:2194: warning: implicit declaration of function 'popen' noip2.c:2196: warning: implicit declaration of function 'fgets' noip2.c:2203: error: 'LOG_INFO' undeclared (first use in this function) noip2.c:2208: warning: implicit declaration of function 'pclose' noip2.c: In function 'validate_name': noip2.c:2227: warning: implicit declaration of function 'isalnum' noip2.c: In function 'url_encode': noip2.c:2249: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c: In function 'get_credentials': noip2.c:2275: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:2275: error: 'stderr' undeclared (first use in this function) noip2.c:2276: error: 'stdin' undeclared (first use in this function) noip2.c:2277: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:2283: error: 'argout' has an incomplete type noip2.c:2284: error: invalid use of undefined type 'struct termios' noip2.c:2284: error: 'ICANON' undeclared (first use in this function) noip2.c:2284: error: 'ECHO' undeclared (first use in this function) noip2.c:2285: error: invalid use of undefined type 'struct termios' noip2.c:2285: error: 'ICRNL' undeclared (first use in this function) noip2.c:2286: error: invalid use of undefined type 'struct termios' noip2.c:2286: error: 'OPOST' undeclared (first use in this function) noip2.c:2287: error: invalid use of undefined type 'struct termios' noip2.c:2287: error: 'VMIN' undeclared (first use in this function) noip2.c:2288: error: invalid use of undefined type 'struct termios' noip2.c:2288: error: 'VTIME' undeclared (first use in this function) noip2.c:2289: error: 'TCSADRAIN' undeclared (first use in this function) noip2.c:2296: warning: implicit declaration of function 'putchar' noip2.c:2304: warning: implicit declaration of function 'fflush' noip2.c:2304: error: 'stdout' undeclared (first use in this function) noip2.c: In function 'get_all_device_names': noip2.c:2401: error: storage size of 'Ifc' isn't known noip2.c:2402: error: array type has incomplete element type noip2.c:2407: error: 'AF_INET' undeclared (first use in this function) noip2.c:2407: error: 'SOCK_DGRAM' undeclared (first use in this function) noip2.c:2408: warning: implicit declaration of function 'perror' noip2.c:2409: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2411: error: 'SIOCGIFCONF' undeclared (first use in this function) noip2.c:2413: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2415: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' noip2.c:2417: warning: left-hand operand of comma expression has no effect noip2.c:2417: error: increment of pointer to unknown structure noip2.c:2417: error: arithmetic on pointer to an incomplete type noip2.c:2419: error: dereferencing pointer to incomplete type noip2.c:2422: warning: incompatible implicit declaration of built-in function 'strchr' noip2.c:2430: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2402: warning: unused variable 'IfcBuf' noip2.c:2401: warning: unused variable 'Ifc' noip2.c: In function 'get_device_name': noip2.c:2449: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2451: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:2460: error: 'stdin' undeclared (first use in this function) noip2.c: In function 'autoconf': noip2.c:2472: error: 'FILE' undeclared (first use in this function) noip2.c:2472: error: 'fd' undeclared (first use in this function) noip2.c:2480: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2483: warning: incompatible implicit declaration of built-in function 'strcpy' noip2.c:2484: warning: incompatible implicit declaration of built-in function 'strrchr' noip2.c:2494: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2496: warning: implicit declaration of function 'fdopen' noip2.c:2498: error: 'struct CONFIG' has no member named 'magic' noip2.c:2499: warning: incompatible implicit declaration of built-in function 'memset' noip2.c:2500: warning: incompatible implicit declaration of built-in function 'memcpy' noip2.c:2513: warning: incompatible implicit declaration of built-in function 'sprintf' noip2.c:2522: warning: incompatible implicit declaration of built-in function 'exit' noip2.c:2527: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:2527: error: 'stderr' undeclared (first use in this function) noip2.c:2575: error: 'struct CONFIG' has no member named 'rlength' noip2.c:2576: error: 'struct CONFIG' has no member named 'nat' noip2.c:2577: error: 'struct CONFIG' has no member named 'device' noip2.c:2581: error: 'stdin' undeclared (first use in this function) noip2.c:2589: error: 'struct CONFIG' has no member named 'interval' noip2.c:2595: error: 'struct CONFIG' has no member named 'elength' noip2.c:2595: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:2600: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c:2603: error: 'struct CONFIG' has no member named 'elength' noip2.c:2605: error: 'struct CONFIG' has no member named 'elength' noip2.c:2608: error: 'struct CONFIG' has no member named 'encrypt' noip2.c:2609: error: 'struct CONFIG' has no member named 'count' noip2.c:2610: error: 'struct CONFIG' has no member named 'magic' noip2.c:2610: error: 'ushort' undeclared (first use in this function) noip2.c:2611: error: 'struct CONFIG' has no member named 'rlength' noip2.c:2612: error: 'struct CONFIG' has no member named 'elength' noip2.c:2613: error: 'struct CONFIG' has no member named 'chksum' noip2.c:2614: warning: implicit declaration of function 'fwrite' noip2.c:2614: warning: incompatible implicit declaration of built-in function 'fwrite' noip2.c:2615: error: 'struct CONFIG' has no member named 'rlength' noip2.c:2617: error: 'struct CONFIG' has no member named 'elength' noip2.c:2620: warning: implicit declaration of function 'rename' noip2.c:2624: warning: implicit declaration of function 'unlink' noip2.c:2625: warning: incompatible implicit declaration of built-in function 'exit' noip2.c: In function 'bencode': noip2.c:2639: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c: In function 'bdecode': noip2.c:2684: warning: incompatible implicit declaration of built-in function 'strlen' noip2.c: In function 'Msg': noip2.c:2723: error: 'LOG_ERR' undeclared (first use in this function) noip2.c:2725: warning: incompatible implicit declaration of built-in function 'fprintf' noip2.c:2725: error: 'stderr' undeclared (first use in this function) make: *** [noip2] Error 1