Unifdef AIX.

This commit is contained in:
Adam Jackson
2008-07-23 13:36:35 -04:00
parent 5f5eed7f79
commit bd8bd2c700
6 changed files with 1 additions and 40 deletions

View File

@@ -1022,8 +1022,3 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
}
} /* end InitOutput */
/* this is just to get the server to link on AIX */
#ifdef AIXV3
int SelectWaitTime = 10000; /* usec */
#endif

View File

@@ -140,8 +140,3 @@ void ddxBeforeReset(void)
{
return;
}
/* this is just to get the server to link on AIX */
#ifdef AIXV3
int SelectWaitTime = 10000; /* usec */
#endif