Ignore:
Timestamp:
Aug 15, 2011, 3:12:55 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/pymolproxy/pymolproxy.c

    r2372 r2373  
    9595static Stats stats;
    9696
    97 #define READTRACE       1
    98 #define EXPECTTRACE     1
     97#define READTRACE       0
     98#define EXPECTTRACE     0
    9999#define WRITETRACE      0
    100100
     101static int debug = TRUE;
     102
    101103static FILE *flog;
    102 static int debug = TRUE;
    103104static FILE *scriptFile;
    104105static int savescript = FALSE;
     
    19601961    stats.child = child;
    19611962
     1963    trace("Started %s DISPLAY=%s\n", argv[0], getenv("DISPLAY"));
     1964
    19621965    /* close opposite end of pipe, these now belong to the child process  */
    19631966    close(sin[0]);
Note: See TracChangeset for help on using the changeset viewer.