root/trunk/aix.c

Revision 389, 147 bytes (checked in by heitor.barbieri, 3 weeks ago)

essage first commit

Line 
1#define AIX             1
2#if AIX
3        /* 1.2 avoid AIX behaviour [fatal: dbxopen/fd=0] */
4   int fdAux;
5   fdAux = open(argv[0],0);
6#endif
7 
8 
Note: See TracBrowser for help on using the browser.