dear Chetan, Chetan Shukla wrote:
> I have two doubts working further ion FreeBSD. > In my machine (8.0-RELEASE) I am not getting the macro __FreeBSD__. > As a workaround I have to conditionally define it in makefile. > Could someone define what is missing in this case. For this one, I do not have any clue. > Moreover when I have to use unsigned long and signed long the only > Options that I have are to write "unsigned long " and "signed long" > Nothing more specific like uint64_t?Or are there any special header files > that need to be included. The type uint64_t is indeed defined by the header stdint.h (mnemonic: standard integer types). This seems to suit the requirements of C99. Try `man stdint' at the command line. Best regards, Michael _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"