- Timestamp:
- Dec 21, 2016, 4:46:41 PM (8 years ago)
- Location:
- branches/3.3/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/configure.ac
r3603 r3630 128 128 AC_FUNC_LSTAT 129 129 AC_FUNC_MALLOC 130 AC_FUNC_REALLOC 130 131 AC_FUNC_VPRINTF 131 AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo rmdir setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])132 AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo pathconf rmdir setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime]) 132 133 134 AM_PROG_CC_C_O 133 135 AC_CONFIG_FILES([Makefile src/Makefile src/lib/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile test/Makefile]) 134 136 AC_OUTPUT -
branches/3.3/mondo/src/lib/mr_msg.c
r3628 r3630 86 86 } 87 87 } 88 i++; 88 89 } 89 90 mr_msg_loglevel(loglevel);
Note:
See TracChangeset
for help on using the changeset viewer.