source: devel/5.X/cpit @ 334

Last change on this file since 334 was 334, checked in by bas, 9 years ago

we just copy the header files and evrything works as expected ;-)

  • Property svn:executable set to *
File size: 358 bytes
Line 
1#!/bin/sh
2
3INCLUDE_DIR=/usr/include/torque
4
5
6cat $INCLUDE_DIR/log.h | sed -e 's:extern int LOGLEVEL:// extern int LOGLEVEL:g' > log.h
7
8## No changes
9cp $INCLUDE_DIR/pbs_error.h .
10cp $INCLUDE_DIR/pbs_error_db.h .
11cp $INCLUDE_DIR/pbs_ifl.h .
12
13## todo
14## int addreq_err(int, int *INOUT, char *);
15## char* getreq_err(int *INOUT, int);
16cp $INCLUDE_DIR/rm.h .
Note: See TracBrowser for help on using the repository browser.