Update of /cvsroot/simspark/simspark/spark/salt
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14950
Modified Files:
Tag: projectx
path.h
Log Message:
changed config.h to sparkconfig.h
Index: path.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/salt/path.h,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** path.h 5 Dec 2005 20:56:00 -0000 1.1
--- path.h 30 Mar 2007 03:33:35 -0000 1.1.4.1
***************
*** 32,51 ****
#ifdef HAVE_CONFIG_H
- # ifdef PACKAGE_BUGREPORT
# undef PACKAGE_BUGREPORT
- # endif
- # ifdef PACKAGE_NAME
# undef PACKAGE_NAME
- # endif
- # ifdef PACKAGE_STRING
# undef PACKAGE_STRING
- # endif
- # ifdef PACKAGE_TARNAME
# undef PACKAGE_TARNAME
- # endif
- # ifdef PACKAGE_VERSION
# undef PACKAGE_VERSION
! # endif
! #include "config.h"
#endif
--- 32,41 ----
#ifdef HAVE_CONFIG_H
# undef PACKAGE_BUGREPORT
# undef PACKAGE_NAME
# undef PACKAGE_STRING
# undef PACKAGE_TARNAME
# undef PACKAGE_VERSION
! #include <sparkconfig.h>
#endif
|