Incorporates changes by 0mnius.
The intent is to define terse, standards-supported names for AWS regions.
Incorporates changes by 0mnius.
The intent is to define terse, standards-supported names for AWS regions.
| # download from http://sourceforge.net/projects/aria2/files/stable/aria2-1.19.0 | |
| sudo yum install gcc-g++ openssl-devel -y | |
| tar xvfj aria2...tar.bz2 | |
| ./configure | |
| make -j$(nproc) | |
| sudo make install |
| #include <unistd.h> | |
| #include <mach/mach.h> | |
| #include <mach/mach_vm.h> | |
| #include <mach-o/dyld.h> | |
| int | |
| main (int argc, char * argv[]) | |
| { | |
| volatile char * library; | |
| const mach_vm_size_t page_size = getpagesize (); |