This commit is contained in:
mcafee%netscape.com 1999-06-29 06:51:25 +00:00
Родитель a0739f965b
Коммит 26fb25c58e
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,12 @@
# define POPEN popen # define POPEN popen
# define PCLOSE pclose # define PCLOSE pclose
# define PLATFORM "UNIX" # define PLATFORM "UNIX"
#elif XP_BEOS
# define ENVIRON environ
# define PUTENV putenv
# define POPEN popen
# define PCLOSE pclose
# define PLATFORM "BeOS"
#else #else
# error "Platform not supported." # error "Platform not supported."
#endif #endif