IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12890


Ignore:
Timestamp:
Apr 18, 2007, 9:42:37 AM (19 years ago)
Author:
rhl
Message:

Need <strings.h> for strn?casecmp

Location:
trunk/psModules/src
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA_JPEG.c

    r12832 r12890  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-04-14 03:22:47 $
     7 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-04-18 19:42:37 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#include <stdio.h>
    2323#include <string.h>
     24#include <strings.h>            /* for strn?casecmp */
    2425#include <pslib.h>
    2526
  • trunk/psModules/src/camera/pmFPAfile.c

    r12696 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <pslib.h>
    89
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r12831 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <pslib.h>
    89
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r12832 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <pslib.h>
    89
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r12770 r12890  
    66#include <assert.h>
    77#include <string.h>
     8#include <strings.h>            /* for strn?casecmp */
    89#include <pslib.h>
    910
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r12763 r12890  
    66#include <assert.h>
    77#include <string.h>
     8#include <strings.h>            /* for strn?casecmp */
    89#include <pslib.h>
    910
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r12765 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <assert.h>
    89#include <pslib.h>
  • trunk/psModules/src/concepts/pmConceptsWrite.c

    r12696 r12890  
    66#include <assert.h>
    77#include <string.h>
     8#include <strings.h>            /* for strn?casecmp */
    89#include <pslib.h>
    910
  • trunk/psModules/src/config/pmConfig.c

    r12766 r12890  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-04-06 00:44:56 $
     6 *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-04-18 19:42:37 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <stdio.h>
    1818#include <string.h>
     19#include <strings.h>            /* for strn?casecmp */
    1920#include <unistd.h>
    2021#include <libgen.h>
  • trunk/psModules/src/config/pmConfigCamera.c

    r12696 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <pslib.h>
    89
  • trunk/psModules/src/config/pmConfigRecipes.c

    r12544 r12890  
    55#include <stdio.h>
    66#include <string.h>
     7#include <strings.h>            /* for strn?casecmp */
    78#include <unistd.h>
    89#include <libgen.h>
  • trunk/psModules/src/objects/pmSourceIO.c

    r12832 r12890  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-14 03:22:48 $
     5 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-18 19:42:37 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <math.h>
    1818#include <string.h>
     19#include <strings.h>            /* for strn?casecmp */
    1920#include <pslib.h>
    2021
Note: See TracChangeset for help on using the changeset viewer.