/[pspp]/pspp/src/postscript.c
ViewVC logotype

Diff of /pspp/src/postscript.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by blp, Sun Jul 31 05:57:09 2005 UTC revision 1.21 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 27  Line 27 
27  #include <errno.h>  #include <errno.h>
28  #include <limits.h>  #include <limits.h>
29  #include <stdlib.h>  #include <stdlib.h>
30    #include <time.h>
31    
32  #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
33  #include <unistd.h>  #include <unistd.h>
34  #endif  #endif
35    
 #if TIME_WITH_SYS_TIME  
 #include <sys/time.h>  
 #include <time.h>  
 #else  
 #if HAVE_SYS_TIME_H  
 #include <sys/time.h>  
 #else  
 #include <time.h>  
 #endif  
 #endif  
   
36  #include "alloc.h"  #include "alloc.h"
37  #include "bitvector.h"  #include "bitvector.h"
38  #include "error.h"  #include "error.h"
39  #include "filename.h"  #include "filename.h"
40  #include "font.h"  #include "font.h"
41    #include "getl.h"
42  #include "getline.h"  #include "getline.h"
43  #include "hash.h"  #include "hash.h"
44  #include "main.h"  #include "main.h"
# Line 57  Line 48 
48  #include "som.h"  #include "som.h"
49  #include "version.h"  #include "version.h"
50    
51    #include "gettext.h"
52    #define _(msgid) gettext (msgid)
53    
54  /* FIXMEs:  /* FIXMEs:
55    
56     optimize-text-size not implemented.     optimize-text-size not implemented.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26