Skip to content

Commit

Permalink
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro…
Browse files Browse the repository at this point in the history
…, use

checks for individual headers instead

compile and run on IRIX, this involves a few changes in data storage in
BGCCache.  also, fix BSCreen::getWorkspaceName() and make it possible to
add workspaces again.
  • Loading branch information
bradleyhughes committed Mar 22, 2002
1 parent 4edb3b3 commit 5604271
Show file tree
Hide file tree
Showing 21 changed files with 186 additions and 269 deletions.
9 changes: 6 additions & 3 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE

/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

Expand Down Expand Up @@ -75,6 +72,12 @@
/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

Expand Down
Loading

0 comments on commit 5604271

Please sign in to comment.