changeset 153 | 36c89f1228a9 |
parent 132 | b53fa5093749 |
child 164 | a93a65be81fb |
152:14927fc344b0 | 153:36c89f1228a9 |
---|---|
9 #include <stdio.h> |
9 #include <stdio.h> |
10 #include <stdlib.h> |
10 #include <stdlib.h> |
11 #include <errno.h> |
11 #include <errno.h> |
12 #include <string.h> |
12 #include <string.h> |
13 |
13 |
14 #if (!defined WIN32) |
14 #if ((!defined WIN32) && (!defined __MACOS__)) |
15 #define HAVE_READLINE |
15 #define HAVE_READLINE |
16 #endif |
16 #endif |
17 |
17 |
18 #if (defined HAVE_READLINE) |
18 #if (defined HAVE_READLINE) |
19 #include <unistd.h> |
19 #include <unistd.h> |