[svn-r25188] Implement change to cmake_ext_mod config folder

Tested: local linux
This commit is contained in:
Allen Byrne
2014-05-14 14:50:28 -05:00
parent 8f57e86ab9
commit 21474f8eee
48 changed files with 155 additions and 4484 deletions

View File

@@ -1,15 +0,0 @@
#if defined (TRY_SYS_TIME_H)
#include <sys/time.h>
/* #include <time.h> */
#endif
#if defined (TRY_TIME_H)
#include <time.h>
#endif
int main(int argc, char **argv) {
struct timeval t1;
gettimeofday(&t1, 0x00);
return 0;
}