Commit a72ebdb9 authored by claes's avatar claes

Couldn't be built without mysql

parent 0bca84fa
/* /*
* Proview $Id: sev_server.cpp,v 1.6 2008-11-24 15:26:08 claes Exp $ * Proview $Id: sev_server.cpp,v 1.7 2008-11-26 15:27:28 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -533,4 +533,6 @@ int main (int argc, char *argv[]) ...@@ -533,4 +533,6 @@ int main (int argc, char *argv[])
srv.connect(); srv.connect();
srv.mainloop(); srv.mainloop();
} }
#else
int main(){}
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment