comparison src/pst2ldif.cpp @ 285:898118c3675e

remove compile date/time stamps embedded in the binary for no compelling reason
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 May 2011 16:21:28 -0700
parents 67b24d6a45d6
children 201464dd356e
comparison
equal deleted inserted replaced
284:da7ae999ffa7 285:898118c3675e
697 #elif BYTE_ORDER == LITTLE_ENDIAN 697 #elif BYTE_ORDER == LITTLE_ENDIAN
698 printf("Little Endian implementation being used.\n"); 698 printf("Little Endian implementation being used.\n");
699 #else 699 #else
700 # error "Byte order not supported by this library" 700 # error "Byte order not supported by this library"
701 #endif 701 #endif
702 #ifdef __GNUC__
703 printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
704 #endif
705 } 702 }
706 703
707 704
708 char *check_filename(char *fname) { 705 char *check_filename(char *fname) {
709 char *t = fname; 706 char *t = fname;